/* Global Elements
----------------------------------------------------*/

body {
	text-align: left; /* IE 6 hack */
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:  12px;
	color: #FFFFFF;
	background-color: #1C3E92;
	background-image: url(images/background_01.jpg);
	background-repeat: repeat-x;
}

/* "wild card" - universal selector removes default padding and margins globally */
* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Firefox link border remove
----------------------------------------------------*/

a:active { outline: none; }
a:focus { -moz-outline-style: none; }


/* Typography
----------------------------------------------------*/

h1 {
	background: url(file:///HD/Users/sammygross/144design/*144/REFERENCE%20FILES/web%20references/websites/axiom/images/h1_redsquare2.gif) no-repeat 0px 50%;
	font-size: 26px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #009933;
	margin-bottom: 12px;
	margin-left: -20px;
	padding-left: 20px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
	color: #CDCDCD;
	margin-bottom: 15px;
	margin-top: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	margin-bottom: 5px;
	margin-top: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 10px;
}

#header h1{ 
	position: absolute; /* takes it out of the flow */
	margin-left: -5000px; /* hides it */ 
}

p {
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.9em;
}

blockquote {
	margin-left: 25px;
}

ol li {
	margin-left: 20px;
}

.redBullet {
	margin: 0px; /* IE indent remove */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
}

.grayBullet {
	margin: 0px; /* IE indent remove */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
}

.redBullet li {
	background: url(file:///HD/Users/sammygross/144design/*144/REFERENCE%20FILES/web%20references/websites/axiom/images/bullet_red.gif) no-repeat 0px .3em;
	padding-left: 12px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.grayBullet li {
	background: url(file:///HD/Users/sammygross/144design/*144/REFERENCE%20FILES/web%20references/websites/axiom/images/bullet_gray.gif) no-repeat 0px .3em;
	padding-left: 12px;
	margin-bottom: 5px;
	margin-left: 2px;
}

a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #cccccc;
	text-decoration: none;
}

#footer p {
	margin-top: 5px;
	font-size: 9px;
	font-weight: normal;
	color: #0099FF;
}

.rule {
	background: #ccc;
	height: 1px;
	margin: 15px 0px 15px -15px;
}




/* Primary Section Layout
----------------------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0 auto; /* aligns page center - all but IE 6 */
	text-align: left; /* IE 6 hack */
}

#header {
	width: 950px;
	height: 94px;
}
#headerLeft {
	float: right;
	display: inline; /* IE 6 hack to prevent double-margins on floats */
	width: 645px;
	height: 94px;
}
#headerRight {
	float: left;
	display: inline; /* IE 6 hack to prevent double-margins on floats */
	width: 305px;
	height: 94px;
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 242px;
	height: 75px;
	position: relative;
	top: 15px;
	left: 25px;
}

#mainNav {
	height: 48px;
	background-repeat: no-repeat;
	background-color: #1c3f93;
	margin-left: 25px;
}

#content {
	width: 950px;
	background-image: none;
	background-repeat: no-repeat;
}

#flash {
	width: 925px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 30px;
	height: 248px;
}


#leftContent {
	float: left;
	display: inline; /* IE 6 hack to prevent double-margins on floats */
	margin-left: 35px;
	width: 550px;
}

#rightContent {
	float: right;
	display: inline; /* IE 6 hack to prevent double-margins on floats */
	width: 270px;
	margin-left: 20px;
	margin-right: 30px;
	z-index: 1000;
}

#redBox {
	width: 300px;
	background-repeat: no-repeat;
	margin-top: 2px;
}

#redBoxContent {
	margin-bottom: 10px; /* to undo p tag bottom padding set above */
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#redBoxContent h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

#redBoxContent p {
	color: #fff;
	font-style: italic;
}

#redBoxBottom {
	width: 250px;
	height: 18px;
	background-repeat: no-repeat;
}


#contentBottom {
	clear: both;
	width: 950px;
	height: 1px;
	background-repeat: no-repeat;
	margin-left: 15px;
}


#footer {
	position: relative; /* for absolute position of nkDesign div */
	width: 950px;
	margin-top: 8px;
	text-align: center;
}


#design144 {
	position: absolute;
	right: 5px;
	margin-top: -4px;
	width: 74px;
}



/* Main Nav
----------------------------------------------------*/


#mainNav ul {
	margin: 0px; /* IE indent remove */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
}

#mainNav ul li {
	float: left;
}


#mainNav ul a {
	display: block;
	background: url(file:///HD/Users/sammygross/144design/*144/REFERENCE%20FILES/web%20references/websites/axiom/images/mainNav_btn.gif) no-repeat left top2;
	color: #AAAAAA;
	margin-top: 1px;
	margin-left: 0px;
	width: 112px;
	height: 45px;
	line-height: 65px;
	text-indent: 10px;
	text-decoration: none;
}


#mainNav ul a:hover {
	background: url(file:///HD/Users/sammygross/144design/*144/REFERENCE%20FILES/web%20references/websites/axiom/images/mainNav_btn_active.gif) no-repeat left top2;
	color: #FFFFFF;
}

/* Main Nav selected states */

#home #mainNav .home a,
#about #mainNav .about a,
#services #mainNav .services a,
#projects #mainNav .projects a,
#global #mainNav .global a,
#news #mainNav .news a,
#contact #mainNav .contact a {
	cursor: default;
	background: url(file:///HD/Users/sammygross/144design/*144/REFERENCE%20FILES/web%20references/websites/axiom/images/mainNav_btn_active.gif) no-repeat left top2;
	color: #fff;
}


/* Footer Nav
----------------------------------------------------*/

#footerNav ul {
	margin: 0px; /* IE indent remove */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
}

#footerNav ul li {
	display: inline;
}

#footerNav ul a {
	padding: 0px 8px 15px 8px;
	color: #ccc;
	text-decoration: none;
	font-size: 10px;
}


#footerNav ul a:hover {
	color: #009933;
}

/* Footer Nav selected states */

#home #footerNav .home a,
#about #footerNav .about a,
#services #footerNav .services a,
#projects #footerNav .projects a,
#global #footerNav .global a,
#news #footerNav .news a,
#contact #footerNav .contact a {
	cursor: default;
	color: #009933;
}

#design144 a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#design144 a:hover {
	color: #FF9900;
}



/* Gallery
----------------------------------------------------*/
.gallery { background:url(../images/bg_nav_right.jpg) right top no-repeat; padding:0 4px 10px 0; }
.gallery ul { margin:0; padding:0; background:#960000 url(../images/bg_nav.jpg) left top repeat-x; list-style:none; position:relative; height:36px; }

.gallery ul li { display:block; width:auto; float:left; color:#fff; height:36px; }
.gallery ul li a { display:block; width:auto; color:#fff; text-decoration:none; padding:8px 1.3em 8px 1em; font:1.1em Verdana, sans-serif; background:url(../images/nav_arrow.jpg) right 0 no-repeat; }
.gallery ul li a:hover { text-decoration:underline; background:url(../images/nav_arrow.jpg) right -36px no-repeat; }
.gallery ul li.first { background:url(../images/bg_nav_left.jpg) left top no-repeat; }

.gallery ul li ul { display:none; position:absolute; top:34px; background:#fff url(../images/bg_nav.jpg) left -34px repeat-x; height:auto; border-bottom:6px solid #960000; border-left:1px solid #960000; border-right:1px solid #960000; width:95%; left:2%; padding:8px 5px 15px 5px; }
.gallery ul li:hover ul,
.gallery ul li.over ul { display:block; }
.gallery ul li ul li { display:inline; float:none; background-image:none; height:auto; }
.gallery ul li ul li a { background-image:none; margin:8px; padding:2px; position:relative; border:1px solid #960000; float:left; display:block; width:75px; height:50px; background-color:#fff; }
.gallery ul li ul li a:hover { background-image:none; z-index:2; }
.gallery ul li ul li a img { position:absolute; top:2px; width:75px; height:50px; border:0; margin:0; padding:0; }
.gallery ul li a:hover img,
.gallery ul li a:active img,
.gallery ul li a:focus img { width:100px; height:75px; left:-11px; top:-10px; z-index:1; border:1px solid #000; }
.gallery ul li.overview { display:block; clear:both; padding:5px 10px 0 10px; color:#000; }


#gallery1 ul { z-index:2; }
#gallery2 ul { z-index:1; }


/* lightbox
----------------------------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavPrev { width: 20px; float: right;  padding-bottom: 0.7em;	}
#imageData #bottomNavPrev img { display:block; margin:3px auto 0 auto; }
#imageData #bottomNavNext { width: 20px; float: right;  padding-bottom: 0.7em; margin:0 10px 0 0; }
#imageData #bottomNavNext img { display:block; margin:3px auto 0 auto; }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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