@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.soroka #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
} 

.soroka #header {
	padding-left: 20px;
	height: 163px;
} 

.nav{
	width: 148px;
	border-size: 1px;
}

.nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.nav li a{
	display: block;
	height: 30px;
	line-height: 30px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/buttons.jpg);
	background-position: 1px 78px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}	
	
.nav li a:link, .nav li a:visited {
	color: #FFFFFF;
}

.nav li a:hover{
	color: #FFFFFF;
	background-position: 1px -3px;
}

	
.nav li a.selected{
	color: #FFFFFF;
	background-position: 100% -1px;
}

.soroka #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px;
	margin-top: 80px;
	margin-left: 20px;
}


.soroka #mainContent {
	margin-left: 194px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	margin-top: 80px;
	color: white;
} 


.soroka #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #E5CD9B;
}
.soroka #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E5CD9B;
}
.soroka #mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
.soroka #mainContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
.soroka #mainContent a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.soroka #footer {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
} 
.soroka-1 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.soroka #gallery-box {
	width: 170px;
	float: left;
	margin-right: 17px;
	margin-bottom: 30px;
	text-align: center;
}
.soroka #gallery-box-right {
	width: 170px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

.design {
	background-image: url(images/container-bg-design-story.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}  
.technical {
	background-image: url(images/container-bg-technical.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.ouraim {
	background-image: url(images/container-bg-our-aim.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.models {
	background-image: url(images/container-bg-models.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.order-price {
	background-image: url(images/container-bg-order-price.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.soroka #container-contact {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	background-image: url(images/container-bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: 85% 0%;
}
.soroka #container-wood {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	background-image: url(images/container-bg-wood.jpg);
	background-repeat: no-repeat;
	background-position: 85% 0%;
} 
.soroka #container-normal {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	background-image: url(images/container-bg.jpg);
	background-repeat: no-repeat;
	background-position: 85% 0%;
}


 .price-table {
	width: 560px;
 }
 .price-table-left {
	width: 250px;
 }
 .price-table-right {
	width: 120px;
 }
.sub-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E5CD9B;
	font-weight: bold;
}
#articles-box{
	width: 400px;
	padding-bottom: 20px;
}
#brochure-block {
	width: 148px;
	text-align: center;
	margin-top: 10px;
}
.history-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E5CD9B;
font-weight: bold;
}
.red-sold-text {
	font-weight: bold;
	color: #FF0000;
}
