﻿/****** Reset start ******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****** Reset end ******/

body{
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	font-family: 'Asap', sans-serif;
	font-size: 13px;
}

#sheet{
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#logo{
	background-image: url("../images/logo.png");
	width: 393px;
	height: 138px;
	margin: 20px auto;
	cursor: pointer;
}

#page{
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 426px;
	margin: 0 auto;	
}

#main_menu{
	height: 35px;
	float: left;
	font-size: 17px;
}

#footer{
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	width: 980px;;
	height: 228px;
	margin: 0 auto;	
	float: left;
	padding-bottom: 20px;
	position: relative;
}

a{
	text-decoration: none;
	color: #efefef;
}

#main_menu{
	padding: 15px 0 0 15px;
}

.menu_item{
	float: left;
	margin: 0 20px 0 20px;
}

.selected{
	color: #8f8f8f !important;
	font-weight: bold;
}

.kropa{
	background-image: url("../images/points.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 9px;;
	height: 9px;
	margin-top: 6px;
	float: left;	
}

#slider{
	height: 378px;
	width: 980px;
	float: left;
}

.banner_image{
	margin-top: 20px;
}

#header{
	width: 600px; 
	float: left; 
	margin: 10px; 
	color: #262626;
}

.title{
	font-size: 24px; 
	float: left; 
	text-transform: uppercase; 
	font-weight: bold;
}

.text{
	clear: both; 
	float: left; 
	line-height: 18px; 
	margin-top: 20px;
}

#contact{
	width: 314px; 
	height: 248px; 
	background-image: url('../images/contact.png'); 
	position: absolute; 
	right: 0px; 
	top: 372px;
}

#content{
	clear: both; 
	float: left; 
	margin: 20px 0 20px 10px;
}

#content a{
	font-weight: bold;
	color: #262626;
}

.content_item{
	width: 320px; 
	float: left; 
}

.content_item_icon1{
	background-image: url('../images/icon1.png');
	width: 61px; 
	height: 56px;
	float: left;
}

.content_item_icon2{
	background-image: url('../images/icon2.png');
	width: 61px; 
	height: 56px;
	float: left;
}

.content_item_icon3{
	background-image: url('../images/icon3.png');
	width: 61px; 
	height: 56px;
	float: left;
}

.content_item_container{
	float: left; 
	width: 229px; 
	margin: 20px 0 0 10px;
}

.content_item_container_title{
	float: left; 
	width: 229px; 
	font-size: 18px; 
	text-transform: uppercase; 
	font-weight: bold;
	color: #262626;
}

.content_item_container_text{
	float: left; 
	width: 229px;
	margin-top: 10px;
	line-height: 18px;
	color: #262626;
}

#social{
	width: 78px; 
	height: 50px; 
	position: absolute; 
	bottom: 20px; 
	right: 0;
}

#facebook{
	background-image: url('../images/social1.png'); 
	width: 24px; 
	height: 24px; 
	float: left; 
	margin: 17px 0 0 15px;
	display: block;
}

#twitter{
	background-image: url('../images/social2.png'); 
	width: 24px; 
	height: 24px; 
	float: left; 
	margin: 17px 0 0 15px;
	display: block;
}

/* contact us start*/

#request-callback {
	width: 593px;
	height: 350px;
	float: left;
	margin: 10px;
    text-align: center;
}

#request-callback h2{
	background: url("/img/request_callback_gradient.gif") repeat-x;
	padding: 2px 0 2px 10px;
  	color: #FFFFFF;
    font-weight: bold;	
    text-align: left;
}

#request-callback p{
    text-align: left;
    margin: 2px;   
    line-height: 13px;
}

#request-callback #success p{
    text-align: left;
    margin: 2px;   
    line-height: 15px;
}

#request-callback #formdiv{
	display: block;	
}

#request-callback #formdiv table{
	margin: 5px 0;	
    text-align: left;
}

#request-callback #formdiv table tr{
	line-height: 31px;
}

#request-callback #formdiv table tr th{
	padding: 0 3px 0 0;
    text-align: right;
    white-space: nowrap;
    position: relative;
}

#request-callback #formdiv table tr td{
	line-height: 20px;
	position: relative;
}

#request-callback #formdiv table .checkbox{
	margin-right: 5px;
}

#request-callback #submitForm{
	background-color: #000000;
  	color: #FFFFFF;
    font-weight: bold;	
    width: 193px;
    height: 29px;
    border: 0;
    cursor: pointer;
    float: right;
	line-height: 29px;
	display: block;
	margin-right: 10px;
}

.submit_hovered{
	background-color: #555555 !important;
}

.red{
	color: red;
}

.bold{
	font-weight: bold;
}

#validate, #success{
	display: none; 
	margin-top: 5px; 
	clear: both; 
	float: right;
}

#name, #email, #telephone1, #telephone2{
	width: 300px; 
	height: 20px;
}

#message{
	width: 450px; 
	height: 150px;
}

textarea{
	resize: none;
}
/* contact us end*/

#about_us_left{
	width: 600px; 
	float: left; 
	margin: 10px 10px 30px 10px; 
	color: #262626;
}	

#about_us_right{
	width: 320px; 
	float: left; 
	margin: 60px 10px 30px 30px; 
	color: #262626;
	height: 230px;
	background-color: black;
}
