a, a:visited
{
	color: #336699;
	text-decoration: none;	
}

a:hover
{
	background-color: #f5821f;
	color: #ffffff;
	text-decoration: none;	
}

a img
{
	border: none;
}

body
{
	background-image: url(/imgs/bg-body.png);
	background-repeat: repeat-x;
	color: #454545;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
	margin: 0px 10px 0px 10px;
}

body, form, html
{
	height: 100%;
	min-height: 100%;
}

div.productImage
{
	float: left;
	width: 200px;
}

div.productSpecs
{
	color: #336699;	
	float: left;
	font-size: 0.9em;
	width: 290px;
}

h1 + p, h2 + p
{
	margin-top: 0px;
}

h1, h2
{
	color: #336699;
	font-size: 1.2em;
	margin: 0px;
}

h2.product
{
	background-image: url(/imgs/bg-product-name.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 2px 0px 0px 10px;
	height: 26px;
}

p
{
	text-align: justify;
}

tr
{
	vertical-align: top;
}

ul
{
	margin-left: -1.5em;
}

ul li
{
	list-style-type:  disc;
}

ul.list2cols
{
	float:left;
	width: 195px;
}

#banner
{
	background-image: url(/imgs/gradient_two.jpg);
	background-repeat: no-repeat;
	height: 250px;
	position: relative;
}

#banner .bottom
{
	bottom: 0px;
	color: #ffffff;
	font-size: 3.3em;
	position: absolute;
	text-transform: uppercase;
	width: 600px;
}

#banner .top
{
	color: #ffffff;
	font-size: 1.4em;
	padding-top: 3px;
	text-transform: uppercase;	
}

#content
{
	padding: 50px 0px 25px 0px;
}

#content, #footer, #header
{
    margin: 0 auto;
	width: 1000px;	
}

#footer
{
	background-color: #cccccc;
	font-size: 0.7em;
	height: 22px;
}

#footer, #footer a
{
	color: #666666;
}

#footer .left
{
	float: left;
	padding: 5px 0px 5px 10px;
}

#footer .right
{
	float: right;	
	padding: 5px 10px 5px 0px;
}

#left
{
	float: left;
	padding-right: 10px;
	width: 490px;
}

#menu
{
	height: 20px;
}

#right
{
	float: right;
	padding-left: 10px;
	width: 490px;
}

#sites h2
{
	margin-bottom: 1em;;
}

#top
{
	background-image: url(/imgs/bg-top.png);
	background-repeat: no-repeat;
	height: 20px;
	padding: 1px 10px 0px 0px;
	text-align: right;
}

#wrapper
{ 	
	height: auto !important;
	height: 100%;
	margin: 0px auto -22px;
	min-height: 100%;
}