body {
	margin: 0px;
	font-family: Lucida Sans,Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 100%;
} 





#main{
	position:absolute;
	width:900px;
	left: 50%;
	height:100%;
	margin-left:-450px;
}

/* LOGO & MENU */


#header{
	margin-top:10px;
	width:100%;
}

#headermenu{

	float:right;
	margin-top:15px;
	margin-right:2px;
}

#headermenu div{
	margin-right:0px;
	margin-left:10px;

}

#headermenu a{
	font-weight:600;
}

#logo{
	float:left;
	text-align:center;
	margin-top: 8px;     
	width: 68px;
    height:50px;

}

#menu{
	position:absolute;
	left:0;
	top:68px;
	border-top:1px solid #333333;
	border-right:1px solid #666666;
	height:30px;
	width:899px;
}
.menuItem a{
    text-decoration: none;
}

.menuItem a:link{     color:#000000; }
.menuItem a:visited{  color:#000000; }
.menuItem a:hover {	  color:#ca2436; }
.menuItem a:active{   color:#000000; }


.menuItemOn a{
    text-decoration: none; 
    color:#ca2436;
}


#menu div{
	margin-top:5px;
	width:auto;
	margin-right:20px;
	float:left;
}


#headermenu div{
	margin-top:5px;
	width:auto;
	margin-left:20px;
	float:left;
}

.headMenuItem a{
    text-decoration: none;
}

.headMenuItem a:link{     color:#ca2436; }
.headMenuItem a:visited{  color:#ca2436; }
.headMenuItem a:hover {	  color:#000000; }
.headMenuItem a:active{   color:#ca2436; }
.headMenuItemOn a{
    text-decoration: none; 
    color:#000000;
}


div.submenu{
	float:left; 
	margin-left: 80px;
	line-height: 23px;
	margin-top: 3px;
}

div.menu a{
	font-family: Verdana;
	color:#FFFFFF;
    font-size: 12px;
	font-weight: 500;
}

div.menu a:link{	text-decoration: none; }
div.menu a:visited{	text-decoration: none; }
div.menu a:hover {	text-decoration: underline;  }
div.menu a:active{	text-decoration: none;	}




/* CONTENT*/
#content{
 	position:absolute;
	overflow:auto;
	width: 899px;
	top:97px;
	bottom:23px;
	height:auto;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;	
	border-right:1px solid #666666;

}

#content a{
	font-family: Lucida Sans, Verdana;
	font-size: 11px;
	color: #ca2436;	
}

#content a:link{		text-decoration: none; }
#content a:visited{	text-decoration: none; }
#content a:hover {	text-decoration: underline;  }
#contenta:active{	text-decoration: none; }



#leftContent{
	width:425px;
padding-bottom:10px;
	float:left;
}

#rightContent{
	width:420px;
	float:left;
	padding-bottom:10px;
	margin-left: 25px;
	
}

#wideContent{

padding-bottom:10px;
	width:auto;
	margin-right: 50px;

	
}

td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	vertical-align: top;
}

#pageTitle{
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	margin-top:15px;
	margin-bottom:10px;
}




div.leftBlock{
	float:left;
	width:250px;
	height:406px;
	font-size: 13px;
 	color: #000000;
}


h1, h2{
	font-size: 16px;
	color: #444444;
	font-weight: 500;
}

div.subtitle{
	font-size: 1px;
	color: #666666;
	font-weight: 600;
}

.colName td{
   	font-weight: 600;
	border-bottom: 1px solid #CCC;
}

.formResult{
	background-color: #CBFFCB;
	width:490px;
	padding: 5px;
	margin-bottom:6px;
	font-weight:bold;
	margin-left:1px;
	border: 2px solid #03AE03;
}

.formResultError{
	color: #000000;
	background-color: #FFB2B2;
	width:490px;
	padding: 5px;
	margin-bottom:6px;
	font-weight:bold;
	margin-left:1px;
	border: 2px solid #AE0303;
}

#bg{
	position : absolute;
	width:100%;
	height:100%;

}


#bgColor{
	position:absolute;
	width:900px;
	left: 50%;
	height:100%;
	margin-left:-450px;
	background-color:#FFFFFF;
}

#footer{
	position:absolute;
	bottom:4px;
    background-color:#FFFFFF;
	width:900px;
}


#homeImages img{
	margin-right:12px;
}

#homeImages{
	margin-bottom:25px;
}


ul{
	list-style: none;
}

ul{
    font-weight:bold;
}

li{
	padding-left: 16px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px  4px;
	margin-bottom:8px;
}

.shipThumb{
	border-top: 1px dotted #AAA;
	border-right: 1px dotted #AAA;
	float:left;
	width:420px;
	height:auto;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#F9F9F9;
}

.shipThumb img{
	float:left;
	margin-right: 10px;
}
