@charset "utf-8";
/* Diagonal Stylesheet */

/*****************************************************************
******************         CSS RESET            ******************
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button{
	background:none;
	border:none;
	margin:0;
	padding:0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#top_menu {
	position:absolute;
	top:0px;
	left:363px;
}

#top_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#top_menu li {
	float: left;
	margin: -1px;
} 
#top_menu li a {
	background:url("background.gif") repeat-x scroll left bottom #FFFFFF;
	border:1px solid #CCC;
	border-right:0px;
	color:#FFFF;
	display:block;
	float:left;
	color:#000;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	width:100px;
}



/****************************************** Start of all styles ************************************************/

body{
	background: #e3e3e3 url(images/bg_1.png) repeat-x scroll;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#2E2E2E;
}
#container{
	width:960px;
	background: #FFFFFF url(images/top_bg_2.jpg) repeat-x scroll;
	position:relative;
	padding:0 0px;
	margin:0 auto;
}
a{
	color:#960407;
	text-decoration:none;
	border:0px;
}
a:hover {
	text-decoration:underline;
}
.blue{
	color:#960407;
}
.cl{
	clear:both;
	height:1px;
	margin:-1px 0 0;
}

h1,h2,h3,h4,h5,h6{
	text-transform:uppercase;
}
h1{
	color:#525252;
	font-size:27px;
	margin-bottom:20px;
	line-height:30px;
}
h2{
	color:#525252;
	font-size:20px;
	margin-bottom:20px;
}
h3{
	color:#676767;
	font-size:18px;
	margin-bottom:20px;
}
h4{
	/*color:#676767;*/
	font-size:14px;
	margin-bottom:20px;
	color:#960407 !important;
}
h5{
	color:#505050;
	font-size:15px;
	margin-bottom:20px;
}
h6{
	color:#960407 !important;
	font-size:12px;
}
blockquote{
	background:url(images/quote.jpg) no-repeat scroll left top transparent;
	font-style:italic;
	margin:20px 10px 30px;
	padding:0 0 0 55px;
	color:#333;
	zoom:1;
}
blockquote1{
	
	font-style:normal;
	font-size:14px;
	margin:10px 10px 30px;
	padding:0 0 0 255px;
	color:#000000;
	zoom:1;
}
img.left{
	float:left;
	margin:5px 15px 5px 0;
}
img.right{
	float:right;
	margin:5px 0 5px 15px;
}

/************************************** Header Styling **********************************************/
#header{
	width:960px;
	background:url('images/header_bg.png') no-repeat #FFFFFF;
	z-index:50;
}
.logo{
	margin:10px 0px 0px 15px;
	float:left;
}

.phone{
	color:#960407 !important;
	float:right;
	font-family:arial,verdana,helvetica,sans serif;
	font-size:15px;
	margin-bottom:0;
	padding-right:35px;
	padding-top:33px;
}


 #column2{ 
 top:10px;
 width:300px; 
 text-align:right;  
margin-left:auto; 
 margin-right:auto;  
} 
/* #nav{

	float:left;
	height:38px;
	line-height:38px;
	background:#333333;
	margin:59px 0;
	border-left:1px solid #111;
	border-top:1px solid #111;
	border-bottom:0px solid #555;
	border-right:1px solid #555;
}
#nav li{
	float:left;
	display:inline;
	padding:0 15px;
}
#nav li a{
	color:#7a7a7a;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
#nav li.active a, #nav li a:hover, #nav li a:focus{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
#nav li.active ul li a{
	color:#999;
	font-size:12px;
}
#nav li.active ul li a:hover{
	color:#960407;
}
#nav ul {
width:960px;
	visibility: hidden; 
	position: absolute; 
	top: 60px; 
	margin-left:-15px;
	*margin-left:-85px;
	padding-top: 10px;
	z-index: 100;
}
#nav ul li {  
	float: none; 
	display: block;
	margin: 0;
	background: #fff;
	display:block;
}
#nav ul li a{
	color:#999;
	font-size:12px;
	display:block;
}
#nav ul li a:hover{
	color:#960407;
	text-decoration:underline;
	font-size:12px;
}
#nav ul li.active a{
	color:#960407;
	text-decoration:underline;
	font-size:12px;
}
#nav ul ul{
	visibility:hidden;
	position:absolute;
	left:157px;
	top:0;
	z-index:100;
}
#nav ul ul li {  
	width:130px;
	float: none; 
	display: block;
	margin: 0;
	background: #eee;
	display:block;
}
*/

/************************************** Featured Styling **********************************************/
#featured{
	padding-top:0px;
	width:960px;
	position:relative;
	/* background:url(images/featured_glow_red.png) no-repeat top center transparent; */
	z-index:20;
	margin-top:-1px;
}
/* 
.intro{
	width:960px;
	color:#000000;
	float:left;
	font-size:13px;
	padding-top:40px;
}
.intro h1{
	color:#fff;
}
.intro p{
	margin-bottom:65px;
}
*/

#slider{
	background:url(images/featured_display.png) no-repeat transparent;
	height:426px;
	width:533px;
	float:right;
	position:relative;
}
#slider img{
	margin:25px 0 0 27px;
	
}
.nav{
	position:absolute;
	bottom:215px;
	right:25px;
	display:block;
	z-index:200;
}
#prev img{
	margin-right:397px;
}
#nivo_slider{
	z-index:50;
	margin-bottom:26px;
}
.shadow{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:5
}
			
/************************************** InfoBox Styling **********************************************/
#site_info{
	margin-top:0px;
	margin-bottom:0px;
	background:#FFF;
}
.info_box{
	/* background:url(images/info_box_bg.jpg) no-repeat; **/
	width:293px;
	height:150px;
	padding:12px;
	float:left;
	display:inline;
	margin-right:0px;
	margin-bottom:30px;
}

.info_boxlong{
	/* background:url(images/info_box_bg.jpg) no-repeat; **/
	width:600px;
	height:150px;
	padding:12px;
	float:left;
	display:inline;
	margin-right:0px;
	margin-bottom:30px;
}
.info_boxlong img{
	float:left;
	margin:0 10px 0 0;
}
.info_boxlong p{
	width:590px;
}
.info_box img{
	float:left;
	margin:0 10px 0 0;
}
.info_box h4{
	margin:10px 0 15px 0;
	color:#a0a0a0;
}
.info_box p{
	width:280px;
}
.last{
	margin:0 !important;
}

/************************************** Main Styling **********************************************/
#content_top{
	background:url(images/content_top.png) no-repeat top left;
	height:11px;
	width:960px;
}
#content_mid{
	background:url(images/content_mid.png) repeat-y;
	background:#FFF;
	width:960px;

}
#content_btm{
	background:url(images/content_btm.jpg) no-repeat top left;
	height:20px;
	width:960px;
}

#main{
	float:left;
	width:560px;
	position:relative;
	margin-right:50px;
	display:inline;
}
.tagline{
	height:46px;
}
.tagline h1{
	float:left;
	color:#fff;
}
.tagline p{
	float:left;
	color:#fff;
	font-size:14px;
	margin-top:7px;
	margin-left:5px;
}

.site_intro{
	margin-bottom:40px;
	

}

.site_intro p{
		font-size: 14px;
}



.clients ul{
	margin-left:-15px;
	zoom:1;
	*margin-bottom:15px;
}
.clients ul li{
	float:left;
	display:table;
	width:162px;
	height:99px;
	margin:0 14px 15px 15px;
}

/************************************** Portfolio Styling **********************************************/
.portfolio_wrap .featured{
	height:248px;
	width:910px;
	position:relative;
	padding-bottom:40px;
	background:url(images/portfolio_divider.jpg) no-repeat center bottom;
	margin-bottom:25px;
}
.featured_tag{
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
.featured img{
	padding:3px 20px 0 2px;
	float:left;
}
.featured p{
	padding-bottom:30px;
}
a.more{
	background:url(images/more_btn_bg.jpg) no-repeat ;
	width:56px;
	height:16px;
	padding:0 0px 5px 6px;
	font-size:9px;
	color:#909090;
	line-height:16px;
}
a.more:hover{
	color:#980508;
}
.portfolio_wrap ul{
	margin-left:-45px;
}

ul li.portfolio-item{
	width:270px;
	display:inline-block;
	display: -moz-inline-stack;
	margin-left:45px;
	margin-bottom:50px;
	vertical-align:top;
	zoom:1;
	*display: inline;
    _height: 250px;
}

ul li.portfolio-item img{
	background:url(images/portfolioimage_shadow.jpg) no-repeat bottom center scroll transparent;
	padding-bottom:15px;
}
ul li.portfolio-item h6{
	margin-bottom:5px;
}
ul li.portfolio-item h6 a{
	color:#505050;
}
ul li.portfolio-item h6:hover a{
	color:#046f97;
}
ul li.portfolio-item p{
	width:270px;
}
ul li.portfolio-item .more{
	float:right;
}
ul li.portfolio-item .thumb{
	height:150px;
	width:270px;
	z-index:1;
	position:relative;
}
ul li.portfolio-item span{
	display:block;
	height:150px;
	width:270px;
	position:absolute;
	top:-152px;
	*top:0;
	left:0;
}
.overlay{
	visibility:hidden;
	opacity:0;
	z-index:4
}
.image-overlay{
	background:url(images/image-overlay.png) no-repeat scroll center center transparent;
}
.video-overlay{
	background:url(images/video-overlay.png) no-repeat scroll center center transparent;
}
/************************************** Columns Styling **********************************************/
.c2{
	float:left;
	width:440px;
	display:inline-block;
	display:-moz-inline-stack;
	margin-right:30px;
	margin-bottom:50px;
	vertical-align:top;
	*display:inline;
	_height:250px;
}
.c3{
	float:left;
	width:270px;
	display:inline-block;
	display:-moz-inline-stack;
	margin-right:50px;
	margin-bottom:50px;
	vertical-align:top;
	*display:inline;
	_height:250px;
}
.c3_2{
	float:left;
	width:580px;
	display:inline-block;
	display:-moz-inline-stack;
	margin-right:50px;
	margin-bottom:50px;
	vertical-align:top;
	*display:inline;
	_height:250px;
}
.c4{
	float:left;
	width:255px;
	display:inline-block;
	display:-moz-inline-stack;
	margin-right:30px;
	margin-bottom:50px;
	vertical-align:top;
	*display:inline;
	_height:250px;
}
.c4_3{
	float:left;
	width:640px;
	display:inline-block;
	display:-moz-inline-stack;
	margin-left:20px;
	margin-right:30px;
	margin-bottom:50px;
	vertical-align:top;
	*display:inline;
	_height:250px;
}
/************************************** Contact Styling **********************************************/

#contact input, #contact textarea{
	width:516px;
	background:#f8f8f8;
	border:1px solid #cfcfcf;
	margin: 5px 0;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow:auto
}
#form_errors{
	background:#fae1d6 url(images/error.jpg) no-repeat 10px center;
	padding:10px 0 10px 35px;
	border:1px solid #f59b73;
	color:#000; 
	margin-bottom:15px;
	display:none;}
#form_thanks{
	background:#e2fad6 url(images/success.jpg) no-repeat 10px center;
	padding:10px 0 10px 35px;
	border:1px solid #91db6c;
	color:#000; 
	margin-bottom:15px;
	display:none;}

/************************************** Blog Styling **********************************************/
ul#entries li{
	margin-bottom:30px;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom:2px solid #d3d3d3
}
img.post-img{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	width:200px;
	height:200px;
}
ul #entries .entry{
	float:left;
	color:#666;
	width:380px;
}
.entry h2 a{
	margin:0 0 5px 0;
	color:#525252;
}
.entry h2 a:hover{
	margin:0 0 5px 0;
	color:#010101;
}
.entry small{
	margin-bottom:10px;
	display:block;
	font-size:11px;
	margin-top:-10px;
}
.entry small a:hover{
	text-decoration:underline;
}
.button{
	background:url(images/send.jpg) no-repeat;
	height:40px;
	width:200px;
	float:left;
	margin-top:5px;
}
.button:hover{
	background:url(images/send_hover.jpg) no-repeat;
	height:40px;
	width:200px;
	float:left;
	cursor:pointer;
	margin-top:5px;
}
/************************************** Sidebar Styling **********************************************/
#sidebar{
	float:left;
	width:300px;
}
.start_btn{
	margin-bottom:25px;
}
.blog_updates h2{
	margin-bottom:5px;
}
.blog_updates{
	margin-bottom:25px;
}
.blog_updates ul li{
	padding:15px 10px;
	border-bottom:1px solid #e3e3e3;
	display:block;
}
.blog_updates ul li h6{
	margin-bottom:5px;
}
.blog_updates ul li a{
	color:#960407;
}
.blog_updates ul li:hover{
	background:#f5f5f5;
}
#sidebar form.search input{
	border:1px solid #d3d3d3;
	padding:8px;
	width:280px;
}
#sidebar h4{
	color:#525252;
}
#sidebar .widget{
	margin-bottom:20px;
	border-bottom:2px solid #d3d3d3;
	padding-bottom:20px;
}
ul.category{
	margin-top:-5px;
	margin-left:15px;
}
ul.category li{
	list-style-type:disc;
	list-style-position:inside;
}
ul.category li a{
	color:#666;
}
ul.category li a:hover{
	color:#666;
	text-decoration:underline;
	color:#960407;
}
ul.category ul{
	margin-left:15px;
}
ul.category ul li{
	list-style-type:circle;
}
ul.ads{
	margin-left:12px;
	overflow:auto;
}
ul.ads li{
	display:inline;
}
ul.ads li img{
	float:left;
	margin:5px;
}
/************************************** Footer Styling **********************************************/
/* #footer{
	width:960px;
	background:url(images/footer_mid.jpg) repeat-y;
	padding:20px 25px;
}
#footer_btm{
	background:url(images/footer_btm.jpg) no-repeat bottom center;
	width:960px;
	margin-left:3px;
	margin-bottom:30px;
}
#footer h6{
	color:#f4f4f4;
	margin-bottom:20px;
}

*/
.footer { 
	width:960px; 
	height:20px; 
	padding:10px 0px 0px 0px; 
	text-align:center; 
	margin:0 auto; 
	background:url('images/list_bg.png') #000000; 
	color:#FFFFFF; 
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	line-height:0.8em;
}
.footer .l {  }
div.links{
	float:left;
	display:inline;
	width:190px;
	margin-right:40px;
}
div.links ul li{
	padding:5px 0;
	border-bottom:1px solid #707070;
	background:url(images/footer_link_arrow.jpg) no-repeat left center;
}
div.links ul li:hover a{
	color:#960407;
	display:block
}
div.links ul li a{
	color:#fff;
	text-transform:uppercase;
	padding-left:10px;
	display:block;
}
div.services{
	float:left;
	display:inline;
	width:190px;
	margin-right:40px;
}
div.services ul li{
	padding:5px 0 5px 10px;
	border-bottom:1px solid #707070;
	display:block;
	background:url(images/footer_link_arrow.jpg) no-repeat left center;
	color:#fff;
}
div.social{
	float:left;
	display:inline;
	width:150px;
	margin-right:75px;
}
div.social ul li{
	height:21px;
	line-height:21px;
	padding:5px 0;
}
div.social ul li img{
	vertical-align:middle;
}
div.social ul li a{
	color:#fff;
	margin-left:8px;
}
div.social ul li a:hover{
	color:#960407;
}
form#newsletter{
	padding-top:8px;
	position:relative;
	zoom:1;
}
div.newsletter{
	float:left;
	display:inline;
	width:275px;
}
form#newsletter input{
	background:url(images/home_input.jpg) no-repeat;
	width:191px;
	height:26px;
	line-height:26px;
	float:left;
	border:none;
	display:block;
	padding:0 5px 0 12px;
	color:#707070;
	font-style:italic;
	margin-right:-20px;
	margin-bottom:15px;
}
form#newsletter button img{
	float:left;
	cursor:pointer;
	margin-bottom:15px;
	position:absolute;
	top:8px;
	right:60px;
}
div.newsletter p{
	float:left;
	display:block;
}

#formContainer {
	width: 560px;
	height: 305px;
	color: #8a8888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 25px;
}
#formContainer .large {
	font-size: 16px;
	margin-top: 0px;
}
#formContainer .contentRow {
	height: 21px;
	clear: both;
	padding-bottom: 8px;
}#formContainer .contentRow .left {
	float: left;
	width: 108px;
	clear: both;
}
#formContainer form .contentRow .left #name {
	padding-top: 10px;
}
#formContainer form .contentRow .left #email {
	padding-top: 6px;
}
#formContainer form .contentRow .left #message {
	padding-top: 6px;
}
#formContainer .contentRow .right {
	float: right;
	height: 23px;
	width: 452px;
}
#formContainer form .contentRow .right #name {
	border: 1px solid #b3b3b3;
	background-color: #E6E6E6;
	width: 228px;
	height: 18px;
	margin-bottom: 3px;
}
#formContainer form .contentRow .right #customer_mail {
	border: 1px solid #b3b3b3;
	background-color: #e6e6e6;
	width: 228px;
	height: 18px;
	margin-bottom: 2px;
	margin-top: -1px;
}
#formContainer form .contentRow .right textarea {
	border: 1px solid #b3b3b3;
	background-color: #E6E6E6;
	width: 451px;
	height: 151px;
}
#formContainer form .contentRow .right .button {
color:#000000;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:13px;
height:29px;
margin-left:352px;
margin-top:133px;
width:101px;
}
#nav { background:#000000; background:url('images/list_bg.png'); width:100%; padding:0px; height:30px;}
#nav, x:-moz-any-link {overflow:visible;}
#nav, x:-moz-any-link, x:default {overflow:hidden;}
#nav ul { padding:0px; margin:0px; font-size:1.05em;}
#nav ul li {float:left; display:block; list-style-type:none; font: verdana, arial, helvetica, sans-serif;}
#nav ul li a { font-size:1.05em; height:18px; padding:5px 15px 7px 12px; display:block; text-decoration:none; color:#FFFFFF; border-bottom:none;}
#nav ul li a:hover {background:#B8860B;}
#nav ul ul {font-size:1.05em; position:absolute; top:212px; left:-9999px; repeat; z-index:500; width:175px; }
#nav ul ul li {float:none;}
#nav ul ul li a {color:#fff; border-bottom:none; font-size:1em; display:block; padding:5px 10px 5px 15px; height:auto;}
#nav ul ul li a:hover {border-bottom:none; background:#a37b2c; color:#fff;}
#nav ul :hover ul {left:auto;}
#nav :hover > a {background:#B8860B; cursor:pointer;}


/* top navigation */


#navtop {background:#000; overflow:hidden; padding:0px; border-top:solid 0px #a37b2c; height:34px; margin-bottom:0px;}
#navtop, x:-moz-any-link {overflow:visible;}
#navtop, x:-moz-any-link, x:default {overflow:hidden;}
#navtop ul {padding:0px; margin:0px; font-size:0.95em;}
#navtop ul li {float:left; display:block; list-style-type:none;}
#navtop ul li a {font-size:1.0em; height:20px; padding:7px 15px 7px 15px; display:block; text-decoration:none; color:#000000; border-bottom:none;}
#navtop ul li a:hover {background:#a37b2c;}
#navtop ul ul {font-size:1.05em; position:absolute; top:212px; left:-9999px; repeat; z-index:500; width:175px; }
#navtop ul ul li {float:none;0#navtop ul ul li a {color:#fff; border-bottom:none; font-size:1em; display:block; padding:5px 10px 5px 15px; height:auto;}
#navtop ul ul li a:hover {border-bottom:none; background:#a37b2c; color:#fff;}
#navtop ul :hover ul {left:auto;}
#navtop :hover > a {background:#a37b2c; cursor:pointer;}
