﻿html, body {
	text-align: left;
}

body 
{
    font:12px "Arial";
	cursor:default;
	color:#000000;
	line-height:14px;
	background:#fff url('images/bkg.jpg') repeat-x top;
	margin:0px;	
}

img
{
    border:0px;
    }
a 
{
	color: #2fa0ad;
	text-decoration: none;
	font-weight:normal;
	outline: none;
    }    

#Header
{
    height:300px;
    background-image:url(images/top.jpg);
    width:1212px;
    background-repeat:no-repeat;
    
    }
#Header .HeaderWrapper
{    
    width:1100px;
    margin-left:290px;
    margin-right:auto;    
    overflow:visible;      
    }
#Header .Logo
{
    height:22px;
    float:left;
    width:220px;
    }
     
#Header .Links
{
    height:22px;
    float:right;
    width:220px;
    } 

#Header .SignNotesTxt
{
    clear:both;    
    color:#ffffff;
	font-weight:bold;
	font-size:20px;
	line-height:25px;
	padding-top:25px;
	width:480px;
    }
#Header .SignNotesTxt2
{
    clear:both;    
    color:#ffffff;
	font-weight:bold;
	font-size:20px;
	line-height:22px;
	padding-top:10px;
	width:480px;
    }
    
#Header .LoginContainer
{
    float:left;
    width:495px;
    font-weight:bold;
        color:Blue;
	font-size:20px;
    padding-top:80px;    
    }  
    
#Header .LoginContainer ul li {
	float:left; 
	list-style:none;
	
}
#Header .LoginContainer ul 
{
    float:left;	
	margin:0px;
	padding:0px;
}                 
    
#Header .ToolsIcon
{
    float:left;
    width:200px;
    margin-top:80px;
    padding-left:330px;
    
    }
#MainContentWrapper {	
	width:1300px;
} 
    
#MainContent {
	float:left;
	margin:25px 0px 0px 0px;	
	width:1000px;
} 

#sort {
	float:left;
	width:280px;
	margin:25px 0px 0px 10px;
	
}
#sort ul {
	margin:0px;
	padding:0px;
	padding:5px 0px 0px 10px;
	list-style:none;

}
#sort li
{    
    padding:0px;
    margin:0px 5px 0px 0px; 
    }
    
#sort li.BrandLi 
{    
    padding:0px;
    margin:0px;   
    float:left;
    width:135px;
    }   
    
.footer 
{
width:860px;
background:url(images/footer_bg.gif) repeat-y scroll top center transparent;
margin-left:290px;
margin-top:10px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding:14px 0px ;
clear:both;
}
.footer span{
color:#9cb2d6;
font-weight:bold;

}
.footer p {
color:#7495cc;
line-height:20px;
margin:25px 0px 0px 0px;
padding:0px;
}
.footer a {
color:#bad5d9;
font-weight:bold;
font-size:12px;
text-decoration:none;
margin:16px 0;
padding:0 15px;
}
.footer a:hover, a:focus {
text-decoration:underline;
}
.footer a:visited {
color:#86a8ac;
}   
