@charset "utf-8";
/* CSS Document */

.body{
	margin-top:0px;	
}
.bodyTable{
	margin-top:0px;
	border:thin solid #EEEEEE;	
}
.content{
	font-family:Carrois Gothic;
	font-size:14px;
	font-color:#EEEEEE;
}
.footerContent{
	font-family:Carrois Gothic;
	font-size:12px;
	font-color:#CCC;
}
h1{
	font-family:Lobster Two ;	
	font-size:24px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#666666;
}
.smallLink{
	font-family:Carrois Gothic;
	font-size:14px;
	color:#666;
	margin-right:10px;
}
.smallLink:hover{
	color:#0080FF;
}
td.footerTD{
	background-color:#666;
	height:100px;
	vertical-align:top;
}
td.footerTD a{
	font-family:Carrois Gothic;
	font-size:14px;
	color:white;
	margin-right:10px;
	text-decoration:none;
}
td.footerTD a:hover{
	color:#39F;
}
.homeBrandsDiv img{
	margin-right:7px;
}


.menuDiv{
	background-image:url(images/menuBase.jpg);
	background-repeat:repeat-x;
	height:50px;
	display:block;	
}
.menuItemDiv{
	background-image:url(images/menuDivider.jpg);
	background-repeat:no-repeat;
	height:50px;
	float:left;
}
.menuItemDiv a{
	padding:0px 30px 0px 30px;
	font-family:Lobster Two;
	font-size:20px;
	line-height:40px;
	color:#666;
	text-decoration:none;
}
.menuItemDiv a:hover{
	color:#0080FF;
}
.menuItemFirstDiv{
	background-image:none;
}