/*
Theme Name: WordPress New
Theme URI: http://websaar.com/
Description: The new WordPress theme.
Version: 1.0
Author: Roni
Author URI: http://xhtmltemplates.info/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body{
 padding:0px;
 margin:0px;
 background-image:url(images/body_upper.jpg);
 background-repeat:repeat-x;
 background-position:top;
 font-family:"Trebuchet MS";
 
}

#holder{ 
 width:940px;
 height:auto;
 overflow:hidden;
 padding-top:40px;
 
}
#mainbody{
 background-color:#fff;
 width:938px;
 height:auto;
 overflow:hidden;
 border:1px #CCCCCC solid;
 
}
#header{
width:940px;
height:60px;
}
#logo{
 height:60px;
 width:370px;
 float:left;
 color:#FFFFFF;
 font-size:25px;
 text-align:left;
}
#menu{
 width:540px;
 height:60px;
 float:left;
 margin-left:20px;
}
#menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu ul li{
	display:inline;
}
#menu a{
 width:102px;
 height:29px;
 background-image:url(images/menubg.png);
 color:#FFFFFF;
 float:left;
 padding-top:8px;
 text-decoration:none;
 margin-right:5px;
 font-size:13px;
}
#menu a:hover{
 width:102px;
 height:29px;
 background-image:url(images/hover.png);
 color:#FFFFFF;
 float:left;
 padding-top:8px;
 text-decoration:none;
 margin-right:5px;
 font-size:13px;
}
#menu .current_page_item a{
 width:102px;
 height:29px;
 background-image:url(images/hover.png);
 color:#FFFFFF;
 float:left;
 padding-top:8px;
 text-decoration:none;
 margin-right:5px;
 font-size:13px;
}
#content_area{
 width:595px;
 height:auto;
 float:left;
 text-align:left;
 font-weight:normal;
 }
#content{
 width:560px;
 height:auto;
 padding-left:15px;
 padding-right:15px;
 padding-top:10px;
 clear:both;
}
#banner{
 width:600px;
 height:320px;
 background-color:#ABD9E9;
}
#rightbar{
 width:328px;
 height:auto;
 background-image:url(images/rightbg_top.jpg);
 background-repeat:repeat-x;
 background-position:top;
 float:right;
 padding-right:15px;
}
#rightbar ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#call{
 font-size:30px;
 color:#000000;
}
#form{
 width:295px;
 height:420px;
 background-image:url(images/formbg.png);
 padding-left:17px;
 padding-right:18px;
 margin-top:10px;
 text-align:left;
 overflow:hidden;
}
#testimonials-3{
 background-color:#F5FBFC;
 text-align:left;
 padding:10px;
 font-size:14px;
 font-weight:normal;
}
.line{
 width:308px;
 height:1px;
 background-color:#3B788B;
 clear:both;
}
#footer{
 color:#FFFFFF;
 height:auto;
 width:100%;
 clear:both;
 text-align:left;
 background-color:#3C413B;
 font-size:11px;
 padding-bottom:15px;
 padding-top:15px;
}
#footer_inner{
 width:940px;
 
}
#footer_inner ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#footer_inner ul li{
	display:inline;
}
#footer_inner .widget{
 width:240px;
 height:auto;
 float:left;
 text-align:left;
 margin-left:20px;
 margin-right:35px;
}


#footer_inner a{
 text-align:left;
 list-style:none;
 width:230px;
 padding-bottom:7px;
 padding-top:7px;
 border-bottom:1px #CCCCCC solid;
 background-image:url(images/page.png);
 background-position:left;
 background-repeat:no-repeat;
 display:block;
 text-decoration:none;
 padding-left:25px;
 color:#FFFFFF;
}


h1{
color:#333333;
font-size:24px;
font-weight:normal;
 
}
h3{
 font-size:16px;
 color:#666666;
 font-weight:normal;
}
h2{
 font-size:18px;
 color:#333333;
 font-weight:normal;
}
h4{
 font-size:16px;
 font-weight:bold;
 color:#333333;
}
#footer_inner .widgettitle{
 font-size:16px;
 font-weight:bold;
 color:#fff;
}
.f1{
 font-size:18px;
 font-weight:bold;
 color: #990000;
 padding-top:10px;
 padding-bottom:10px;
}
#form td{
 margin-bottom:5px;
 margin-top:5px;
 font-size:14px;
 height:35px;
 
}
#form input[type="text"]{
 border:1px #3B788B solid;
 height:22px;
}

