
/* Main layout div's */
#container{
	width:1000px;
	background-color:#FFFFFF;
	border-left: 1px solid #68C1FF;
	border-right: 1px solid #68C1FF;
}
#header{
	
}
#header_links{
	border-top:1px solid #68C1FF;
	background-color:#D6D7D9;
	FONT-SIZE: 10px;
}
#header_search{
	height:22px;
	border-top:1px solid #68C1FF;
	border-bottom: 1px solid #68C1FF;
	BACKGROUND-COLOR: #D6D7D9;
}
#left_nav{
	border: 1px solid #68C1FF;
	BACKGROUND-COLOR: #D6D7D9;
	margin:5px;
	height:auto;
	width: 200px;
	float:left;
}
#main{
	margin-top: 5px;
	margin-bottom: 5px;	
	float:left;
	clear:right;
	width:780px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;	
}
#footer{
	clear:both;
	border-top: 1px solid #68C1FF;
	BACKGROUND-COLOR: #D6D7D9;
	padding-left:12px;
	padding-right:12px;
}


/* General Styles */
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
        FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
        COLOR: #000000;
        FONT-SIZE: 12px;
}
A:link {
        COLOR: #081589;
        TEXT-DECORATION: none;
}
A:visited {
        COLOR: #081589;
        TEXT-DECORATION: none;
}
A:hover {
        COLOR: #FF0000;
        TEXT-DECORATION: underline;
}
A:active  {
        COLOR: #081589;
        TEXT-DECORATION: none;
}
H1 {
        FONT-SIZE: 15px;
}
H2 {
        FONT-SIZE: 13px;
}
H3 {
        FONT-SIZE: 12px;
}
HR {
        COLOR: #DDDDDD;
        HEIGHT: 1px;
}
HTML,BODY {
        HEIGHT: 100%;
        MARGIN: 0px;
        PADDING: 0px;
        /*BACKGROUND-COLOR: #D6D7D9;*/
	/*BACKGROUND-COLOR: #f0f0f0;*/
        background: #000000 url(/xcart/skin1/images/bg_border_fuz_2.jpg) top repeat-y;
}



/* Header Styles */
.HeadLogo {
        PADDING-LEFT: 27px;
        TEXT-ALIGN: left;
}
.HeadText {
        FONT-SIZE: 12px;
        FONT-WEIGHT: bold;
}
.HeadLine {
        BACKGROUND-COLOR: #D6D7D9;
}


