/* CSS Document */
body {
	text-align:center; 
	margin-top: 0px;
	padding: 0px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
}

a {
	color: #a5a5a5;
	text-decoration: none;
}
a:visited {
	color: #a5a5a5;
	text-decoration: none;
}
a:hover {
	color: #264b5e;
	text-decoration: none;
}

div#container {
	position:relative;
	text-align: center;
	width:110px;
	w\idth: 1100px;
	height:100%;
	min-height: 500px;
	clear:both;
	overflow:hidden;
	background-image:url(images/mainBG.jpg);
	background-repeat: no-repeat;
}

div#header {
	margin-left: 100px;
	width: 448px;
	height: 52px;
	text-align: left;
}

div#topContact {
	position: absolute;
	top: 0;
	left: 790px;
	width: 130px;
	height: 52px;
}

div#nav {
	text-align: center;
	width: 760px;
	height: 53px;
	margin-left: 175px;
}

/* CONTENT */
div#feature {
	text-align: center;
	width: 829px;
	height: 183px;
	margin: 32px 0 0 135px;
}

div#portfolio {
	text-align: center;
	width: 832px;
	margin: 20px 0 0 135px;
}

div#portfolioRow {
	margin: 30px 0 0 0;
	text-align: left;
	color: #a5a5a5;
	font-size: 11px;
	line-height: 12px;
}

div#title {
	padding-bottom: 30px;
}

div#content {
	text-align: center;
	width: 829px;
	height: 220px;
	margin: 56px 0 0 135px;
	clear:both;
}

div#thisisatrcr {
	float: left;
	width: 480px;
	height: 240px;
	background-color: #171717;
}

div#trcrP {
	text-align: left;
	color:#a5a5a5;
	padding: 20px 0px 20px 20px;
	width: 440px;
}

div#contact {
	float: left;
	width: 480px;
	height: 265px;
	background-color: #171717;
	margin-bottom: 40px;
}

div#contactP {
	text-align: left;
	color:#a5a5a5;
	padding: 20px 0px 20px 20px;
	width: 440px;
	line-height: 21px;
}

div#request {
	float: right;
	width: 330px;
	height: 240px;
	background-color: #171717;
}

div#requestP {
	text-align: left;
	color:#a5a5a5;
	padding: 20px 0 0 20px;
	font-weight: bold;
	font-style:italic;
	line-height: 36px;
}

div#requestP a {
	text-decoration: none;
	color: #a5a5a5;
	font-weight: bold;
	font-style:italic;
}

div#requestP a:hover {
	text-decoration: none;
	color: #264b5e;
	font-weight: bold;
	font-style:italic;
}

div#specialties {
	float: right;
	width: 330px;
	height: 265px;
	background-color: #171717;
}

div#specialtiesP {
	text-align: left;
	color:#a5a5a5;
	padding: 20px 0 0 20px;
	font-weight: bold;
	font-style:italic;
	font-size: 16px;
}

div#item {
	float: left;
	width: 210px;
	height: 303px;
	margin: 0 20px 40px 20px;
}

div#description {
	float: right;
	width: 500px;
	text-align: left;
	color:#a5a5a5;
	font-size: 11px; 
	margin-right: 20px;
}

.specialsmall {
	font-size: 12px;
	font-weight: normal;
}

.blue {
	color: #264b5e;
	font-style: italic;
}

.title {
	color: #ffffff;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}

.price {
	color: #ffffff;
	font-style: italic;
	font-size: 46px;
	font-weight: bold;
}

/* FOOTER */
div#footer {
	text-align: center;
	width: 900px;
	margin: 60px 0 0 100px;
	color: #a5a5a5;
	font-size: 10px;
}

/* IMG */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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 Georgia, "Times New Roman", Times, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

