body { 
	margin : 5px;
	padding : 0;
	background: #042046 url(../images/bg_page.jpg) repeat top;
	font-family: Arial, Helvetica, sans-serif;
} 
a { 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
} 
h1 {
	font : normal 28px/50px sans-serif, Helvetica, Arial;
	color : #980F08;
	padding : 0;
	margin : 0;
	text-transform : uppercase;
	letter-spacing : -1px;
}
h2 {
	font : normal 17px/20px sans-serif, Helvetica, Arial;
	color :  #980F08;
	padding : 0;
	margin : 0;
}
h3{
	font : bold 13px/20px sans-serif, Helvetica, Arial;
	color :  #980F08;
	padding : 0;
	margin : 0;
}
h3 a{
	color :  #980F08;
}
h4{
	font : bold 13px/20px sans-serif, Helvetica, Arial;
	color : #041E43;
	padding : 0;
	margin : 0;
}
h4 a{
	color : #041E43;
}
h5{
	font : bold 20px/20px sans-serif, Helvetica, Arial;
	color : #041E43;
	padding : 0;
	margin : 0;
}
/*header*/
/*navigation*/
.header-nav a, .header-nav a:link, active, visited{
	background : #666;
	height : 33px;
	width : auto;
	font : normal 14px/33px Helvetica, Arial, sans-serif;
	color : white;
	text-decoration : none;
	text-align : center;
	text-transform : uppercase;
	padding : 0 5px 0 5px;
}
.header-nav a:hover{
	color : #CCCCCC;
}
.border-nav{
	color : #980F08;
}
/*left content*/
.login-bg{
	background :  url(../images/login_bg.jpg) no-repeat top;
	width : 221px;
	height : 246px;
}
.left-middle-bg{
	background :  url(../images/left_middle_bg.jpg) no-repeat top;
	width : 221px;
	height : 560px;
}
.left-hotdeals-bg{
	background:  url(../images/left_hotdeals_bg.jpg) repeat-y top;
	width : 221px;
}

.right-plain-bg{
	background: url(../images/right_plain_bg.jpg) no-repeat top right;
}
.right-promotions-bg{
	background: url(../images/right_promotions_bg.jpg) no-repeat top right;
}
.right-shop-bg{
	background: url(../images/right_shop_bg.jpg) no-repeat top right;
}
.right-hotdeals-bg{
	background: url(../images/right_hotdeals_bg.jpg) no-repeat top right;
}
.bg-bottom-cs_bg{
	background : url(../images/right_cs_bg.jpg) no-repeat top right;
	width : 598px;
}
/*right content*/
.bg-bottom{
	background : url(../images/bottom_right.jpg) no-repeat top right;
	width : 598px;
}
.bg-bottom-plain-bg{
	background : url(../images/bottom_right_plain_bg.jpg) no-repeat top right;
	width : 598px;
}
.bg-bottom-news{
	background : url(../images/bottom_right_news.jpg) no-repeat top right;
	width : 598px;
}
.bg-bottom-promotions_bg{
	background : url(../images/bottom_right_promotions_bg.jpg) no-repeat top right;
	width : 598px;
}
/*paragraph*/
p{
	font : normal 14px/18px Arial, Tahoma;
	padding : 0 0 10px 0;
	margin : 0;
	color : #333;
}
P a{
	color: #980F08;
}
#hotdeals{
	font : normal 9px/12px Tahoma. Arial;
}
#hotdeals p{
	font : normal 9px/12px Tahoma. Arial;
}
/*form*/
form{
	font : bold 15px/20px Helvetica, Arial, sans-serif;
	color : #FFF;
	padding : 0;
	margin : 0;
}
form a{
	color : #FFFFFF;
	text-decoration : none;
}
input{
	border : 0;
	padding : 4px;
	margin : 0;
	font : normal 13px/20px Arial, Helvetica, sans-serif;
	text-shadow : #999999;
}
/*border*/
/*footer*/
.footer{
	border-top: 5px solid #666;
}
.footer p{
	font: normal 10px/20px Arial, Tahoma;
	padding: 0;
	margin : 0;
}
.footer a{
	color : #980F08;
	padding : 0 5px 0 0;
	text-decoration : none;
}
.footer a:hover{
	color : #666;
	text-decoration : underline;
}
hr{
	color:#CCCCCC;
}
.hstroke{
	border-bottom : 1px solid #CCC;
}
