@charset "utf-8";
/* CSS Document */
body,html,table,th,td,h1,h2,h3,h4,h5,h6,li,ul,hr,a,tr{margin:0; padding:0;}


body {
font:11px/13px verdana, tahoma, arial;
color:#585958;
background-color:#E0E0E0;

}

a, a:visited {
 color: #AE0008;
 text-decoration:none;
 
}
.clear {
clear:both
}
.left{
	float:left;}

div#wrapper{
	width:960px;
	min-height:600px;
	margin: 0 auto;
	background-color:#fff;
	}
	
div#header{
	width:960px;
	height:148px;
	margin: 0 auto;
    }

div#logo {
	width:320px;
	height:70px;
	float:left;
	text-align:right;
	padding-top:20px;
	
	/*margin:27px 0 0 45px;*/
}

#address{
	width:150px;
	height:70px;
	margin-top:8px;
    padding-left: 5px;
	text-align:left;
	float:right;
	border-left:1px solid #c60c30;
}
p.address{
	line-height:150%;
	padding-top:0px;
	margin:0;
	color:#000;
}
#sign{
	width:190px;
	height:70px;
	margin-top:5px;
	margin-right:5px;
	float:right;
	text-align:right;
	font-size:10px;
}
#search{
	width:280px;
	height:25px;
	margin-right:5px;
	margin-top:5px;
	float:left;
	text-align:right;
	
}

#search #SearchText {
	width: 131px;
	height: 12px;
}

#search .submitButton {
border:none;
margin:0;
padding:0;
background: none;
vertical-align: top;
}

input {
border:1px solid #A0A0A0;
padding:4px 6px;
margin:0;
font:10px/15px verdana, tahoma, arial;
background:#E3E3E3 url('../images/template/bg_input.jpg') repeat-x top left;
}
select{
	font:10px/15px verdana, tahoma, arial;s
	}

button {
border:1px solid #A0A0A0;
padding:4px 6px;
margin:0;
font:10px/15px verdana, tahoma, arial;
background:#E3E3E3 url('../images/template/bg_input.jpg') repeat-x top left;
}

div#navigation
	{width:960px;
	height:45px;
	background-color:#000;
	border-top:1px solid #c60c30; }
div#navigation-shadow{
	width:960px;
	height:9px;
	background-image:url(../images/template/menu/shadow-menu.png); 
 }


div#content{
	width:960px;
	min-height:600px;
	height:AUTO;
	margin: 0 auto;
	background-color:#FFF;
	padding-bottom:15px;
	/*text-align:center;*/
}

div#footer{
	width:960px;
	height:30px;
	border-top:solid #c60c30 5px;
	background-color:#000;
	margin: 0 auto;
	text-align:center;
	padding-top:38px;
	color:#fff;
	font-size:11px;
	background-image:url(../images/template/bg_footer_md.jpg);
}

div#footer a{color:#FFF; text-decoration:none;}
div#footer a:hover{color:#fff; text-decoration:underline;}

/*CHRISTMAS TEMPLATE*/
div#skin-wrapper{
	width:1280px;
	min-height:600px;
	margin: 0 auto;
	background-color:#E0E0E0;
	}

#skin-leftcolumn{
	float: left;
	width: 160px;
	height:319px;
	background-color:#E0E0E0;
	background-image:url(../images/template/xmas/bg-xmas-ornaments-lf.png);
}

#skin-rightcolumn{
float: left;
	width: 160px;
	height:319px;
background-color:#E0E0E0;
	background-image:url(../images/template/xmas/bg-xmas-ornaments-rg.png);
}
