BODY, HTML {
	margin: 0px;
	padding: 0px;
	background:#363636 url(images/background.jpg) repeat-x;
	text-align: center;
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
	color:#959595;
	
}
H1 {
	color: #FFFFFF;
	font-size: 14pt;
}
.txtWhite {
	color: #FFFFFF;
}
#search_holder {
	padding: 5px 0px;
	text-align: left;
	background-color:#FFFFFF;
	padding:5px;
	margin:5px;
	border:solid 1px #000000;
}
#search_holder A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#search_holder A:HOVER {
	color:#0033CC;
	font-weight: bold;
}
#search_box {
	width:115px;
	height:15px;
	border:solid 1px #000000;
	margin:5px 3px 5px 5px;
	font-size:12px;
	line-height:15px;
	float:right;
}
#search_button {
	width:28px;
	height:20px;
	border:solid 1px #000000;
	color:#FFFFFF;
	background-color:#00ACEC;
	margin:5px 0px 5px 0px;
	float:right;
}
#main_layout {
	margin: auto;
	background-color: #000000;
	width: 949px;
}
#table_layout {
	
	background-color: #000000;
}
.table_head {
	background-color: #00A9E8;
	font-size: 12px;
	color:#000000;
}
.table_head A {
	color: #000000;
	text-decoration: none;
}
.table_head A:HOVER {
	color: #FFFFFF;
}
#left_block {
	border: 1px solid #000000;
	border-right: 0px;
}
#right_block {
	border: 1px solid #000000;
	border-left: 0px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background:000000;
}
#center_block {
	border-bottom: 1px solid #000000;
}
#main_nav {
	color: #ffffff;
	text-align: left;
	height: 20px;
	padding:10px 10px 10px 10px;
	background:#666666;
	width:680px;
}
#main_nav A {
	color: #ffffff;
	text-decoration: none;


}
#main_nav A:HOVER {
	color: #FFFFFF;
	
}
#content {
	padding: 5px 0px;
	text-align: left;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#999999;
	width:700px;
	text-align:justify;
}
#content IMG {
	border: 1px solid #FFFFFF;
}
#content A {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#content A:HOVER {
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	color: #B1B1B1;
	font-size: 10pt;
	font-family: Arial;
	padding: 5px;
	text-align: center;
}
#footer A {
	color: #ffffff;
	text-decoration: none;
}
#footer A:HOVER {
	color: #FFFFFF;
}
#cart {

	padding: 3px 3px 100px;
	background-color: #000000;
	width: 140px;
	margin: auto;
	margin-top: 5px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
.txtRed {
	color: #FF0101;
}
#pro_list {
	list-style-image: url(/images/icon_li.jpg);
 #list-style-image: url(/images/icon_li_IE.jpg);
}
#pro_list LI IMG UL {
	height: 19px;
	line-height: 19px;
	vertical-align: baseline;
}
.tableHead {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.td_list1 {
	background-color: #000000;
	border-bottom: 1px solid #75411A;
}
.td_list2 {
	border-bottom: 1px solid #75411A;
}
/*Light box effects -------------------------------------------------------------------------------*/

#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 Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#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;
}
/*End Light box effects -------------------------------------------------------------------------------*/




#conName{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#coName{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#areaCode{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:75px;
	height:25px;
}
#phone{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:150px;
	height:25px;
}

#phoneExt{
background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:75px;
	height:25px;
}

#email{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#howdidyoufindus{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#address{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#city{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#state{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#zip{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#subject{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:25px;
}

#message{
	background:#363636;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #d5d5d5;
	width:550px;
	height:100px;
}

#send{
	background:#00A8E5;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #00A8E5;
		padding:5px 10px 5px 10px;
}