@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, "sans serif";
	font-size:14px;
	background: url(../images/bg_body.jpg) repeat-y top center;
	overflow:scroll

}
h3{
	padding-bottom:5px;
}

a img {
	border: 0;
}

#header{
	background: url(../images/header.png) no-repeat center top;
	margin: 0px auto 0px auto;
	height:155px;
	}

#wrapper{
	top:0px;
	width:900px;
	padding:0px;
	margin:0px auto 0px auto;
		}

#container{
	padding:0px;
	margin: 0px auto 0px auto;
	height:1%;
	line-height:16px;
	}
br.clear {
	clear: both;
	display: inline;
}

/* 2 Column fixed size - MENU*/

#left{
	width:29%;
	padding:0px;
	float: left;
	margin:0px;
		}	
#left ul li{
	list-style-type:none;
	}

#productsmenu div a {
	clear: both;
	margin-left: 68px;
}

#productsmenu div a img {
	float: left;
	width: 4px;
	margin-left: 3px;
	margin-top: -2px;
}

#productsmenu div a span {
	display: block;
	float: left;
	width: 120px;
	margin-left: 4px;
}

/*CONTENT*/
#right {
	width:69%;
	float: right;
	padding:0px 0px 0px 0px;
	margin: 0px;
	line-height:20px;
	}

.required {
	color: #FF0000;
	vertical-align: top;
	cursor: default;
}

/*End 2 Column fixed size*/
#right table tr td img{
	border:2px;
	border-color:#333366;
}

/*Two 2 Column within right div - Content*/
#right .left{
	float:left;
	width:35%;
	height:auto;
}
.rightinternal{
	float:left;
	width:60%;
}
/*End 2 Column within right div*/

a {font-weight: normal;
	text-decoration:none;}

a:link {
	color: #000;
}

a:hover {
	color: #69F;
	text-decoration:underline;
	}
a:visited {
	color: #666666;
}

#footer{
	padding:20px 0px 0px 0px;
	width: 100%;
	clear:both;
	text-align:center;
	line-height:16px;
	font-size:smaller;
}
#footer a {
	font-weight: normal;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a:hover {
	color: #006;
}


.headergrey {
	color: #999;
}

/*Right Column Override*/
.tablecolumn{
	text-align:left;
	}
.tablecolumnright{
	text-align:right;
	padding-right:30px;}
