/**
 * Main CSS Stylesheet
 *
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#000;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#001d3a url(images/bg.gif) repeat-y top left;
	color:#7f7f7f;
}

#page{
	width:1000px;
}

#left{
	width:723px;
	float:left;
}

#right{
	width:277px;
	float:right;
	background:url(images/right_bg.gif) no-repeat top right;
}

/* LEFT */

#left_content{
	width:692px;
	margin-left:10px;
}

/* HEADER */

#header{
	width:100%;
	height:109px;
}

#header h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:43px;
	color:#000000;
	padding-top:25px;
	margin-left:30px;
}

/* MENU */

#menu{
	width:100%;
	height:45px;
	background:url(images/menu_bg.gif) no-repeat top left;
}

#menu_items{
	padding-top:13px;
	padding-left:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#menu_items a{
	color:#fff;
	padding:3px;
}

#menu_items a:hover{
	color:#fff;
	background:#1a1a1a;
}

#menu_items span{
	color:#fff;
	padding-left:15px;
	padding-right:12px;
}

/* BODY */

#body{
	margin-left:20px;
	margin-right:20px;
	padding-top:20px;
	padding-bottom:40px;
}

#body p{
	padding-bottom:15px;
	line-height:20px;
}

p.index_description{
	font-size:13px;
}

#body h1, #body h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#0054a6;
	font-weight:bold;
	text-transform:lowercase;
	padding-bottom:10px;
}

h2.index_title{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#0054a6;
	font-weight:bold;
	text-transform:lowercase;
	padding-bottom:10px;
}

#index_latest_designs{
	margin-top:15px;
	min-height:304px;
	background:url(images/our_lates_designs_bg.gif) no-repeat top left;
}

#index_latest_designs_content{
	padding-top:80px;
	padding-left:58px;
}

#index_latest_designs_content img{
	float:left;
	padding-right:6px;
	padding-bottom:6px;
}

#client_testimonials{
	margin-top:15px;
	width:98%;
	background:url(images/client_testimonials_bg.gif) no-repeat top left;
}

#client_testimonials_content{
	padding-top:80px;
	padding-left:20px;
}

#client_testimonials_content p{
	padding-left:5px;
	font-size:13px;
	border-bottom:1px dashed #e3e3e3;
	padding-bottom:10px;
	margin-bottom:10px;
}

#client_testimonials_content a{
	color:#000;
	display:block;
	padding-top:10px;
}

#client_testimonials_content a strong{
	color:#0072bc;
	font-weight:bold;
}

/* contact */

#contact_text{
	font-size:11px;
	padding-left:10px;
}

h1.contact_title{
	padding-left:10px;
}

#contact_form_items{
	background:url(images/contact_text_bg.gif) no-repeat top left;
	width:658px;
	padding-top:60px;
	padding-bottom:70px;
	margin-bottom:100px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
}

.contact_form_item{
	float:left;
	padding:7px;
	margin-bottom:10px;
	margin-left:80px;
	width:500px;
}

.contact_form_item_left{
	float:left;
	text-align:right;
	width:80px;
	padding-top:6px;
	padding-right:10px;
}

.contact_form_item_right{
	float:left;
	text-align:left;
}

.contact_form_item input.text{
	color:#333333;
	font-size:14px;
	border:1px solid #dadada;
	padding:2px;
	width:200px;
	margin-top:3px;
	background:#ffffff;
}

.contact_form_item textarea{
	color:#333333;
	font-size:14px;
	border:1px solid #dadada;
	padding:2px;
	width:350px;
	margin-top:3px;
	overflow:auto;
	background:#ffffff;
}

.contact_form_item_right sup{
	color:#333333;
}

.sup_top{
	position:relative;
	top:-90px;
}

.contact_form_sub{
	padding-left:175px;
	clear:both;
}

/* portfolio_box */

#portfolio{
	background:url(images/contact_text_bg_repeat.gif) repeat-y top left;
	margin-top:10px;
	padding-bottom:60px;
	float:left;
}

#portfolio_box{
	background:url(images/contact_text_bg.gif) no-repeat top left;
	float:left;
	padding-top:20px;
}

#body h3.box_title{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	margin-left:55px;
	text-transform:capitalize;
	color:#001d3a;
}

#body h3.box_title span{
	background:url(images/portfolio_h2_line.gif) repeat-x bottom left;
	padding-bottom:5px;
}

#portfolio_items{
	float:left;
	padding-left:55px;
	padding-top:30px;
}

#portfolio_items img{
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}

/* requet */

#requet_form_items{
	background:url(images/contact_text_bg.gif) no-repeat top left;
	width:658px;
	padding-top:30px;
	padding-bottom:70px;
	margin-bottom:100px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
}

.requet_form_item{
	float:left;
	width:530px;
	padding:7px;
	margin-bottom:10px;
	padding-left:100px;
	color:#333333;
}

.requet_form_item_left{
	float:left;
	text-align:right;
	width:80px;
	padding-top:6px;
	padding-right:10px;
}

.requet_form_item_right{
	float:left;
	text-align:left;
}

#requet_sup_top{
	position:relative;
	top:-90px;
}

.requet_form_item input.text{
	color:#333;
	font-size:14px;
	border:1px solid #e6e6e6;
	padding:2px;
	width:200px;
	margin-top:3px;
	background:#ffffff;
}

.requet_form_item textarea{
	color:#333;
	font-size:14px;
	border:1px solid #e6e6e6;
	padding:2px;
	width:350px;
	margin-top:3px;
	overflow:auto;
	background:#ffffff;
}

.requet_form_item_right sup{
	color:#333333;
}

.requet_form_sub{
	padding-left:190px;
	clear:both;
}

/* servics */

#our_servics_items{
	width:614px;
	background:url(images/our_servics_items.gif) no-repeat top left;
	float:left;
	padding-top:40px;
	padding-bottom:20px;
}

.our_servics_item{
	width:570px;
	border-bottom:1px dashed #d7d7d7;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:60px;
	float:left;
}

.our_servics_no_line{
	border-bottom:0px;
}

.our_servics_text{
	margin-bottom:40px;
}

.our_servics_item ul{
	clear:both;
}

.our_servics_item ul li{
	float:left;
	width:185px;
	padding-left:5px;
}

.our_servics_item ul li a{
	background:url(images/special_serv_icon.gif) no-repeat center left;
	padding-left:10px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#303030;
}

#body h2.our_servics{
	font-size:20px;
	margin-left:10px;
	background:none;
	margin-top:10px;
	color:#001d3a;
}

.our_servics_p{
	margin-bottom:5px;
	padding-left:10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

/* RIGHT */

#body_right_content{
	width:237px;
	margin-left:8px;
}

#contact_us_link{
	margin-left:20px;
}

#msg_get_free_qoute{
	height:90px;
}

#get_free_qoute{
	color:#99a5b0;
	font-size:12px;
	margin-left:20px;
	margin-bottom:30px;
}

#get_free_qoute li{
	padding-bottom:5px;
}

#get_free_qoute label{
	padding-left:5px;
}

#get_free_qoute sup{
	color:#99a5b0;
	font-size:11px;
}

#get_free_qoute input.text{
	color:#000;
	font-size:14px;
	border:1px solid #001d3a;
	padding:3px;
	width:230px;
	margin-top:3px;
	background:#ffffff;
}

#get_free_qoute input.sub{
	margin-top:5px;
}

#get_free_qoute textarea{
	color:#000;
	font-size:14px;
	border:1px solid #001d3a;
	padding:3px;
	width:230px;
	margin-top:3px;
	overflow:auto;
	background:#ffffff;
}

#msg_news{
	width:232px;
	height:27px;
	background:url(images/msg_news.gif) no-repeat top left;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:10px;
}

#right_news{
	margin-left:20px;
	margin-bottom:40px;
}

#right_news p{
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/right_news_line.gif) repeat-x bottom left;
	padding-bottom:12px;
	margin-bottom:8px;
	color:#808e9d;
}

#right_news a{
	color:#00aeef;
	font-weight:bold;
	display:block;
	padding-top:3px;
}

#msg_contact{
	background:url(images/right_contact_bg.gif) no-repeat top left;
	width:229px;
	height:26px;
	margin-left:20px;
	margin-bottom:10px;
}

#right_contact_items{
	font-size:11px;
	color:#dadada;
	margin-left:25px;
	margin-bottom:40px;
}

#right_contact_items p{
	padding-bottom:6px;
}

#right_contact_items b{
	font-size:14px;
}

/* FOOTER */

#footer{
	width:700px;
	text-align:center;
	padding-bottom:20px;
	margin-top:60px;
}

#footer_menu_items{
	border-top:1px dashed #cccccc;
	padding-top:20px;
	padding-left:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:20px;
	margin-right:5px;
}

#footer_menu_items a{
	color:#001d3a;
	padding:3px;
}

#footer_menu_items a:hover{
	color:#001d3a;
	text-decoration:underline;
}

#footer_menu_items span{
	color:#001d3a;
	padding-left:6px;
	padding-right:4px;
}

#footer_copyrights{
	font-size:11px;
	color:#333333;
	padding-top:5px;
}

#footer_copyrights a{
	color:#334a61;
	font-weight:bold;
}
