body {
	padding: 0;
	margin: 0;
	background: #FFC207 url('images/bg.jpg') top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

/*
div {
	border: solid 1px #ccc;
}
*/

img {
	border: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

ul {
	list-style: none;
}

.text-right {
	text-align: right;
}

.sweeper {
    content: ".";
    display: block;
    clear: both;
	height: 0;
    visibility: hidden;
	overflow: hidden;
}

.button, .button:active {
	background: #FFE908;
	border: 1px solid #B50700;
	border-style: outset;
	font-weight: bold;
	outline: none;
}

.button:hover {
	background: #FFC207;
}

#container {
}

#header {
	height: 263px;
	background: url('images/header.jpg') top left no-repeat;
}

#logo {
	position: relative;
	top: 33px;
	left: 571px;
	width: 360px;
	height: 120px;
	background: url('images/logo.jpg') top left no-repeat;
}

#menu {
	position: relative;
	top: 65px;
	left: 419px;
	width: 605px;
}

#menu ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#menu a {
	color: #B50700;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #c95b55;
}

a#btn1 {
	display: block;
	width: 70px;
	height: 42px;
	padding: 30px 0 0 25px;
	background: url('images/btn1.jpg') top left no-repeat;
}

a#btn1:hover {
	background: url('images/btn1-hover.jpg') top left no-repeat;
}

a#btn2 {
	display: block;
	width: 71px;
	height: 29px;
	padding: 33px 0 0 25px;
	background: url('images/btn2.jpg') top left no-repeat;
}

a#btn2:hover {
	background: url('images/btn2-hover.jpg') top left no-repeat;
}

a#btn3 {
	display: block;
	width: 75px;
	height: 29px;
	padding: 33px 0 0 22px;
	background: url('images/btn3.jpg') top left no-repeat;
}

a#btn3:hover {
	background: url('images/btn3-hover.jpg') top left no-repeat;
}

a#btn4 {
	display: block;
	width: 76px;
	height: 29px;
	padding: 33px 0 0 18px;
	background: url('images/btn4.jpg') top left no-repeat;
}

a#btn4:hover {
	background: url('images/btn4-hover.jpg') top left no-repeat;
}

#social-widgets {
	position: relative;
	width: 200px;
	top: -70px;
	left: 860px;
}

#social-widgets ul {
	padding: 0;
	margin: 0;
}

#social-widgets ul li {
	display: block;
	padding-top: 5px;
	margin: 0;
}

#content {
	width: 757px;
	padding: 0 20px 20px 20px;
	margin-left: 115px;
	background: #F79704 url('images/content-pad.jpg') top left no-repeat;
}

.block p {
	text-align: right;
}

.block2 {
	padding: 0 10px 10px 20px;
}

#content h1 {
	color: #B50700;
	font-size: 20px;
	letter-spacing: -1px;
	text-align: right;
}

#content h2 {
	color: #B50700;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B50700;
	margin: 0 0 10px 0;
}

.services-list p {
	margin-bottom: 5px;
}

.services-list img {
	margin: 0 5px -3px 0;
}

#stock {
	float: right;
	position: relative;
	bottom: 200px;
	left: 30px;
}

#slider-box {
	height: 300px;
	background: #fff;
}

#contact-box {
	float: left;
	width: 300px;
	padding: 10px;
	margin: 0 auto;
}

#contact-box table td {
	color: #B50700;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#address-box {
	float: right;
	width: 300px;
	padding: 10px;
	margin: 0 auto;
}

input, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #B50700;
	padding: 1px;
	border: solid 1px #F79704;
	background: #FFE908;
}

input:active, textarea:active {
	border: solid 1px #B50700;
}

#footer {
	width: 600px;
	height: 60px;
	padding: 60px 0 40px 220px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #F69603;
}

#footer a, #footer a:active {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #B50700;
}

#contacts {
	float: left;
	width: 300px;
}

#address-box p, #address-box a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #B50700;
}

#contacts p, #contacts a {
	color: #B50700;
}

#links {
	float: left;
}

/* external */

#slideshow {
	height: 460px; /* important to be same as image height */
}

#slider { 		
	height: 400px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding: 0;
	margin: 0;
}

#sliderContent { 
	position: absolute; /* important */ 
	top: 0; /* important */
	padding: 0;
	margin: 0; /* important */ 
}
				
.sliderImage {
	float: left; /* important */ 
	position: relative; /* important */ 
	display: none; /* important */ 
}

.sliderImage span {
	position: absolute; /* important */ 
	top: 0;
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif; 
	padding: 10px 13px; 
	background-color: #000; 
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */ 
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */ 
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */ 
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	width: 694px;
	display: none; /* important */
	visibility: hidden;
}

clear {
	clear: both;
}
