@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;
}
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;
}


/****************************************** Start of all styles ************************************************/

body{
	background: #e3e3e3 url(images/top_bg_2.jpg) repeat-x scroll;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#909090;
}
#container{
	width:980px;
	/*background: #e3e3e3 url(images/top_bg_2.jpg) repeat-x scroll;*/
	position:relative;
	padding:0 10px;
	margin:0 auto;
}
a{
	color:#960407;
	text-decoration:none;
}
.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:25px 0 20px 0;
}
h5{
	color:#505050;
	font-size:15px;
	margin-bottom:20px;
}
h6{
	color:#f4f4f4;
	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;
}
img.left{
	float:left;
	margin:5px 15px 5px 0;
}
img.right{
	float:right;
	margin:5px 0 5px 15px;
}

/************************************** Header Styling **********************************************/
#header{
	width:960px;
	position:relative;
	z-index:50
}
.logo{
	margin:15px 0 0 0;
	float:left;
}
#nav{
	float:right;
	height:38px;
	line-height:38px;
	background:#3b3637;
	margin:30px 0;
	border-left:1px solid #111;
	border-top:1px solid #111;
	border-bottom:1px 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: auto;
	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:30px;
	width:960px;
	position:relative;
	background:url(images/featured_glow_red.png) no-repeat top center transparent;
	z-index:20;
	margin-top:-1px;
}
.intro{
	width:400px;
	color:#dcdcdc;
	float:left;
	font-size:13px;
	padding-top:40px;
}
.intro h1{
	color:#fff;
}
.intro p{
	margin-bottom:65px;
}

#slider{
	background:url(images/featured_display.pn) 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:20px;
	margin-bottom:9px;
}
.info_box{
	background:url(images/info_box_bg.jpg) no-repeat;
	width:293px;
	height:163px;
	padding:12px;
	float:left;
	display:inline;
	margin-right:14px
}
.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;
	width:910px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:25px;
}
#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;
}
.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:205px;
	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:670px;
	display:inline-block;
	display:-moz-inline-stack;
	margin-right:30px;
	margin-bottom:50px;
	vertical-align:top;
	*display:inline;
	_height:250px;
}
/************************************** Contact Styling **********************************************/

#contact input, #contact textarea{
	width:540px;
	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;
}
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;
}