/* основные стили */

* {
	font-size: 12px;
	font-family: arial;
	color: #505050;
	margin: 0;
	padding: 0;
}

p {
	text-indent: 10px;
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 3px;
}

* a:link, * a:visited {
	text-decoration: underline;
	color: #198db3;
}

* a:hover {
	text-decoration: none;
	color: #0ae0db;
}



html {
}

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	background: #00091c url('../img/bg.gif') repeat-x;
}

table {
	text-align: justify;
}

input, textarea {
	border: solid 1px #5491a6;
	font-family: tahoma;
	font-size: 11px;
	color: #777777;
	margin: 0px 6px 0px 6px;
	padding: 2px;
}

a img {
	border: none;
}



h1 {
	font: 1.6em arial;
	color: #005b6f;
	margin: 8px 0;
	text-align: left;
	display: block;
}

h2 {
	font: 1.3em arial;
	color: #2db877;
	margin: 6px 0;
	text-align: left;
}

h3 {
	font: 1.2em arial;
	text-align: left;
	margin: 4px 0;
}



* ul {
	text-align: left;
	margin: 8px 20px 8px 20px;
}

* ol {
	margin: 8px 30px 8px 30px;
}

* li {
	text-align: left;
	margin: 2px 0 0 0;
}



.title {
	font: 14px arial;
	color: #202020;
	margin-top: 4px;
	margin-bottom: 4px;
}


.large {
	color: #ffffff;
	font-size: 18px;
}

.huge {
	color: #ffffff;
	font-size: 32px;
}

.small {
	font-size: 10px;
}



.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

.light {
	color: #c8c8c8;
}

.selected {
	display: block;
	margin: 4px;
	padding: 4px;
	background-color: #e4e4e4;
}



.preview {
	border: 1px solid #235264;
}

.preview:hover {
	border: 1px solid #53a5c4;
}


.framed {
	border: 1px solid #06432b;
}




.installation {
	padding: 10px 30px;
	font: 14px arial;
	color: #3b7ea4;
	background: url('../img/card-h4-installation_bg.gif') no-repeat left center;
}

.profile {
	padding: 10px 30px;
	font: 14px arial;
	color: #3b7ea4;
	background: url('../img/card-h4-profile_bg.gif') no-repeat left center;
}

.photo {
	padding: 10px 30px;
	font: 14px arial;
	color: #3b7ea4;
	background: url('../img/card-h4-photo_bg.gif') no-repeat left center;
}

.video {
	padding: 10px 30px;
	font: 14px arial;
	color: #3b7ea4;
	background: url('../img/card-h4-video_bg.gif') no-repeat left center;
}

.forum {
	padding: 10px 30px;
	font: 14px arial;
	color: #3b7ea4;
	background: url('../img/card-h4-forum_bg.gif') no-repeat left center;
}





.container-top {
	width: 1200px;
	height: 12px;
	background-image: url("/img/container_top_bg.gif");
	margin-top: 10px;
}
.header {
	width: 1200px;
	height: 294px;
	background: url("/img/header_bg.jpg") no-repeat;
}

	.header .left {
		width: 600px;
		height: 294px;
		float: left;
	}

		.header .left .logo {
			width: 600px;
			height: 294px;
		}

	.header .right {
		width: 600px;
		height: 294px;
		float: right;
	}

		.header .right .search {
			width: 240px;
			float: left;
			margin-top: 40px;
			padding: 20px;
			background-color: #085783;
		}
			.header .right .search input {
				width: 200px;
			}

		.header .right .cart {
			width: 240px;
			height: 80px;
			float: left;
			margin-top: 8px;
			padding: 20px;
			background-color: #085783;
		}

		.header .right .contacts {
			width: 300px;
			height: 294px;
			float: right;
		}


.container {
	width: 1200px;
	background: #ffffff url("/img/container_middle_bg.gif") repeat-y;
}

	.container .middle {
		width: 1194px;
		height: 74px;
		background-color: #a0a0a0;
		margin: 0 3px;
	}




.content {
	margin: 5px;
	min-height: 250px;
	padding: 5px;
}


.submain {
	margin: 30px 10px 0 10px;
}
.submain .delivery {
	width: 260px;
	height: 140px;
	float: left;
}
.submain .delivery p {
	
}
.submain .payment {
	width: 260px;
	height: 140px;
	float: left;
}
.submain .search {
	width: 380px;
	height: 70px;
	background-color: #1a262e;
	float: right;
}
.submain .search input {
	width: 280px;
	margin-top: 25px;
}

.submain p {
	text-align: center;
}
	

.submenu {
	margin: 15px;
}
	.submenu p {
		color: #505050;
		text-align: center;
	}
	.submenu p a {
		text-decoration: none;
		color: #808080;
	}
	.submenu p a:hover {
		color: #923c42;
	}

.footer {
	height: 45px;
	padding: 6px;
	background: #c4c4c4 url("/img/footer_bg.gif");
}

	.footer p, .footer p b {
		font-size: 10px;
		color: #474747;
		text-align: center;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.footer p a {	
		color: #5d5d5d;
		text-decoration: none;
	}
	.footer p a:hover{
		color: #5b9ce5;
	}

	.footer .stylerucom {
		width: 200px;
		height: 40px;
		position: relative;
		top: 10px;
		left: 450px;
	}

.container-bottom {
	width: 1200px;
	height: 31px;
	background-image: url("/img/container_bottom_bg.gif");
}



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



/* ‘тили для разделения на левую, среднюю и правую часть */

.left-side {
	width: 460px;
	float: left;
}

.right-side {
	width: 720px;
	float: right;
}


