/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#212121;
}

/** Fonts **/

h1, h2, h3, p
{
	padding:5px;
	margin:0;
}
h1
{
	font-size:1.4em;
}
h2
{
	font-size:1.1em;
	color:#914900;
}

/** Div's **/

#wrap
{
	margin:0 auto;
	width:800px;
}
#head
{
	background:url(../images/header.gif) no-repeat top center;
	height:226px;
}
#title
{	
	float:right;
	margin-top:150px;
	width:320px;
	text-align:right;
}
#leftCol
{
	width:170px;
	float:left;
	background:#006191;
	text-align:center;
}
#contentCol
{
	margin-left:180px;
	float:right;
	padding:0;
	margin:0;
	width:620px;
	padding-bottom:20px;
}
#foot
{
	clear:both;
	background:#006191;
	line-height:30px;
	text-align:center;
	font-size:0.8em;
	color:#fff;
	border-top:1px solid #FFF;
}

/** Nav **/

#navBar
{
	width:100%;
	margin:0;
	padding:0;
	margin-top:20px;
	border-bottom:1px solid #212121;
	text-align:left;
	font-weight:bold;
}
#navBar a:link, #navBar a:active, #navBar a:visited
{
	display:block;
	width:100%;
	text-indent:10px;
	color:#FFF;
	line-height:25px;
	border-top:1px solid #212121;
	text-decoration:none;
}
#navBar a:hover
{
	color:#222;
	text-decoration:underline;
	background-color:#0093DD;
}

#foot a:link, #foot a:active, #foot a:visited
{	
	color:#fff;
	text-decoration:none;
	padding:0 5px;
}
#foot a:hover
{
	color:#0093DD;
}

/** Styles **/

.boxDisplay
{
	width:48%;
	float:left;
}
.boxDisplay p
{
	border-bottom:1px solid #DE9400;
	margin-bottom:20px;
	padding-bottom:10px;
}
.floatright
{	
	float:right;
}
.glasses
{
	margin:0 0 10px 10px;
}
#contentCol img
{	
	border:1px solid #DEDEDE;
	padding:3px;
	text-align:center;
}
#contentCol .noborder
{	
	border-width:0px;
}
.copyright
{	
	margin:0 auto;
	font-size:0.8em;
	text-align:center;
}

/** Product Tables **/

TABLE#products
{
	margin:10px 0;
	width:90%;
	margin-left:25px;
	border-collapse:collapse;

}
TABLE#products TD
{
	padding:10px 5px;
	vertical-align:top;
	border:1px solid #FFC751;

}
TABLE#products TD.imageside
{
	width:30%;
	text-align:center;
}
TABLE#products TD.textside
{
	width:70%;
	text-align:left;
}
