/* CSS Document */

* {
padding: 0;
margin: 0;
border: none;
}

HTML, BODY { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;	
	font-size: 12px;
	line-height: 16px;
	/*background: #000 url(../images/white.gif) top center repeat-y fixed;*/
	background: #959595 url('../images/primary_tile.gif') top center repeat-y fixed;
	/*background: #959595;*/
	height: 100%;
	text-align: left;
}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table#main {
	/*width: 794px;*/
	height: 100%;
	margin: 0 auto;
	/*border: 1px solid #FF0000;*/
	/*background: #1F2833 url('../images/primary_tile.gif') top left repeat-y;*/
}

div#sub {
	width: 768px;
	margin: 0 auto;
}

div#header {
	width: 768px;
}

div#nav_and_content {
	width: 768px;
	background: #1F2833 url('../images/secondary_tile.gif') repeat-y;
}

div#nav {
	width: 180px;
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

a.nav1, a.nav1:link, a.nav1:visited, a.nav1_sel {
	display: block; 
	width: 160px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	background: #474F58; 
	border-top: 1px solid #474F58;
	border-bottom: 1px solid #474F58; 
	text-decoration: none;  
}
a.nav1:hover {
	color: #FFFFFF; 
	background: #1F2833;
}
a.nav1:active, a.nav1_sel {
	color: #FFFFFF; 
	background: #1F2833;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;	
}

div#nav p {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	padding: 0 0 10px 10px;
}
/*
a.nav2, a.nav2:link, a.nav2:visited, a.nav2_sel {
	display: block; 
	width: 176px;
	color: #ABABAB;
	font-size: 14px;
	line-height: 18px;
	padding: 6px 10px 6px 30px;
	background: #474F58;
	text-decoration: none;  
}
a.nav2:hover {
	color: #ABABAB; 
	background: #474F58;
	text-decoration: underline;
	
}
a.nav2:active, a.nav2_sel {
	color: #FFFFFF; 
	background: #474F58;
	text-decoration: underline;	
}
*/

div#content {
	width: 564px;
	margin-left: 4px;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}

div#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content p {
	padding-bottom: 16px;
}

div#content img {
	/*border: 1px solid #666666;*/
}
/*
div#content img {
	border: 1px solid #FFFFFF;
}
*/
div#content p.back_link {
	padding-top: 40px;
}

div#content img.home {
	border: 1px solid #000000;
}

a.item, a.item:link, a.item:visited {
	display: block;
	width: 176px;
	height: 240px;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	color: #336699;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	float: left;
	overflow: hidden;
	background: #FFFFFF;
}

a.item:hover {
	text-decoration: underline;
}

a.item img {
	display: block;
}

div#product_description {
	width: 314px;
	min-height: 380px;
	text-align: left;
}

.product_title {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

div#product_description p {
	padding-bottom: 6px;
}

a.product_thumbnail {
	display: block;
	padding: 1px;
	background: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

a.product_thumbnail:hover {
	background: #336699;
}

/*
a.product_thumbnail img {
	border: 1px solid #336699;
}
*/

div.products {
	/*width: 528px;*/
	margin: 0;
	padding: 0;
	list-sytle: none;
}

div.products ul {
	margin: 0;
	padding: 0;
}

div.products li {
	width: 176px;
	height: 216px;
	margin: 0 10px 10px 0px;
	padding: 0;
	float: left;
	display: block;
	background: #FFFFFF;
	border: 1px dotted #DEDEDE;
}

div.products li table {
	display: inline-table;
	margin: 0;
}

div.products li img {
	/*border: 1px solid #666666;*/
}

#thumbnails {
	/*width: 528px;*/
	margin: 0;
	padding: 0;
	list-sytle: none;
}

#thumbnails ul {
	margin: 0;
	padding: 0;
}

#thumbnails li {
	width: 90px;
	height: 90px;
	padding: 0;
	float: left;
	display: block;
	margin: 0 8px 8px 0;
	background: #FFFFFF;
	border: 1px dotted #DEDEDE;
	/*border: 1px solid #666666;*/
}

#thumbnails li table {
	display: inline-table;
	margin: 0;
}

#thumbnails li img {
	/*border: 1px solid #666666;*/
}

div#footer {
	width: 768px;
	background: #1F2833 url('../images/footer_tile.gif') repeat-x;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
}

br.clear {
	clear: both;
}

.bold_under {
	font-weight: bold;
	text-decoration: underline;
}

div#admin_footer {
	width: 768px;
	color: #959595;
	padding-bottom: 10px;
	text-align: center;
}

div#admin_footer a:link, div#admin_footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#admin_footer a:hover {
	text-decoration: underline;
}

.red {
	color: #FF0000;
}
