@charset "utf-8";
/* CSS Document */

/* Styling all elements=================================================================================*/
* { margin: 0; padding: 0; }
a {	outline: none;	border: none; text-decoration: none; }
img { border: none; }
input {	outline: none;}
/* --------------- Applying clearfix fix for some browsers to use in appropriate places -------------- */
.clearfix:after {content: " "; display: block;	height:0%;	clear: both; visibility: hidden;}
.clearfix {display: inline-block; }
/* Hide from IE Mac \*/
.clearfix {display: block; }
/* End hide from IE Mac */
.clear {clear:both}
/*=======================================================================================================*/
body {
	background:#fff url(../images/bg.jpg) repeat-x 0 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#545454;
	} /*----- Body -----*/
a:hover {text-decoration:underline;}
h2 {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#252525;
	border-bottom:1px #e8e8e8 solid;
	font-weight:400;
	display:block;
	padding:0 0 5px 10px;
	}
#wrapper { width:884px;	margin:0 auto; padding-top:14px; } /*----- Wrapper -----*/
#header { 
	clear:both;
	position:relative; 
	height:83px; 
	} /*----- Header Section -----*/
	#header h1 a {
		position:absolute;
		top:0;
		left:7px;
		background:url(../images/logo.jpg) no-repeat left top;
		width:178px;
		height:73px;
		display:block;
		} /*----- LOGO -----*/
	#header h1 span { display:none; }
	.phone { 
		position:absolute; 
		bottom:8px; 
		right:33px; 
		background:url(../images/phone_icon.jpg) no-repeat 0 0; 
		padding-left:45px;
		font-size:26px;
		color:#fffff1;
		line-height:34px;
		}
#nav { 
	height:34px; 
	} /*----- Main Navigation -----*/
	#nav li { float:left; list-style:none; height:34px;	width:auto;	}
	#nav a { 
		float:left;
		height:34px;
		font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#313131;
		font-weight:700;
		display:block;
		width:auto;
		line-height:34px;
		margin:0 10px;
		}
	#nav a:hover, #nav .active { 
		background:url(../images/nav_hvr.gif) no-repeat center bottom; 
		color:#fffff1; 
		text-decoration:none; 
		}
#intro {
	clear:both;
	position:relative;
	background:url(../images/intro.jpg) no-repeat 0 0;
	height:292px;
	margin-top:18px;
	} /*----- Intro Section -----*/
	.intro_content {
		position:absolute;
		bottom:35px;
		left:26px;
		width:525px;
		}
	.intro_content h3 {
		font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
		font-size:40px;
		font-weight:400;
		color:#000;
		}
	.intro_content p {
		font-size:14px;
		color:#2e2e2e;
		line-height:18px;
		padding-top:8px;
		}
#container {
	clear:both;
	padding:14px 5px 16px 0;
	} /*----- Container -----*/
#sidebar {
	float:left;
	background:#fff url(../images/left_menu.jpg) no-repeat right top;
	width:202px;
	padding:10px 24px 50px 15px;
	margin-left:14px;
	} /*----- Sidebar -----*/
	* html #sidebar {margin-left:7px; }
	#sidebar li {
		background:url(../images/arrow.gif) no-repeat 6px center;
		height:23px;
		display:block;
		border-bottom:1px #dadada dashed;
		padding:2px 0;
		list-style:none;
		}
	#sidebar li a{
		height:23px;
		line-height:23px;
		font-size:13px;
		color:#565656;
		font-weight:400;
		padding-left:21px;
		display:block;
		} 
	#sidebar li a:hover, #sidebar .act_link{
		background:#b94006 url(../images/left_title.gif) no-repeat 0 0;
		height:23px;
		display:block;
		color:#fffff1;
		text-decoration:none;
		} 
#main {
	float:right;
	width:565px;
	background:#fff;
	border:1px #f2f2f2 solid;
	padding:8px 20px 15px 26px;
	} /*----- Main Section -----*/
	.main_content { padding:5px 0 0 0;	}
	.main_content p { padding:6px 0; line-height:20px; }
	#main .list {
		list-style:none;
		line-height:19px;
		padding-top:5px;
		padding-left:15px;
		}
.title_text {color:#b54109; font-weight:700;}
#center_content { clear:both; padding:7px 0 0 14px; } /*----- Center Content Section -----*/
	* html #center_content { padding-top:0px; margin-top:-7px;}
	*:first-child+html #center_content { padding-top:0; margin-top:-7px;}
	.content_box {
		background:url(../images/content_box.jpg) no-repeat left bottom;
		width:821px;
		padding:0 30px 30px 20px;
		margin:17px 0 0 10px;
	}
	.content_box h3 {
		font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#b73f05;
	}
	.cont_list { 
		list-style:none;
		padding:15px 0;
		}
	.cont_list li { 
		background:url(../images/arrow.gif) no-repeat 5px 10px;
		padding:5px 0;
		padding-left:20px;
		}
	.read-more_btn { text-align:right; padding-right:25px;  }
#int_canvas{ 
	clear:both;
	background:#fff;
	padding:15px 10px 16px 0;
	margin:15px 0 0 0;
	} /*----- Internal Canvas -----*/
.left  { 
	background:#fff url(../images/int_left_menu.jpg) no-repeat right top !important; 
	padding-left:5px !important; 
	}
.contact-form { padding:12px 0 0 25px; border-top:1px #ccc dashed; margin-top:15px;  } /*------ Contact Form -----*/
.contact-form label { float:left; width:180px; font-weight:700 ; padding-right:5px; }
.textbox { 
	background:#fff;
	border:1px #d5d5d5 solid;
	width:200px; 
	height:20px;
	padding:3px 0 0 3px;
	}
.textarea { 
	background:#fff !important;
	border:1px #d5d5d5 solid;
	width:203px; 
	height:75px;
	padding:4px 0 0 0;
	}
.contact-form span { float:left; width:auto; padding-right:5px;}
#footer {
	clear:both;
	background:url(../images/fbg.jpg) repeat-x 0 0;
	height:60px;
	padding-top:20px;
	} /*----- Footer -----*/
	.footer_content{
		position:relative;
		width:884px;	
		margin:0 auto; 
		}
	#footer p{
		color:#67696b;
		font-size:11px;
		text-align:center;
		line-height:25px;
		}
	#footer p a { color:#7f8182; padding:0 10px; }
	.itvizion_logo {
		position:absolute;
		top:10px;
		right:10px;
		}