@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
background: url(images/header.gif) no-repeat;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 130px;
	padding: 0;
	border-bottom: 6px solid #666666;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menu {
	float: right;
	width: 597px;
}

#menu ul {
	margin: 0px;
	padding: 105px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
	border-right: 1px solid #CCCCCC;
}

#menu a:hover, .active a {
color: #000;

}


#mainContent {
	height: 600px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#leftcolumn {
margin: 0px 0px 0 -20px;
float: left;
width: 306px;
height: 406px;
}

#leftcolumn h1 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 23px;
margin-bottom: 15px;
border-bottom: 1px solid #666;
}

.catalog {
height: 400px;
width: 300px;
border: 3px solid #EBEBEB;
}

#rightcolumn {
float: right;
height: 165px;
width: 545px;
margin: 0px -20px 0 0;
}

#rightcolumn h1 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 23px;
margin-bottom: 15px;
border-bottom: 1px solid #666;
}

#rightcolumn h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
background-color: #666;
padding: 10px;
}

#rightcolumn a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
text-decoration: none;
padding: 2px;
margin-left: 10px;
}

#rightcolumn a:hover{
background-color: #999999;
}

.rightcopy{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: justify;
line-height: 17px;
background-color: #ebebeb;
margin-top: -9px;
padding: 10px 10px 10px 10px;
}




#rightcolumn2 {
margin: 0 -20px 0 0;
float: right;
height: 165px;
width: 545px;
}

#rightcolumn2 h1 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 23px;
margin-bottom: 15px;
border-bottom: 1px solid #666;
}

#rightcolumn2 h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
background-color: #666;
padding: 10px;
}

#rightcolumn2 a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
text-decoration: none;
padding: 2px;
margin-left: 10px;
}

#rightcolumn2 a:hover{
background-color: #999999;
}

.rightcopy2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: justify;
line-height: 17px;
background-color: #ebebeb;
margin-top: -9px;
padding: 10px;
}







#contactcolumn {
float: left;
height: 600px;
width: 250px;
margin: 0 30px 0 -20px;
}


#contactcolumn h1 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 23px;
margin-bottom: 15px;
border-bottom: 1px solid #666;
}

#contactcolumn h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
background-color: #666;
padding: 10px;
}

#contactcolumn a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
text-decoration: none;
padding: 2px;
margin-left: 10px;
}

#contactcolumn a:hover{
background-color: #999999;
}

.contactcopy {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: justify;
line-height: 17px;
background-color: #ebebeb;
margin-top: -9px;
padding: 10px 10px 10px 10px;
}



#address {
float: left;
width: 370px;
height: 600px;
margin-left: 10px;
text-align: right;
}


#address h1 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 23px;
margin-bottom: 15px;
border-bottom: 1px solid #666;
}

#address h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
background-color: #666;
padding: 10px;
}

#address a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
text-decoration: none;
padding: 2px;
margin-left: 10px;
}

#address a:hover{
background-color: #999999;
}

.address {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
line-height: 17px;
background-color: #ebebeb;
margin-top: -9px;
padding: 10px 10px 10px 10px;
}






#rep {
float:left;
height: 400px;
width: 280px;
margin: 0 0 0 -20px;
border-left:5px solid #fff;
}

#rep h1 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 23px;
margin-bottom: 15px;
border-bottom: 1px solid #666;
}

#rep h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
background-color: #666;
padding: 10px;
}

#rep a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
text-decoration: none;
padding: 2px;
margin-left: 10px;
}

#rep a:hover{
background-color: #999999;
}

.repcopy{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: justify;
line-height: 17px;
background-color: #ebebeb;
margin-top: -9px;
padding: 10px;
}



#brand {
	margin: 0px 0px 0 -20px;
	float: left;
	width: 900px;
	height: 1750px;
}

#brand h1 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 23px;
margin-bottom: 15px;
border-bottom: 1px solid #666;
}

#brand h2{
width: 555px;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
background-color: #666;
padding: 10px;
margin-top: 0;
clear:right;
}

.brandcopy {
float: left;
border: 3px solid #EBEBEB;
width: 306px;
clear:left;
margin-bottom: 10px;
}

.brandcopy2{
float: right;
width: 555px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: justify;
line-height: 17px;
background-color: #ebebeb;
margin-top: -9px;
padding: 10px;
}


#footer {
	clear: both;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
