@charset "utf-8";
/* CSS Document */


body, td, div, h1, h2, h3, h4, h5, h6, p {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6e6d6d;
	
}

body{
	padding: 0;
	margin: 0;
	background-image:url(../img/bg.jpg);
}


body, td{
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6{
	color:#9c2c24;
	font-size: 16px;
}

p{
	padding: 0 0 15px 0;
	margin: 0;
	text-align: justify;
}

ul{
	margin: 0px;
	padding:0px;
	text-align: justify;
}



ol{
	margin: 0px;
	padding:15px;
}

form{
	margin-top: 0;
	margin-bottom: 0;
}

a img{
	border: none;
}

a{
	color: #a7474b;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}

a:hover{
	color: #a7474b;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}

.right_bg{
	background-image:url(../img/right_bg.jpg);
	background-repeat:repeat-y;
	width:26px;
	background-position:left;
}

.content_padding{
	padding-right:0px;
	padding-left:16px;
	padding-top:16px;
	padding-bottom:16px;
}

.content_padding2{
	padding-right:16px;
	padding-left:16px;
	padding-top:16px;
	padding-bottom:16px;
}

.content_padding_rl{
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.dotted_hor_line{
	background-image:url(../img/dotted_hor_line.jpg);
	background-repeat:repeat-x;
	height:3px;
}

.dotted_ver_line{
	background-image:url(../img/dotted_ver_line.jpg);
	background-repeat:repeat-y;
	width:3px;
}

.colorred{
	color:#992b24;
}
.smalltext{
	font-size:10px;
}

.newsletter_bg{
	background-image:url(../img/newsletter.jpg);
	background-repeat:no-repeat;
	width:171px;
	height:139px;
}

.special_offers{
	background-image:url(../img/special_offers.jpg);
	background-repeat:no-repeat;
	width:430px;
	height:172px;
}

.bigtext{
	font-size:14px;
	color:#eb1a05;
	font-weight:bold;
	padding-bottom:50px;
	padding-left:14px;
}

.bigtext_contacts{
	font-size:14px;
	color:#9c2c24;
	font-weight:bold;
}

.bigtext_contacts2{
	font-size:14px;
	color:#920e4a;
	font-weight:bold;
}

.contacts{
	background-image:url(../img/contacts.jpg);
	background-repeat:no-repeat;
}

.input{
	width:132px;
	height:18px;
	border:solid 1px #920e4a;
	color:#920e4a;
	font-size:11px;
}

.bottom_bg{
	background-image:url(../img/bottom_bg.jpg);
	background-repeat:repeat-x;
}

.nounderline {
	color:#6E6D6D;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
}