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

/*  Reset for some default browser CSS - General */

body, div, h1, h2, h3, p, ul, ol, li, img, header, section, aside, footer, button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #961b25;
}

a:hover {
	color: #FFFFFF;
}

:focus {
	outline: 0;
}

h1, h2, h3 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 
	font-weight: normal;
} 

h2 {
	font-size: 22px;
	line-height: 28px;
}

.float {
		float:left;
	}
	
body {
	font-family : "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	background-image: url(images/bck.jpg);
	}	


/* Header */
	
header#site_head {
	background: url(../images/bck_head.jpg);
	-moz-box-shadow: inset 0px -2px 3px #480508;
	-khtml-box-shadow: inset 0px -2px 3px #480508;
	-webkit-box-shadow: inset 0px -2px 3px #480508;
	box-shadow: inset 0px -2px 3px #480508;
	border-bottom: 1px solid #fffffb;
	height: 70px;
	width: 100%;
	display: block;
	position: fixed;
}

	.header_cont {
	width: 960px;
	padding-top: 15px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	.header_cont h1 {
	float: left;
	}
	
	.header_cont h1 a {
	width: auto;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	
	.header_cont h1 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;

	}
	
	nav.head_nav {
		float: right;
		margin-top: 13px;
	}
	
	nav.head_nav ul li {
		display: inline;
		margin: 0px 5px;
	}
	
	nav.head_nav ul li a {
		color: #f6f6ee;
		font-size: 12px;
		font-weight: normal;
		text-transform: lowercase;
		padding: 5px 8px;
	}
	
	nav.head_nav ul li.home a {
		background: #4f1d1e;
		-moz-border-radius: 10px;		
		-khtml-border-radius: 10px;				
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	nav.head_nav ul li a:hover {
		text-shadow: 1px 1px 1px #2c0306;
		background: #4f1d1e;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: inset 0px 0px 2px #2c0306;
		-khtml-box-shadow: inset 0px 0px 2px #2c0306;
		-webkit-box-shadow: -1px -1px 2px #2c0306; /*-webkit- inset fix*/
		box-shadow: inset 0px 0px 2px #2c0306;
		color: #f6f6ee;
	}
	
	nav.head_nav ul li.rss, nav.head_nav ul li.twitter  {
		position: relative;
		left: -355px;
		margin: 0;
	}
	
	nav.head_nav ul li.rss a {
		color: #b4676c;
		border-right: 1px solid #903f43;
		margin: 0;
		padding-left: 20px;
		background: url(images/rss.png) left no-repeat;
		font-size:10px;
	}
	
	nav.head_nav ul li.twitter a {
		color: #b4676c;
		margin-left: 3px;
		padding-left: 20px;
		background: url(images/twitter.png) left no-repeat;
		font-size:10px;
	}
	
	nav.head_nav ul li.rss a:hover, nav.head_nav ul li.twitter a:hover  {
		color: #f6f6ee; 		
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow: none;
		-khtml-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	
/* Main container */	

#main_content {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding-bottom: 15px;
}


	/* Last posts section */	
		
	.section_tit {
		clear: both;
	}
	
	.section_tit h3 {
		background: url(images/line.png) no-repeat center center; 
		text-align: center;
		font-size: 34px;
		margin: 10px 0 25px 0;
		color: #c9c9c0;
		text-shadow: 1px 1px 0px #fff;
	}
	
	div.single_post {
	float: left;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 35px;
	margin-left: 16px;
	}
	
		.imger {
			border: 5px solid rgb(255,255,255); /*rgba ie fix*/
			border: 5px solid rgba(255,255,255,0.75);
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-box-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0px 0px 5px #c6c6bf;
			-khtml-box-shadow: 0px 0px 5px #c6c6bf;
			-webkit-box-shadow: 0px 0px 5px #c6c6bf;
			box-shadow: 0px 0px 5px #c6c6bf;
		}

		div.single_post footer {
			color: #2b2b28;
			text-align:right;
			font-size: 10px;
		}

		div.single_post ul  {
			margin-top: 10px;
			border-right: 3px solid #dbdbd4;
		}
		
		div.single_post ul  li {
			padding: 1px 13px 1px 0px;
		}
		
		div.single_post ul  li a {
			font-weight: bold;
		}

		div.art {
	width: 210px;
	display: block;
	background: rgb(255,255,255); /*rgba ie fix*/
	background: rgba(255,255,255,0.75);
	border: 1px solid rgb(255,255,255); /*rgba ie fix*/
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #c6c6bf;
	-khtml-box-shadow: 0px 0px 5px #c6c6bf;
	-webkit-box-shadow: 0px 0px 5px #c6c6bf;
	box-shadow: 0px 0px 5px #c6c6bf;
	margin-left: 15px;
	overflow: auto;
	float:left;
		}
		
		div.art:hover {
			background: rgb(255,255,255); /*rgba ie fix*/
		}
		
		div.single_post header h2 {
	border-bottom: 1px solid #dbdbd4;
	text-align: center;
	margin-top: 10px;
		}
		
		div.single_post p, section#archive p {
			padding: 0 20px;
			font-size: 12px;
			line-height: 20px;
		}
		
		span.more, span.more_arch {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
		}
		
	span.more a, span.more_arch a, .about_left ul li a {
	background: #db484e;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 1px #546d7c;
	-moz-box-shadow: inset 0px 0px 2px #3f5867;
	-khtml-box-shadow: inset 0px 0px 2px #3f5867;
	-webkit-box-shadow: -1px -1px 2px #3f5867; /*-webkit- inset fix*/
	box-shadow: inset 0px 0px 2px #3f5867;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
		}
		
		span.more a:hover, span.more_arch a:hover, .about_left ul li a:hover {
			background: #db484e;
			text-shadow: none;
			-moz-box-shadow: none;			
			-khtml-box-shadow: none;			
			-webkit-box-shadow: none;
			box-shadow: none;
			-webkit-box-shadow: -1px -1px 0px #8badc2; /*-webkit- inset fix*/
		}
	
	/* Archive - Sidebar */
	
	.left_cont {
		float: left;
		width: 447px;
		margin: 0 16px 16px 16px;
	}
	
	aside {
		float: right;
		width: 447px;
		margin: 0 16px 16px 16px;
	}
	
	section#archive ol li {
		width: 385px;
		min-height: 130px;
		background: rgb(255,255,255); /*rgba ie fix*/
		background: rgba(255,255,255,0.75);
		border: 1px solid rgb(255,255,255); /*rgba ie fix*/
		-moz-border-radius: 10px;				
		-khtml-border-radius: 10px;				
		-webkit-border-radius: 10px;	
		border-radius: 10px;	
		-moz-box-shadow: 0px 0px 5px #c6c6bf;				
		-khtml-box-shadow: 0px 0px 5px #c6c6bf;				
		-webkit-box-shadow: 0px 0px 5px #c6c6bf;
		box-shadow: 0px 0px 5px #c6c6bf;			
		margin: 30px 15px 20px 15px;
		padding: 15px;
	}
	
	section#archive ol li:hover {
		background: rgb(255,255,255); /*rgba ie fix*/
	}
	
	section#archive h2 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	
	section#archive figure {
		margin-right: 15px;
	}
	
	section#archive footer p {
		font-size: 10px;
		margin-top: 15px;
		text-align: right;
	}
	
	section#archive footer p a {
		color: #6f92a7;
		font-weight: bold;
	}
	
	section#archive footer p a:hover{
		color: #961b25;
	}
	
	aside.friends ul {
		float: left;
		padding-left: 15px;
		width: 95px;		
	}
	
	aside.friends ul li {
		margin-bottom: 10px;
		border-bottom: 1px solid #dbdbd4;
	}
	
	span.more_arch {
		font-size: 30px;
		margin: 15px 15px 10px 0;
	}	
	
	section.about, section#archive, aside.friends {
		display: block;
		overflow: auto;
		margin-bottom: 30px;
	}
	
	div.portfolio { 
		margin-bottom: 45px;
		display: block;
	}
	
	.about_right {
		float: right;
		width: 265px;
		margin-right: 15px;
	}
	
	.about_left {
		float: left;
		margin-left: 15px;
		padding-top: 5px;
	}
	
	section.about p, section.contact p  {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 18px;
	}
	
	section.contact p  {
		margin: 0 15px;
	}
	
	.about_left ul li a {
		width:130px;
		display: block;
		text-align: center;
		padding: 6px 0;
		margin: 13px 0;
	}
	
	div.portfolio ul {
		margin: 0 15px -8px 15px;
	}
	
	div.portfolio ul li  {
		display: inline-block;
		margin: 8px 8px 0 8px;
	}
	
	/* Footer */
	
	footer.bottom  {
	clear: both;
	display:block;
	border-top: 1px solid #c9c9c0;
	padding-top: 20px;
	width: 100%;
	margin-top: 30px;
	background-image: url(../images/index_46.png);
	background-color: #5F5F5F;
	height: 190px;
	background-repeat: repeat-x;
	}
	
	footer.bottom p {
	text-align: center;
	color: #b6b6ab;
	}
.top-head {
	background-color: #FFF;
	height: 60px;
	width: 960px;
	margin-left: 20px;
	visibility: visible;
	z-index: 10000;
}
.small-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.small-text2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.logo-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #0C457C;
	text-decoration: none;
}

.fb-tag {
	height: auto;
	width: 250px;
	float: right;
	padding-left: 20px;
}

.partner-tag {
	height: auto;
	width: 110px;
	float: right;
	padding-left: 10px;
}
.footer-container {
	margin: auto;
	height: auto;
	width: 1000px;
}
.footer-left {
	float: left;
	height: auto;
	width: auto;
	margin-right: 20px;
}

.footer-middle {
	float: left;
	height: auto;
	width: 830px;
}

.footer-right {
	float: left;
	height: auto;
	width: 650px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

.menu-ft-container {
	height: auto;
	width: auto;
	padding-bottom: 6px;
}

.footer-links {
	color:#3C3C3C;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.footer-links:link {
	color:#999999;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.footer-links:visited {
	color:#999999;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.footer-links:hover {
	color:#999999;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	text-decoration:underline;
}
.menu-ft-container-divider {
	height: 1px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #757575;
	margin-bottom: 8px;
	
}

.bold-text-footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.full-body {
	float: left;
	height: auto;
	width: 980px;
}
.client-container {
	float: left;
	height: auto;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #C4C4C4;
	padding: 10px;
}

.services-container {
	float: left;
	height: auto;
	width: 980px;
	margin-bottom: 15px;
}




.left-body-container {
	float: left;
	height: auto;
	width: 700px;
	margin-right: 40px;
}
.service-tab {
	float: left;
	height: auto;
	width: auto;
	margin-right: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #122831;
	text-decoration: none;
	margin-bottom: 15px;
}

.services-links {
	color:#122831;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-decoration:none;
}

.services-links:link {
	color:#122831;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-decoration:none;
}

.services-links:hover {
	color:#122831;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-decoration:underline;
}
.top-body-container {
	height: auto;
	width: 700px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.right-body-container {
	float: left;
	height: auto;
	width: 240px;
}
.top-right {
	height: auto;
	width: 240px;
	margin-bottom: 15px;
}
.quick-link-container {
	background-image: url(../images/index_27.png);
	height: 36px;
	width: 235px;
	background-repeat: no-repeat;
}
.quick-links {
	height: auto;
	width: 228px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/index_26.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
}


.quick-links-text {
	color:#5f5f5f;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-decoration:none;
}

.quick-links-text:link {
	color:#5f5f5f;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-decoration:none;
}

.quick-links-text:hover {
	color:#5f5f5f;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-decoration:underline;
}

.testi-container {
	background-image: url(../images/re.png);
	height: 36px;
	width: 213px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	border-left-color: #CCCCCC;
	background-color: #2EA6DE;
}

.testi-links {
	height: auto;
	width: 213px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
	background-color: #E2E2E2;
	padding-top: 10px;
}
.clients-text {
	color: #4c4b4b;
	font-family: Calibri;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.rancor-text {
	font-family: Calibri;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #115579;
	text-decoration: none;
}
.featured-work-container2 {
	height: auto;
	width: 658px;
	border: 1px solid #E7E7E7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.featured-work-container {
	height: auto;
	width: 690px;

}
.featured-work-tab {
	background-color: #e7c15c;
	height: 25px;
	width: 130px;
	font-family: Calibri;
	font-size: 16px;
	color: #664E0F;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 30px;
	border-top-color: #E2B53D;
	border-right-color: #E2B53D;
	border-bottom-color: #E2B53D;
	border-left-color: #E2B53D;
}
.img-work {
	border: 5px solid #E8E8E8;
	-moz-box-shadow: 0px 0px 4px #000000;
-webkit-box-shadow: 0px 0px 4px #000000;
box-shadow: 0px 0px 4px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

}


.blue-link{
color:#1d90cb; 
font-size:15px; 
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;

}



.blue-link : link{
color:#1d90cb; 
font-size:15px; 
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.blue-link : visited{
color:#1d90cb; 
font-size:15px; 
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.blue-link : hover{
color:#1d90cb; 
font-size:15px; 
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
font-weight:bold;
}

#page {
    width: 1000px;
    margin: 0px auto;
    background-color: rgb(255, 255, 255);
