BODY {
	margin: 0px;
	padding: 0px;
	background: #edefea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	text-align: center;
}

#site {
	top: 0px;
	left: 0px;
	position: relative;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
	padding: 0px;
}

#nav_left {
	top: 0px;
	left: 0px;
	position: relative;
	width: 170px;
	height: 480px;
	float: left;
}

#nav_left #logo {
	top: 0px;
	left: 0px;
	position: relative;
	width: 188px;
	height: 78px;
	background: url(../img/logo.png) no-repeat;
}

#nav_left #nav_page {
	font-size: 16px;
	font-weight: bold;
	color: #747474;
	text-transform: uppercase;
	margin: 15px 0px;
}

#nav_left #nav_title {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 75px;
	margin-bottom: 10px;
}

#nav_thumbs {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
}

#nav_thumbs ul {
	margin: 0px;
	padding: 0px;
}

#nav_thumbs li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url(../img/thumb_shadow.png) top left no-repeat;
	display: block;
	width: 42px;
	height: 45px;
	float: left;
	margin-right: 5px;
}

#nav_thumbs li img {
	cursor: pointer;
}

#nav_categories {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
}

#nav_categories ul {
	margin: 0px;
	padding: 0px;
}

#nav_categories li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 5px;
}

#nav_categories li a {
	text-decoration: none;
	color: #7c7c7c;
}

#nav_categories li a:hover {
	font-weight: bold;
}

#nav_categories .over {
	font-weight: bold;
}

#nav_email {
	top: 0px;
	left: 0px;
	position: relative;
	margin-top: 50px;
}

#nav_email a {
	color: #926700;
	text-decoration: underline;
}

#nav_email a:hover {
	text-decoration: none;
}

#content {
	top: 0px;
	left: 215px;
	position: absolute;
	width: auto;
	height: auto;
	text-align: left;
	clear: both;
}

#display_image {
	top: 0px;
	left: 0px;
	position: relative;
	overflow: hidden;
	padding: 20px 20px 5px 20px;;;;
	background: #FFFFFF;
}

#display_caption {
	top: 0px;
	left: 0px;
	position: relative;
	background:#FFFFFF;
	padding: 0px 10px 5px 20px;;
	color:#666666;
}
	

#previous {
	top: 38px;
	left: 20px;
	position: absolute;
	width: 55px;
	height: 36px;
	cursor: pointer;
}

#next {
	top: 38px;
	right: 0px;
	position: absolute;
	width: 55px;
	height: 36px;
	cursor: pointer;
}

#loading {
	top: 25px;
	left: 25px;
	position: absolute;
	width: 46px;
	height: 16px;
	display: none;
}

#quote {
	bottom: 0px;
	right: 165px;
	top: 475px;
	position: absolute;
	width: auto;
	height: auto;
}

#content_text {
	top: 0px;
	left: 0px;
	position: relative;
	width: 580px;
	height: auto;
	padding-top: 20px;
	text-align: left;
}

	#content_text img {
		float:left;
		margin:10px 10px 10px 0;
		}

#content_text #logo {
	top: 0px;
	left: 0px;
	position: relative;
	width: 188px;
	height: 78px;
	background: url(../img/logo.png) no-repeat;
	margin-bottom: 40px;
}

#content_text h1 {
	font-size: 16px;
	font-weight: bold;
	color: #747474;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	;
}

#content_text a {
	color: #c67409;
	text-decoration: underline;
}

#content_text ol li {
	padding:10px 0 0 0;
	}

#content_text a:hover {
	color: #c67409;
	text-decoration: none;
}

#content_photo {
	top: 140px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
	filter:shadow(color:gray, strength:10, direction:130);
	float: right;
	margin-top: 15px;
}

#clientlist_photo {
	top: 140px;
	left: -300px;
	position: relative;
	width: auto;
	height: auto;
	filter:shadow(color:gray, strength:10, direction:130);
	float: right;
	margin-top: 15px;
}

.photo_border {
	border: 20px solid #FFFFFF;
	;
}

#content_stock {
	top: 0px;
	left: 0px;
	position: relative;
	width: 780px;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	overflow: auto;
}

#content_stock ul {
	margin: 0px;
	padding: 0px;
}

#content_stock li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin: 0px 10px 20px 10px;
	float: left;
}

#content_stock ul ul {
	margin: 0px;
	padding: 0px;
}

#content_stock li li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 5px;
	float: none;
	font-size: 11px;
	text-align: center;
	display: block;
}


#site_bottom_wrapper {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	border-top: 1px #747474 solid;
	margin-top: 70px;
}

#site_bottom {
	top: 0px;
	left: 0px;
	position: relative;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 30px;
	padding: 0px 20px;
}

#footer {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer #category li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}

#footer #category li a {
	text-decoration: none;
	color: #747474;
	text-transform: uppercase;
	padding-top: 5px;
}

#footer #category li a:hover {
	border-top: 5px #eb9b36 solid;
	font-weight: bold;
}

#footer #category .over {
	border-top: 5px #eb9b36 solid;
	font-weight: bold;
}

#footer #Other li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 25px;
	margin-top: 20px;
}

#footer #Other li a {
	text-decoration: none;
	color: #747474;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#footer #Other li a:hover {
	border-bottom: 5px #eb9b36 solid;
	font-weight: bold;
}

#footer #Other .over {
	border-bottom: 5px #eb9b36 solid;
	font-weight: bold;
}

.clear {
	clear: both;
}



#screen {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #999999;
	z-index: 66666;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#screen_box {
	top: 50px;
	left: 50%;
	position: fixed;
	width: 400px;
	height: auto;
	margin-left: -200px; 
	z-index: 77777;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 20px 10px;
}

#email, #login {
	top: 0px;
	left: 0px;
	position: relative;
	width: 300px;
	height: auto;
	text-align: left;
}

#login {
	margin-top: 100px;
}

#email h3, #login h3 {
	font-size: 14px;
	margin: 5px 0px;
}

#email #email_error, #login #login_error {
	color: #CC0000;
	font-weight: bold;
}

#email label, #login label {
	width: 125px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}

#email input, #email select, #email textarea, #login input, #login select, #login textarea {
	margin-bottom: 5px;
	font-size: 11px;
}

#email #email_selection {
	top: 0px;
	left: 0px;
	position: relative;
	width: 200px;
	height: 150px;
	overflow: auto;
}

.btn_send {
	font-size: 11px;
	background-color: #E8E8E8;
	color: #000000;
	border: 1px solid #666666;
	font-weight: bold;
}

.contactboxes {
	float:left;
	width:190px;
	}
	
	
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

#holder {
	display: none;
}

.img_thumb {
	top: 0px;
	left: 0px;
	position: relative;
	width: 125px;
	height: 125px;
	overflow: hidden;
	background: #ffffff;
}

.img_display {
	width: 125px;
	/*height: 125px;
	top: 50%;*/
	left: 50%;
	position: absolute;
	/*margin-top: -45px;*/
	margin-left: -62.5px;
}


/*----------CSS Shadow----------*/

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
		padding:0.5px;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
		padding:0.5px;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
		padding:0.5px;
	}
 
	#shadow-container .container {
		background: #FFFFFF;
	}
