﻿

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { text-align: center; display: block; } 

body { background: white url('../images/bodyBG.jpg') no-repeat scroll center top; font: normal 12px/1.2em Helvetica, Arial, sans-serif; }

h1{ font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin: 0 0 1.5em 0; }

h2,h3,h4,h5 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin: 0 0 0 0; }

a { color: #b31d1f; text-decoration: none; }
	a:hover { color: #b31d1f; text-decoration: underline; }
	a:active { position: relative; outline: 0; top: 1px; }
	
li {
	display:block;
	background:transparent url('../images/bullet.png') no-repeat scroll 20px 14px;
	text-decoration:none;
	list-style:none;
	padding-left:40px;
	font-size:11px;
	color:#B31D1F;
	line-height:30px;	
}
ul {margin:0;padding:0;}

ol {margin:0;padding:0;}

h5 {font-size:14px;
	color:#B31D1F;
	font-weight:bold;
	padding-left:40px;
	
}

img { border:none; outline:0; }

/*page*/
#page { width: 901px; /*height:614px;*/ /*position:relative;*/ margin: 0 auto; }

#header { margin: 10px auto; width: 882px; height: 115px; clear: both; }

#logo { float:left; width:211px; }

#header span {
	font-size:16px;
	color:#BD2C2E;
	float:right;
	clear:right;
}

#lang {
	clear:none;
	float:right;
	font-size:11px;
	color:#474747;
	vertical-align:middle;
	margin-top:20px;
	margin-bottom:20px;
}

#lang img {
	margin-left:10px;
}

#topmenu { width: 100%; height: 41px; background: transparent url('../images/top_menuBG.png') no-repeat; margin: 0 auto; clear: both; }

#topmenu a {
	font-size:11px;
	color:#B31D1F;
	text-decoration:none;
	float:left;
	padding:14px 47px 14px 47px;
}

#topmenu img {
	float:left;
}

/* CONTENT
------------------------------------*/
#content { width: 901px; background: url('../images/pageBG.png') repeat-x center bottom; overflow: hidden; padding: 15px 0 20px 0; clear: both; display: block; }
	#content:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; }
	
/*
#lefttab {
	margin-left:25px;
	width:215px;
	float:left;
}*/
#leftmenutop {
	width:215px;
	height:4px;
	background:transparent url('../images/side_menu-top.png') no-repeat;
}
#leftmenutopnews {
	width:215px;
	height:20px;
	background:transparent url('../images/side_menu-top2.png') no-repeat;
}

#leftmenumid {
	width:215px;
	background:transparent url('../images/side_menu-mid.png') repeat-y;
}

#leftmenumid a {
	display:block;
	/*background:transparent url('../images/bullet.png') no-repeat scroll 20px center;
	text-decoration:none;
	padding-left:40px;
	height:30px;
	font-size:11px;
	color:#B31D1F;
	line-height:30px;	*/
}

#leftmenumid2 a {
	display:block;
	text-decoration:none;
	padding-left:40px;
	font-size:11px;
	color:#B31D1F;
	line-height:3px;	
}



.leftmenusep {
	width:213px;
	height:1px;
	border-top:1px gray dotted;
}
#leftmenubot {
	width:215px;
	height:4px;
	background:transparent url('../images/side_menu-bot.png') no-repeat;
}

#download {
	display:block;
	width:191px;
	height:34px;
	background:transparent url('../images/button.png') no-repeat;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	margin:0px auto;
	margin-top:10px;
	line-height:30px;
}

#lefttab p {
	/*font-size:16px;
	color:#000000;
	text-align:center;
	display:block;
	width:inherit;
	margin:10px auto;			*/
}

#lefttab p a {
	/*width:112px;*/
}

#lefttab p h2 {
	/*width:112px;
	padding-left:40px;
	height:30px;
	font-size:11px;
	color:#B31D1F;
	line-height:30px;*/
}

#lefttab p a img{
	/*padding-top:10px;*/
}

/*
#righttab {
	width:610px;
	clear:none;
	float:right;
	margin-right:10px;
}*/

/* right bar */
#righttab { width: 610px; float: right; padding-right: 25px; }
	#righttab h1 { font-size: 18px; color:#0a0000; margin-bottom: 1.5em; text-transform: uppercase; }
	#righttab h2 { font-size:18px; color:#0a0000; margin-bottom: 1.5em; text-transform: uppercase; }
	#righttab { font-size: 12px; color:#404040; margin: 0 0 1.5em 0; }
	#righttab .txtarea ul,
	#righttab .txtarea ol { display: block; padding: 0 0 1.5em .1em; }
		#righttab .txtarea ul li { background: url(../images/bullet.png) no-repeat left .4em; padding: 0 0 .7em 15px; }
		#righttab .txtarea ol li { padding: 0 0 .6em 0; margin: 0 0 0 2em; }
	
	
	/*form*/
	#righttab form { margin: 10px 0; }
		#righttab form .form-elem { padding: 10px 0; display: block; }
	
	/*more link*/
	#righttab .more { background: url(../images/bullet.png) no-repeat right .4em; padding: 0 10px 0 0; font-size: 11px; font-weight: bold; }
	
/*
#righttab h1 {
	font-size:18px;
	color:#0a0000;
	margin-bottom:20px;	
}

#righttab p {
	font-size:12px;
	color:#404040;	
}

#righttab select {
	margin-top:12px;
	margin-bottom:40px;
}

#righttab a {
	color:#B31D1F;
	text-decoration:none;
}
*/

.iright {
	float:right;
	margin-left:30px;
	margin-right:35px;
}
.clear {
	clear:both;
	width:inherit;
	height:1px;
}

#news {
	padding-left:2px;
}
.news_box {
	float:left;
	width:267px;
	height:214px;
	background:transparent url('../images/news_boxBG.png') no-repeat;
	margin:1px;
	padding:15px;
}
.news_box h2 {
	font-size:18px;
	color:#9f9873;
	margin-bottom:30px;	
}

.news_box h3 {
	font-size:12px;
	color:#000000;
	margin-bottom:5px;	
}

.news_box p {
	font-size:12px;
	color:#000000;
	margin-bottom:20px;
	line-height:20px;	
}

.news_box a {
	font-size:11px;
	color:#B31D1F;
	text-decoration:none;
	margin-top:25px;
}

#footer {
	clear:both;
	margin-top:23px;
}

#footer a {
	font-size:11px;
	color:#B31D1F;
	text-decoration:none;
	float:left;
	margin-right:25px;
}

.aimg {
	float:right !important;
	margin-right:0 !important;
	margin-left:15px;
}
#footer span {
	font-size:11px;
	color:#8F8F8F;
	float:right;
	margin-right:10px;
}
/*
#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    padding: 10px;
	background-color:#fafafa;
	border:#b3b9b9;
}*/

/*
#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
}*/
.activeField
        {
            background-image: none;
            background-color: #ffffff;
            border: solid 1px #33677F;
        }
        .idle
        {
	    border: solid 1px #85b1de;
	    background-color:#006;
	    background-repeat: repeat-x;
	    background-position: top;
        }
		
.team-head
{
	border: solid 1px #e1e1e1;
	background-color:#f6f6f6;
	padding:5px;
	color:#bb383a;
}

.team-head p
{
	color:#bb383a;
}

	
	
/* left bar */
#lefttab { padding-left: 25px; width: 215px; float: left; }

	/*widget*/
	.widget { width: 215px; clear: both; background: url(../images/hr.png) no-repeat center bottom; padding: 0 0 15px 0; margin: 0 0 15px 0; }
	
	/*menu*/
	.menutop { width: 215px; height:4px; background: url(../images/side_menu-top.png) no-repeat; font-size: 0; }	
	.menumid { width: 215px; background: url(../images/side_menu-mid.png) repeat-y; overflow: hidden;  }
	.menubot { width: 215px; height:4px; background:transparent url('../images/side_menu-bot.png') no-repeat; }
		
		/*nav-menu*/
		.nav-menu ul { padding: 0; }
		.nav-menu a { display: block; background: url('../images/bullet.png') no-repeat 20px center; text-decoration:none; padding-left: 40px; height:30px; font-size: 11px; line-height:30px; border-bottom: 1px #b2b2b2 dotted; clear: both; }
		.nav-menu a:last { border: none; }
		
		/*widget content*/
		.widget-content { padding: 10px 15px; }
			.widget-content  h3 { font-size: 14px; font-weight: bold; margin: 0 0 7px 0; color: #b31d1f; }
		
		/*tag cloud*/
		.cloud li { float: left; line-height: 1em; margin: 2px; height: 1em; }
		
	.widget .button { margin-top: 10px; }
	.widget h2 { font-size: 15px; font-weight: bold; margin: 0 0 10px 15px; }
	.widget h3 { font-size: 13px; font-weight: bold; margin: 0 0 7px 0px; color: #b31d1f; }
	.widget img { border: 3px solid #e5e0e6; background: #000; }
	.widget p { margin: 0 0 5px 15px; }
	
	
/* CONTACT PAGE 
---------------------------------*/
#inputArea {  border: 1px solid #fff; margin: 0; padding: 25px; height: 100%; }
	form {  border: 1px solid #e0e0e0; width: 100%; background: #fafafa;}
	#righttab .contact-form .form-elem { width: 100%; padding: 10px 0; display: block; clear: both; overflow: hidden; }
		#inputArea label { display: block; line-height: 20px; margin: 10px 0 0 0; }
		#inputArea input[type="text"],
		#inputArea textarea { background: #fff; border: 1px solid #e0e0e0; padding: 2px; width: 250px; display: block; }
			#righttab .contact-form textarea { height: 100px; }
			
		#inputArea #button { width: 116px; height: 34px; background: url(../images/submit-button.jpg) no-repeat center top; display: block; border: none; text-indent: -9999px; cursor: pointer; margin: 20px 0 0 0; }
		
		#case-heading {border:solid 1px; border-color:#999; background-color:#CCC; padding:3px; margin-bottom:10px;}
		
			#alertLayer {
				position:absolute;
background-color: #FFFFFF;
border:#000 solid 2px;
}	
		
		.alertTitle {
background-color: #3C56FF;
font-family: arial;
font-size: 9pt;
color: #FFFFFF;
font-weight: bold;
}
.alertMessage {
font-family: arial;
font-size: 9pt;
color: #000000;
font-weight: normal;
}
.alertBoxStyle {
cursor: default;
filter: alpha(opacity=90);
background-color: #E4E4E4;
position: absolute;
top: 200px;
left: 200px;
width: 100px;
height: 50px;
visibility:hidden; z-index: 999;

text-align: center;
}
.error {font-weight:bold;
color:#F00;
}

/* NEW CSS FOR HOMEPAGE
---------------------------------*/

@font-face {
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: normal;
  src: local('PatrickHand'), local('PatrickHand-Regular'), url('PatrickHand.woff') format('woff');
}

#home {
	height:320px;
	padding: 0px 5px;
}
	
	#home .left {
		width: 354px;
		height: 252px;
		float: left;
	}
		#slider {
			width: 354px;
			height: 297px;
			overflow: hidden;
		}
			.step {
				height: 257px;
				display: none;
				width: 300px;
				padding: 20px 27px;
				color: #FFF !important;
				font: 18px 'Patrick Hand','Time New Roman';
			}
			.step.active {
				display: block;
			}
			.step.n_1, .step.n_3, .step.n_5 {
				background: url('../images/bg_step_red.png');
			}
			.step.n_2, .step.n_4 {
				background: url('../images/bg_step_brown.png');
			}
				.step .step_title {
					font-size: 52px;
					background: url('../images/bg_underline.png') left bottom no-repeat;
					-moz-transform: rotate(-10deg);		-moz-transform-origin: left top;
					-webkit-transform: rotate(-10deg);	-webkit-transform-origin: left top;
					-o-transform: rotate(-10deg);		-o-transform-origin: left top;
					-ms-transform: rotate(-10deg);		-ms-transform-origin: left top;
					transform: rotate(-10deg);			transform-origin: left top;
				}
				
				
			#slider_stat {
				background: url('../images/bg_slider_stat.png');
				height: 16px;
				padding: 7px 0px;
				width: 300px;
				margin: -15px 27px 0px 27px;
				text-align: center;
			}
				#slider_stat a {
					width: 16px;
					height: 16px;
					display: inline-block;
					background: url('../images/bg_stat.png');
				}
				#slider_stat .active {
					background: url('../images/bg_stat_active.png');
				}
	
	#home .right {
		float: right;
	}
	.clear {
		clear: both;
	}
	.clear_right {
		clear: right;
	}
	.clear_left {
		clear: left;
	}
	
	#home .right {
		width: 532px;
		height: 252px;
	}
		.button {
			height: 44px;
			line-height: 44px;
			display: inline-block;
			text-align: center;
			font-size: 24px;
			color: #EEE;
			margin-left: 30px;
			margin-top: 10px;
		}
		.button:hover {
			color: #FFF;
			text-decoration: none;
		}
			.btn1 {
				background: url('../images/bg_button_1.jpg');
				width: 178px;
			}
			.btn2 {
				background: url('../images/bg_button_2.jpg');
				width: 258px;
			}
	.boxes {
		padding: 0px 5px;
		position: relative;
		height: 52px;
		margin-top: 10px;
	}
	.box_link {
		width: 205px;
		color: #888;
		padding: 2px 5px;
		line-height: 44px;
		display: inline-block;
		border: 2px solid #dedede;
		background: #f6f6f6;
		text-transform: uppercase;
		filter: alpha(opacity=90);
		opacity: 0.9;
		position: absolute;
		bottom: 0px;
	}
	.box_link img {
		float: left;
		margin-right: 10px;
	}
	.box_link.n2 {
		left: 229px;
	}
	.box_link.n3 {
		left: 453px;
	}
	.box_link.n4 {
		left: 677px;
	}
	
	.box_link .box_desc {
		font: bold 12px calibri,arial;
		text-transform: none;
		background: #dadada;
		color: #555;
		padding: 5px 5px 20px 5px;
		display: none;
		margin-bottom: 3px;
	}
	.box_link:hover .box_desc {
		display: block;
	}

.video-js-box {
	width: 532px;
	height: 252px;
}

.request_quote {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	width: 130px;
	padding-right: 9px;
	text-align: right;
	font-size: 12px !important;
	color: #FFF !important;
	background: url('../images/bg_request_quote.png');
}
