/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #D7D7BD;
	text-align: justify;
	line-height: 25px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 12px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	/*text-transform: lowercase;*/
	color: #005880;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}
/** стили каталога**/
/* Шапка */

.sh0,.sh1,.sh2,.sh3,.sh4 { background: url(images/bg_cat.gif) top repeat-x; padding:8px 10px 8px 10px; color:#A6A6A6; border-right:1px solid #F0F0F0;}
.sh0{border-right:none;}

.sh1{text-align:center;}
.sh2{text-align:center;}
.sh3{border-right:none;text-align:center; widht: 30px}
.shd{background: url(/i/shop/bg_cat_d.gif) bottom left repeat-x; padding:10px; }
/* Наименование товара */

.st{
	/* color:#4184A3; */
	font-size:12px;
	font-weight:normal;
	text-decoration:none;	
}

.sd0,.sd1,.sd2,.sd2r,.sd3 {padding:2px; text-align:left;border-right:1px solid #F0F0F0; height:60px;}
.sd0{border-right:0; padding-right:13px; }
.sd0 img{padding:5px 5px 5px 10px;}
.sd1{padding-left:4px;width:250px;}
.sd2,.sd2r{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	
	
	}
.sd2r{color:#CCCCCC;}
.sd3{border-right:none; padding:2px 5px 10px 5px;text-align:center;width:40px;}
/** Style for header starts here */

#header {
	width: 800px;
	height: 300px;
	margin: 0px auto;
	background: url(images/kazak-02.jpg) no-repeat left top;
	
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 30px 0px 10px 110px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 112px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #000000;
	
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	/**float: right; /** справа**/
}
#menu ul .mailto {
	float: right; /** справа**/
}
#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu .bg1 a {
	background: url(images/navi_bg_im.jpg) repeat-x;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.9em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#left {
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}
