/*
Company:	Alexander Putnik
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #000;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	padding: 20px 0 10px 0;
	width: 1152px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */

/* Footer */
div#ft {
	padding: 10px 0 10px 0;
	width: 1152px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #211a13;
	color: #42362a;
}
div#ft a:link, div#ft a:visited {
	color: #42362a;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft p.ftnav {
	width: 600px;
	margin: 0 0 0 70px;
	font-size: 77%;
	float: left;
	display: inline;
}
div#ft p.ftnav a {
	margin-right: 20px;
}

div#ft p.credits {
	width: 150px;
	text-align: right;
	font-size: 77%;
	float: right;
	display: inline;
}
/* @end */

/* @group Modules */
/* Tagline */
div#tagline {
	width: 233px;
	height: 115px;
	float: left;
	display: inline;
}

/* Music */
div#music {
	width: 150px;
	color: #fff;
	padding: 60px 30px 0 0;
	float: right;
	display: inline;
}

/* Logo */
div#logo {
	width: 214px;
	height: 39px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
	margin: 358px 0 0 50px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Pic Bkg */
div.picbkg {
	width: 1152px;
	height: 883px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* Main */
div.main {
	width: 340px;
	height: 196px;
	background-color: #fff;
	position: absolute;
	margin: 650px 0 0 50px;
	text-transform: uppercase;
}
div.main-content {
	padding: 0 20px 0 20px;
}
div.main h1 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 10px 12px;
	padding: 15px 0 0 0;
	background: url(../images/hd-news-events.gif) no-repeat 0 100%;
	text-indent: -9000px;
}
div.main p {
	font-size: 85%;
	line-height: 140%;
}
div.main p.more {
	padding: 0 0 8px 0;
}
div.main a:link, div.main a:visited {
	color: #1974a3;
	text-decoration: none;
}
div.main a:hover {
	text-decoration: underline;
}


/* Content Box */
div.content-box {
	width: 472px;
	height: 312px;
	background-color: #000;
	position: absolute;
	margin: 103px 0 0 626px;
}
div.content-box h1 {
	padding: 30px 30px 15px 30px;
	margin: 0;
}
div.content-box-scroll {
	padding: 0 30px 0 30px;
	height: 215px;
	width: 390px;
	overflow: hidden;
	color: #5d7262;
}
div.content-box-scroll p {
	font-size: 77%;
	line-height: 160%;
}

div.content-box-scroll a:link, div.content-box-scroll a:visited {
	color: #99ab9d;
}

div.content-box-scroll a:hover, div.content-box-scroll a:active {
	text-decoration: none;
}
/* @end */

/* @group Common Text Styles */
	
/* @end */

/* @group Default Headings */

/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	width: 132px;
	position: absolute;
	margin: 400px 0 0 50px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
}
div#nav ul li a {
	display: block;
	width: 132px;
	height: 18px;
	margin-bottom: 1px;
}

div#nav ul li#n-home a {
	background: url(../images/nav-home.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-home a:hover, div#nav ul li#n-home a.active {
	background-position: 0 -18px;
}

div#nav ul li#n-alex a {
	background: url(../images/nav-alex.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-alex a:hover, div#nav ul li#n-alex a.active {
	background-position: 0 -18px;
}

div#nav ul li#n-mellisa a {
	background: url(../images/nav-melissa.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-mellisa a:hover, div#nav ul li#n-mellisa a.active {
	background-position: 0 -18px;
}

div#nav ul li#n-services a {
	background: url(../images/nav-services.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-services a:hover, div#nav ul li#n-services a.active {
	background-position: 0 -18px;
}

div#nav ul li#n-contact a {
	background: url(../images/nav-contact.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-contact a:hover, div#nav ul li#n-contact a.active {
	background-position: 0 -18px;
}

div#nav ul li#n-gallery a {
	background: url(../images/nav-gallery.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-gallery a:hover, div#nav ul li#n-gallery a.active {
	background-position: 0 -18px;
}

div#nav ul li#n-gallery li#n-alex-gallery a {
	margin-left: 9px;
	width: 123px;
	height: 18px;
	background: url(../images/nav-alex-gallery.gif) no-repeat 0 0;
}
div#nav ul li#n-gallery li#n-alex-gallery a:hover, div#nav ul li#n-gallery li#n-alex-gallery a.active {
	background-position: 0 -18px;
}

div#nav ul li#n-gallery li#n-mel-gallery a {
	margin-left: 9px;
	width: 123px;
	height: 18px;
	background: url(../images/nav-mel-gallery.gif) no-repeat 0 0;
}
div#nav ul li#n-gallery li#n-mel-gallery a:hover, div#nav ul li#n-gallery li#n-mel-gallery a.active {
	background-position: 0 -18px;
}

div#nav ul li#n-gallery li#n-photos-gallery a {
	margin-left: 9px;
	width: 123px;
	height: 18px;
	background: url(../images/nav-photos-gallery.gif) no-repeat 0 0;
}
div#nav ul li#n-gallery li#n-photos-gallery a:hover, div#nav ul li#n-gallery li#n-photos-gallery a.active {
	background-position: 0 -18px;
}

/* Subnav */
div.subnav {
	width: 630px;
	position: absolute;
	margin: 750px 0 0 465px;
}
div.subnav ul {
	margin: 0;
	padding: 0;
}
div.subnav ul li {
	list-style: none;
	padding: 21px 0 0 0;
	float: left;
	display: inline;
}
div.subnav ul li a {
	display: block;
	border-left: 1px solid #fff;
	padding: 5px 0 1px 5px;
	margin-right: 40px;
	font-size: 77%;
}
div.subnav ul li.facebook {
	padding: 0!important;
}
div.subnav ul li.facebook a {
	width: 120px;
	height: 41px;
	background: url(../images/facebook.png) no-repeat 0 0;
	text-indent: -9000px;
	border: none;
}
div.subnav ul li a:link, div.subnav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div.subnav ul li a:hover {
	color: #838383;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	
}
a:hover {
	
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */