@import url("scripts/css/thickbox.css");
@import url("scripts/css/reset.css");
body{
	background:#333 url('images/bg.gif') repeat-x;
	font-family: arial, san-serif;
}
body#home{
	background:#333 url('images/bg-home.gif') repeat-x;
}
.page-wrap{
  width: 972px;
  margin:auto;
}

#social {
	z-index: 50;
	position: relative;
	list-style-type: none;
	outline: none;
	height: 0;
	margin: 0;
	padding: 0;
	width: 0;
}

li.facebook a {
	width: 50px;
	height: 50px;
	position: fixed;
	left: -25px;
	top: 200px;
	background: url(images/social.png) no-repeat 0 -100px;	
}

.facebook a:hover {
	width: 50px;
	background: url(images/social.png) no-repeat 0 -100px;
	position: fixed;
	height: 50px;
	left: -8px;
	top: 200px;
}


li.twitter a {
	width: 50px;
	position: fixed;
	left: -25px;
	top: 248px;
	background: url(images/social.png) no-repeat 0 0;
	height: 50px;
}

.twitter a:hover {
	width: 50px;
	background: url(images/social.png) no-repeat 0 0;
	position: fixed;
	height: 50px;
	left: -8px;
	top: 248px;
}

li.email a {
	width: 50px;
	background: url(images/social.png) no-repeat 0 -50px;
	position: fixed;
	height: 50px;
	left: -25px;
	top: 300px;
}

.email a:hover {
	width: 50px;
	background: url(images/social.png) no-repeat 0 -50px;
	position: fixed;
	height: 50px;
	left: -8px;
	top: 300px;
}

/* --- Header Section --- */

.header{
  margin-top: 30px;
}

.header h1 a{
  background: transparent url('images/logo.png') no-repeat;
  width:244px;
  height:66px;
  float:left;
}
.header p{
  background: transparent url('images/phone.png') no-repeat;
  width:253px;
  height:22px;
  float:right;
  margin-top: 45px;
}
/* --- Navbar --- */
ul.nav{
  background: url('images/nav.gif') repeat-x;
  height:40px;
  border: 1px solid #fff;
  border-bottom: 0;
  margin:20px 6px 0 4px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius:10px 10px 0 0;
	font-family: Myriad Pro, arial, san-serif;  
}
ul.nav li{
	display:inline;
}
ul.nav li a{
	display:block;
	float:left;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	padding: 0 20px;
	border-right: 1px solid #611313;
	text-transform: uppercase;	
  line-height: 40px;	
}
ul.nav li a:hover,
ul.nav li a.current{
	background-color:#1e1d1b;
}
.header-img{
  padding:12px;
  background: #fff none;
  margin-bottom:33px;
  width:auto;
  float:none;
}
.banner{
  position:relative;
}
.banner ul{
  height:353px;
  width:940px;
}
.prev,
.next{
  position: absolute;
  background:transparent url("images/next-prev-buttons.png") no-repeat;
  height:45px;
  width:45px;
  top:133px;
  cursor:pointer;
  z-index:80;
}
.prev{
  left:15px;  
}
.next{
  background-position: right 0;
  right:5px;
}
.banner ul li{
  position:relative;
}
.caption{
  position:absolute;
  bottom:3px;
  left:0;
  padding:13px 25px;
  background-color: #000;
	opacity:0.8;
  width:888px;
}
.caption p{
  font-size:12px; 
  line-height:14px;
  color:#a3a3a3;
  font-family: Myriad Pro, arial, san-serif; 
}
.caption h3{
  font-size:18px;
  font-family: Myriad Pro, arial, san-serif; 
  color:#f6f6fb;  
  margin-bottom:5px;
}
.feature-content{
  float:left;
  width:300px;
  margin-right:25px;
}
.column2 .last{
  margin-right:0;
}
.feature-content img{
  float:left;
  margin-right:15px;
}
.feature-content div{
  float:left;
  font-family: Myriad Pro, arial, san-serif; 
  width:230px;
}
.feature-content h4{
  color:#980101;
  font-size:18px;
  font-weight:normal;
}
.feature-content p{
  color:#676767;
	font-size:11px;  
	line-height:20px;
}
/* --- Content area --- */	
.content{
  background: transparent url('images/content-bg.png') 0 0 no-repeat;
  padding: 0 14px 22px 4px;
  height:842px;
}
#home .content{
  height:549px;
}
.column1{
  width: 556px;
  float:left;
  margin: 0 35px;
}

.column1 h3{
  color:#2a2a2a;
  font-size:18px;
  margin-bottom:4px;
  margin-top:21px;
}
.column1 p,
.column1 table{
  font-size:12px;
  color:#808080;
  line-height:18px;
  margin-bottom:10px;
}
.column1 table{
  margin-left:35px;	
}
.column1 table td{
  padding:5px;
}
.column1 table thead td{
	font-weight:bold;	
}
.column1 span{
  font-size:11px;	
}
.column1 ul li{
  font-size:12px;
  color:#808080;
  line-height:20px;
}
.column1 h3.accordian{
  cursor:pointer;
  background: transparent url("images/arrows.gif")no-repeat 0 1px;
  padding-left: 16px;
}
.column1 h3.open{
  background-position: 0 -13px;
}
.slide{
  display:none;
}
form{
  background:none #f1f1f1;
  border:1px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;
  padding:30px 22px;
  height:346px;
}
form input,
form textarea{
  background: #f5f5f5 none;
  border:1px solid #e1e1e1;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;
  font-size:12px;
  font-weight:bold;
  color:#a9a9a9;  
  width:480px;
  padding:8px 10px;
  margin-bottom:11px;
  font-family:arial, sans-serif; 
}
form textarea{
  height:140px;
}
form button{
  background:url("images/send-button.png") no-repeat 0 0;
  width:127px;
  height:47px;
  color:#a20d0d;
  font-family: Myriad Pro, arial, san-serif;  
  font-size:14px;
  text-align:center;
  float:right;
  border:0;
  cursor:pointer;
}
form button:hover{
  background-image:url("images/send-button-hover.png");
  color:#fff;	
}
.message{
  border:1px solid #1b61ac;
  padding: 15px 10px;
  background-color: #BDE5F8;
  margin-bottom:10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;  
}
.message p{
  color: #00529B;
  margin: 0;
  line-height:14px;
}
/* --- Sidebar --- */
.sidebar{
	float:left;
	width:320px;
}
.box{
  background:#e2e2e2 none;
  border:1px solid #d0d0d0;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  margin-bottom:25px;
  padding:20px;
}
.sidebar h4{
  color:#2a2a2a;
  font-size:18px;
  margin-bottom:6px;
}
.box img{
  float: left;
  margin-right:6px;
  margin-bottom:6px;
}
.box .thickbox img{
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;  
}
.box img.last{
  margin-right:0;
}
.box ul{
  list-style-image: url("images/check.gif");
  list-style-type:square;
  padding-left:25px;
}
.box ul li{
  font-size:11px;
  color:#404040;
  margin-top:15px;
  padding-left:5px;
}
.box ul#testimonials li{
	margin:0;	
}
.box p{
  font-size:11px;
  color:#7d7d7d;
}
.box p span{
  font-weight:bold;
  font-size:12px;
  color:#2a2a2a;
  line-height:20px;
}
#contact .box h4{
  margin-bottom:20px;
  clear:both;
}
#contact .box img{
  border:5px solid #fff;
  margin: 30px 0;
}
#contact .box p{
  font-size:12px;
  line-height:14px;
}
#contact .box strong{
  clear:both;
  display:block;
  float:left;
  width:85px;
  color:#2a2a2a;
}
#contact .box span a{
  font-weight:bold; 
  color:#000;
  text-decoration:none;
}

#contact .box span a:hover{
  text-decoration:underline;
}
#contact .box span{
  display:block;
  float:left;
  color:#2a2a2a;
  font-weight:normal;
}
.testimonial{
  float:left;
  width:200px;
  margin-left:8px;
}
.testimonial p{
  font-size:12px;
  color:#7d7d7d;
  line-height:20px;
}
/* --- Footer --- */
.footer{
	font-family: Myriad Pro, arial, san-serif;  
	margin-top:42px;
}
.footer div{
  float:left;
  width:200px;
  margin-right:65px;
}
.footer div.last{
  margin-right:0;
  width:170px;
}
.footer h4{
  color:#fff;
  font-size:18px;
	font-family: Myriad Pro, arial, san-serif;  
	margin-bottom:10px;
}
.footer p,
.footer2 p{
  color:#8e8e8e;
  font-size:11px;
  line-height:18px;
  margin-bottom:5px;
}
.footer p span{
  margin-left:43px;
}
.footer p a{
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}
.footer p a:hover{
  text-decoration: underline;
}
.footer .mail,
.footer .twitter,
.footer .fb{
  background: url("images/social.gif") no-repeat;
  height:42px;
  width:42px;
  float:left;
}
.footer .mail:hover,
.footer .twitter:hover,
.footer .fb:hover{
	background-image:url("images/social_ro.gif");
}
.footer .twitter{
  background-position:-44px 0;
}
.footer .mail{
  background-position:-88px 0;

}
.footer2{
  clear:both;
  margin:50px 0 15px 0;
  width:100%;
  float:none;
}
.footer2 p{
  color:#fff;
}
.footer2 p a{
  color:#8E8E8E;
}