a{text-decoration: none;}

* {padding:0; margin:0;}

h2{
	font-size: 14px;
	font-family: Verdana;
	font-weight:bold;
	margin: 0px;
	color: #FFFFFF;
}
h1{
	font-family: Verdana;
	font-size: 20px;
	margin: 0px;
	font-weight:bold;
	color: #FFFFFF;
	}

h3{
	font-family: Verdana;
	font-size: 14px;
	margin: 0px;
	font-weight:bold;
	color: #FFFFFF;
}


body{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color:#FFFFFF;
	font-family: verdana;
	width: 100%;
	background-color: #000000;
	background-image:url('/images/background.jpg');
	background-position: top;
	background-attachment: fixed;
	
}

html{
	width: 100%;
	
}
.page{
	width: 950px;
	border: 0px solid #FFFFFF;
	}
.side{	
	
}

.head{
	height: 202px;
	width: 950px;
	
}
.menu{
	width: 954px;
	height: 39px;
	
	background-image: url("/images/menu_x.png");
	background-repeat: repeat-x;
	
}
.content{
	width: 890px;
	height: 366px;
	/*background-color: #0C0032;*/
	padding: 30px;
	background-color: #1C2252;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.content a{
	color:#FFFFFF;
}
.content_1{
	width: 950px;
	height: 426px;
	/*background-color: #0C0032;*/
	background-color: #1C2252;
	/*border: 1px #c7c8e6 solid;*/
}
.content_1 a{
	color:#FFFFFF;
}
.footer{
	height: 37px;
	width: 950px;
	background-color: #da6600;
}

.footer2{
	height: 37px;
	width: 950px;
	background-image: url("/images/menu_x.png");
	background-repeat: repeat-x;
}

.menu_cell{
	font-style: regular;
	padding-left: 20px;
	padding-right: 20px;
	color: #161A53;
	font-size: 14px;
	height: 39px;
	width: 94px;
	border-left: 2px solid #534353;
}
.menu_cell2{
	font-style: italic;
	/*padding-left: 20px;*/
	padding-right: 20px;
	color: #140e4a;
	font-size: small;
	height: 39px;
	background-image: url("/images/menu_x.png");
	background-repeat: repeat-x;
	vertical-align: middle;
}

.menu_cell2 a{
  color: #140e4a;
  font-size: small;
  font-style: italic;
  font-weight: normal;
}

.menu_cell_h{
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	color: #140e4a;
	font-size: small;
	height: 39px;
	background-image: url("/images/menu_x.png");
	background-repeat: repeat-x;
	vertical-align: middle;
}

.menu_cell_h a{
  color: #140e4a;
  font-size: small;
  font-style: italic;
  font-weight: normal;
}

.menu_cell_top{
	font-style: regular;
	padding-left: 20px;
	padding-right: 20px;
	color: #140e4a;
	font-size: small;
	height: 47px;
	background-image: url("/images/menu_x_top.png");
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 7px;
}

.menu_cell_top a{
  color: #140e4a;
  font-size: 14px;
  font-style: regular;
  font-weight: normal;
}

.menu_cell_top_first{
	font-style: regular;
	padding-left: 20px;
	padding-right: 20px;
	color: #140e4a;
	font-size: small;
	height: 47px;
	background-image: url("/images/menu_x_top_first.png");
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 7px;
}

.menu_cell_top_first a{
  color: #140e4a;
  font-size: 14px;
  font-style: regular;
  font-weight: normal;
}

.menu_cell_top_between{
	font-style: regular;
	padding-left: 0px;
	padding-right: 0px;
	font-size: small;
	height: 47px;
	background-image: url("/images/menu_x_top-between.png");
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 7px;
	width: 5px;
}

.menu_cell a{
	color: #161A53;
}
.head_div{
	width: 950px;
	background-color: #140940;
	height: 202px;
	position: relative;
}
.head_logo{
	position: absolute;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	width: 954px;
	height: 192px;
	bottom: 0px;
	left: 0px;
}

.categ_div{
	width: 235px;
	height: 132px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	position: relative;
}
.categ_div_text{
	position: absolute;
	bottom: 0px;
	left:0px;
	background-color: #C55B0F;
	padding: 3px;
}
.categ_div_text a{
	color:#150742;
}
.sub_categ_div{
	/*width: 315px; */
	width: 218px;
	/*height: 180px;*/
	/*height: 160px;*/
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 3px;
	position: relative;
}

.corner_left{
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	background-image: url("/images/left-bottomx.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.corner_right{
	position: absolute;
	width: 12px;
	height: 12px;
	right: -1px;
	bottom: 0px;
	z-index: 10;
	background-image: url("/images/right-bottomx.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.pic_container {
  position: relative;
  left: 0px;
}

.sub_categ_div_text{
	text-align: center;
	left:0px;
	background-color: #454974;
	padding: 3px;
}

.sub_categ_div_text_left{
	text-align: center;
	left:0px;
	background-color: #454974;
	padding: 3px;
	background-image: url("/images/left-bbottom.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*margin-top: 1px;*/
	/*border-right: 1px solid #575b80;*/
}

.sub_categ_div_text_right{
	text-align: center;
	left:0px;
	background-color: #454974;
	padding: 3px;
	background-image: url("/images/right-bbottom.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	/*margin-top: 1px;*/
	/*border-right: 1px solid #575b80;*/
}

.sub_categ_div_text a{
	color:#f5f4fa;
}

.sub_categ_div_text_left a{
	color:#f5f4fa;
}

.big_image{
	width: 543px;
	height: 362px;
	/*padding-top: 5px;*/
	/*padding-left: 5px;*/
	padding-bottom: 5px;
	background-color: #000000;
}
.small_image{
	width: 543px;
	height: 90px;
	/*padding-left: 5px;*/
	padding-bottom: 5px;
	background-image: url("/images/black-bg1.png");
	background-repeat: no-repeat;
	background-position: bottom;
}
.prod_img{
	width: 543px;
}
.prod_text{
	width: 397px;
}
.prod_cont{
	padding: 0px 10px 10px 10px;
	height: 362px;
}

.prod_cont_top {
	background-color: #464974;
	/*height: 360px;*/
	padding: 10px;
	vertical-align: top;
	height: 332px;	
}

.underlined {
	padding-top: 10px;
	line-height: 180%;
}

.white_hr {
	padding-top: 3px;
	padding-bottom: 3px;
	height: 1px;
	border-top: 1px solid #666994;
}

.prod_cont_bottom {
	vertical-align: top;
}

.prod_nav{
	height: 80px;
	padding: 0 25px 0 25px;
}
.prod_pics{
	cursor: pointer;
}
.field{
	border:1px solid #da6600;
	/*background-color: #0C0032;*/
	background-color: #1C2252; 
	color: #FFFFFF;
}
.send{
	border:1px solid #da6600;
	/*background-color: #0C0032;*/
	background-color: #1C2252; 
	color: #FFFFFF;
	cursor: pointer;
	}
.up_space{
	height: 21px;
	width: 950px;
}
.head_2{
	height: 108px;
	/*width: 894px;*/
	background-color: #140940;
	background-image: url("/images/logo_2.jpg");
	background-repeat: no-repeat;
	background-position: 17px 0px;
	/*padding-right: 56px;*/
}

.head_21{
	/*width: 894px;*/
	/*background-color: #140940;*/
	/*background-image: url("/images/head_logo_x.png");*/
	background-image: url("/images/logo_x2.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 954px;
	height: 152px;
	bottom: 0px;
	left: 0px;
	/*background-position: 17px 0px;*/
	padding-right: 1px;
}

.footer_21{
	height: 37px;
	width: 894px;
	/*background-color: #da6600;*/
	background-image: url("/images/menu_x.png");
	background-repeat: repeat-x;
	padding-right: 56px;
}

.title_regular {
	font-family: Verdana;
	font-weight: normal;
	font-size: 20px;
}
