/* CSS Document */
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, img, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, label, legend, caption, tfoot, thead, li, ul{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
}

#contactForm input.submit {
margin-left:110px;
margin-top: 15px;
}

#contactForm div {
	clear:left;
	margin:0;
	padding:0;
	padding-top: 0.6em;
}

#contactForm div label {
	float: left;
	width: 100px;
	text-align:right;
	margin-right: 12px;
}

#contactFieldset {
	width:400px;
	/*border: 2px solid #003366;*/
	margin-bottom:20px;
	margin-left:50px;
	text-align:left;
}
/*
#contactFieldset legend {
	border: 1px solid #003366;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}*/


a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
	
	}

a:hover {
	color: #8c8c8c;

	}


#leftnav #current {
	color: #8c8c8c;	
	}

#navlist a:link, #navlist a:visited {
	color: white;
	text-decoration: none;
	
	}
#navlist a:hover {
	color: #8c8c8c;
	
	}



body {
	background-color:#000000;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
	
}

h2 {
	text-align: left;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8c8c8c;
	font-weight:normal;
	

}

span.gallery_name {
	position:absolute;
	top: 185px;

}


#container {
	height: auto;
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
	/*border: 1px solid white;*/
}


#navigation {
	/*border: 1px solid white;*/
}

#navigation li {
	display:inline;
	list-style: none;
	/*border: 1px solid blue;*/
}


#footer
{
margin: 0;
padding: .5em;
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
font-size:18px;
color: #8c8c8c;
clear:both;
}

#footer p {
font-family:Arial, Helvetica, sans-serif;
padding: 15px;
}

#footer p.nav {
	font-size: 10px;
	}
	
#footer p.nav a {
	text-decoration:underline;
	}	

/*sub-page styles*/
#leftnav
{
	float: left;
	width: 110px;
	height:300px;
	margin: 0 0 0 0;
	padding: .5em 1em 1em 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/vertical_nav_line.gif);
	background-repeat:no-repeat;
	background-position:120px 15px;
	font-size:14px;
	/*border: 1px solid #99FFFF;*/
}


#leftnav ul{
list-style: none;
}

#leftnav ul li{
	padding: 10px 10px 10px 0;
	background-image: url(images/horizontal_nav_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 97px;
	text-align:right;
}


#content_sub{
	/*margin: 0 0 0 200px;*/
	padding: 1em;	
	width: 50em;
	/*float: left;
	display:inline;
	border: 1px solid white;*/
}

#content_sub p {
	margin: 0 200px 0 135px;
	padding: 1em;
	/*border: 1px solid red;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	}
#content_sub p.wide {
	margin: 0 200px 0 0;
	padding: 1em;
	/*border: 1px solid red;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	}

#right {
	float: right;
	margin: 0;
	padding: 1em;
	}

#product_detail_photo {
	float: left;
	}


#product_detail_desc {
	float: left;
	width: 300px;
	text-align:left;
	}

#product_detail_desc ul {
	list-style-position: inside;
	padding:10px;
}

#product_detail_desc p {
	
	
	margin: 0;
	padding: 10px;
	}

#contact_info {
float: left;
margin: 8px 0 0 12px;
text-align:left;

}