/* CSS Document */
body 				{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(/assets/images/background.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}
/* Slideshow Style */
#imageContainer2 	{
	position:relative;
	margin:0;
	width:876px;
	text-align: center;
	height: 543px;
}
html>body #imageContainer2 	{ position:relative; margin:6px 0 0 0; width:876px; text-align: center; height: 543px; }
#imageContainer2 img { display:none; position:absolute; top:0; left:0; border: 0; }


/* Headers */
h1 					{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffd204;
} 
h2  				{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #959595;
}
h3					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
h4					{}
h5					{} 

/* Linkage */
a:link 				{
	color: #FFFFFF;
} 
a:visited 			{
	color: #ffd204;
} 
a:hover				{
	color: #ffd204;
	text-decoration: none;
	border: 0;
}
a:focus				{
	text-decoration: underline;
}
a:active			{
	color: #ffd204;
	text-decoration: none;
}

/* Navigation */
a#logo:hover		{ color: #000000; } 
#nav span			{ display: none; }
#nav a 				{ height: 40px; display: block; float:left; }
a#home-nav			{ width: 142px; background-image:url(/assets/images/nav/home.gif);  }
a#home-nav:hover	{
	background-image:url(/assets/images/nav/home-over.gif);
	color: #000000;
}
a#product-nav		{ width: 209px; background-image:url(/assets/images/nav/product.gif);  }
a#product-nav:hover	{
	background-image:url(/assets/images/nav/product-over.gif);
	color: #000000;
}
a#team-nav			{ width: 162px; background-image:url(/assets/images/nav/team.gif);  }
a#team-nav:hover	{
	background-image:url(/assets/images/nav/team-over.gif);
	border: 0;
	color: #000000;
}
a#news-nav			{ width: 170px; background-image:url(/assets/images/nav/news.gif);  }
a#news-nav:hover	{
	background-image:url(/assets/images/nav/news-over.gif);
	color: #000000;
}
a#contact-nav		{ width: 214px; background-image:url(/assets/images/nav/contact.gif);  }
a#contact-nav:hover	{
	background-image:url(/assets/images/nav/contact-over.gif);
	color: #000000;
}


/* Misc. */
img					{ border: 0; }
acronym 			{ cursor: help; }
strong				{
	text-transform: uppercase;
	color: #ffd204;
	font-weight: bold;
}
a.no-hover			{ text-decoration: none; }
.center				{ text-align: center; }
.clear				{ clear: both; }
img.right			{ float: right; margin: 0 0 10px 10px; }
.lmcca				{}
::-moz-selection	{ background-color: #ffd204; color: #000; }
::selection			{ background-color: #ffd204; color: #000; }

/* Navigation */
#nav				{ width: 100%; height: 23px; border-bottom: 1px solid #000; border-top: 1px solid #000;	margin: 0 auto 0 auto; background-image: url(/assets/images/template/nav-bg.jpg); background-repeat: repeat-x; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; padding-top: 7px; }
#nav a 				{ font-weight: bold; }
/* Main Styles */
#container			{
	margin: 0 auto;
	width: 900px;
	background-color: #000000;
}
#main				{ margin-top: 10px; margin-bottom: 10px; }
#content			{
	float: left;
	padding: 10px;
	line-height: 25px;
	width: 880px;
	text-align: left;
}
#right-misc			{ float: right; width: 200px; padding: 10px 10px 10px 0; }
.right-text			{ line-height: 35px; }

/* Header */
#header				{ margin: 0; padding: 0; }
#top-contact		{
	float: right;
	margin: 5px 10px 0 0;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 170px;
}

ul#clothes			{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#clothes li		{
	margin: 10px;
	float: left;
	height: 250px;
	display: block;
	text-align: center;
	width: 198px;
}
ul#clothes span		{
	color: #FFD204;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 4px 0 0 0;
	display: block;
}

/* Slide Show */
#slideshow 			{ width: 435px; height: 292px; position: relative; margin: 10px auto; border: 1px solid #ff6600; }
#slideshow img 		{ display: none; position: absolute; margin: 5px 0 0 5px; }

/* Footer */
#bottom				{
	border-top: 1px solid #ff0000;
	font-size: 10px;
	padding: 3px;
	line-height: 16px;
}
#bottom strong		{ font-size: 11px; }
#footer				{
	clear: both;
	padding: 3px 3px 3px 0;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}

/* Form Styles */
#form				{
	float: right;
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 20px;
}
#form p				{ padding: 0px; text-align: center; }
#form em			{ color: #f00; }
#form div.row		{ clear: both; padding-top: 5px; }
#form label			{ float: left; width: 100px; text-align: right; }
#form span.field	{
	float: right;
	width: 300px;
	text-align: left;
}
#form div.submit	{ clear: both; }
#form .req			{
	font-weight: bold;
	text-transform: uppercase;
}

#form input, #form textarea						{
	background-color: #252525;
	border: 1px solid #c0c0c0;
	padding: 2px;
}
#form input:focus, #form textarea:focus			{
	border: 1px solid #c0c0c0;
	background-color: #FFD204;
}
#ack					{
	border-bottom:1px solid #FF8000;
	border-top:1px solid #FF8000;
	padding: 5px 20px;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
} 
#submit					{
	color: #FFFFFF;
	background-color: #000000 !important;
	border: 0 !important;
	font-weight: bold;
	text-align: right;
	margin: 0 0 0 200px;
}

#hidden				{ display: none; }


.narrowcolumn			{ width: 600px; float: right; }
#sidebar 				{ width: 200px; text-align: right; color:#959595;}
#sidebar li				{ list-style-type: none; }
