@charset "utf-8";
/* 
	HORIZON GRAPHICS AND WEB SOLUTIONS LTD.
	
	Developer:		Horizon Graphics and Web Solutions Ltd. (www.horizongws.com)
	Date:			2009-09-14
*/

html, * {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	text-align: center;
}

body#body_index {
	background-image: url(../images/body_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #66CCCC;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
}


h1 {
	font: 35px 'times new roman', serif; 
	text-transform: uppercase;
	letter-spacing: 1px; 
	color: #993333;
}

h2 {
	font: 25px 'times new roman', serif; 
	letter-spacing: 1px; 
	color: #333399;
}

hr {
	height: 1px;
	color: #222222;
	background-color: #222222;
	border: 0px;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.97em;
}

p {
	margin: 1.5em 0 1.5em 0;
}

form {
	display: inline;
}

img {
	border: 0px;
}

ol {
	padding: 5px 0 5px 0;
}

ul {
	list-style: square;
	padding: 5px 0 5px 0;
}

li {
	margin-left: 20px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearBoth {
	clear: both;
}

.new {
	font-weight: bold;
	color: #ee3923;
}

span.success {
	font-weight: bold;
	color: #66CC33;
}

p.success,
div.success {
	width: 500px;
	padding: 10px;
	background-color: #003300;
	border: 1px solid #006600;
	margin-bottom: 10px;
}

span.error {
	font-weight: bold;
	color: #CC0000;
}

p.error,
div.error {
	width: 500px;
	padding: 10px;
	color: #cccccc;
	font-weight: normal;
	background-color: #330000;
	border: 1px solid #660000;
	margin-bottom: 10px;
}

.required {
	font-weight: bold;
	color: #FF3333;
}

.dimmed {
	color: #666666;
}

.quote {
	font-size: 1.75em;
	color: #999999;
	display: block;
	padding-bottom: 5px;
}


/*------- CONTAINER -------*/
div#container {
	width: 980px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
	color: #aaaaaa;
	text-align: left;
}

/*------- GLOBAL DIVS -------*/
div#header {
	width: 100%;
	height: 135px;
	position: relative;
	background-image: url(../images/top_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}

div#header div#header_container {
	width: 980px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: left;
}


	div#header_container ul#nav {
		width: 500px;
		left: 480px;
		position: absolute;
		list-style: none;
		padding: 40px 0 0 0;
	}

		ul#nav li {
			min-width: 30px;
			padding: 0 20px 0 0;
			height: 25px;
			float: left;
			display: block;
			text-align: center;
			font: 18px Geneva, Arial, Helvetica, sans-serif;
			letter-spacing: 0.75px;
		}
		
		
		ul#nav a:link,
		ul#nav a:visited {
			display: block;
			min-width: 30px;
			height: 25px;
			color: #ffffff;
			padding-top: 3px;
		}
		ul#nav a:hover {
			/*background: url(../images/nav_bg.png) top left no-repeat; */
			border-bottom: 3px #ef3924 solid;
			color: #ffffff;
		}



div#main {
	width: 980px;
	height: auto;
	min-height: 500px;
	/*background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;*/
	position: relative;
}
	div#main_content {
		min-height: 450px;
		/*background-image: url(../images/main_top_bg.png);
		background-position: top left;
		background-repeat: no-repeat;*/
		position: relative;
		color: #cccccc;
		/*padding: 20px;*/
	}

	div#main_bottom {
		height: 20px;
		/*background-image: url(../images/main_bottom_bg.png);
		background-position: bottom;
		background-repeat: no-repeat;*/
		margin-bottom: 20px;
	}


div#footer {
	width: 100%;
	height: 280px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	position: relative;
	text-align: center;
}

	div#footer div#footer_container {
		width: 960px;
		margin: 0 auto;
		padding-top: 30px;
		position: relative;
		color: #888888;
		font-size: 0.8em;
		text-align: left;
	}
	
		div#footer div#footer_container, 
		div#footer_container a:link, 
		div#footer_container a:visited {
			color: #888888;
		}
		
		div#footer_container a:hover {
			color: #0099CC;
		}
	
		div#footer_container ul {
			min-width: 40px;
			float: left;
			list-style: none;
			padding: 0;
			margin: 0 80px 0 0;
		}
	
		div#footer_container li {
			list-style: none;
			margin: 0;
			padding-bottom: 5px;
		}
		
		div#footer_container li.heading {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 2em;
			margin: 0;
			padding-bottom: 10px;
		}
		
		div#footer_container li h2, 
		div#footer_container li h2 a:link, 
		div#footer_container li h2 a:visited {
			color: #999999;
		}
		
		div#footer_container li h2 a:hover {
			color: #0099CC;
		}
		

/*------- HOME DIVS -------*/

div#home_content {
	position: relative;
}

div#home_content h1 {
	font: 2.5em Geneva, Arial, Helvetica, sans-serif; 
	color: #444859;
	text-transform: none;
	margin-top: 0px;
}

	div#home_content h1#welcome { color: #ef3a24; }
	div#home_content a#services { color: #1b99bf; }
	div#home_content a#portfolio { color: #f68b1e; }
	div#home_content a#social { color: #32609a; }

div#home_content h3 {
	font: 13px Geneva, Arial, Helvetica, sans-serif; 
	color: #57718c;
	text-transform: none;
	font-weight: bold;
	padding: 10px 0 20px 0;
}


div#home_content li, 
div#home_content li a.home_item {
	color: #aaaaaa;
}

div#home_content li a:hover {
	color: #0099CC;
}

div#home_content ul {
	margin: 0 0 10px 10px;
}


div#home_content .home_icon {
	float: right;
	padding-left: 10px;
}


div#home_feature {
	width: 980px;
	height: 420px;
	margin-bottom: 0px;
}

	/* a- tag inside single tab */
	#home_feature #flowtabs li a { height: 12px; width: 20px; display: block; background: url('../images/home_feature_item_off.png') no-repeat;  }
	 
	/* mouseover state */
	#home_feature #flowtabs a:hover { background: url('../images/home_feature_item_on.png') no-repeat; color: #fff;	 }
	
	/* currently selected tabs */
	#home_feature #flowtabs a.current { background: url('../images/home_feature_item_on.png') no-repeat; cursor:default; color: #fff; }
	
	
	#home_feature #flowpanes {
		width: 980px;
		height: 385px;
	}
	
	#home_feature #flowpanes .items div {
		width: 980px;
		height: 420px;
	}
	
	#home_feature #flowpanes .items div#item1 { background: url(../images/home_feature1.jpg) no-repeat; }
	#home_feature #flowpanes .items div#item2 { background: url(../images/home_feature2.jpg) no-repeat; }
	#home_feature #flowpanes .items div#item3 { background: url(../images/home_feature3.jpg) no-repeat; }
	#home_feature #flowpanes .items div#item4 { background: url(../images/home_feature4.jpg) no-repeat; }
	#home_feature #flowpanes .items div#item5 { background: url(../images/home_feature5.jpg) no-repeat; }


div#home_spacer {
	height: 50px;
	font-size: 1px;
}

div#home_intro,
div#home_services {
	width: 270px;
	height: 210px;
	float: left;
	border-right: 1px dotted #222222;
	padding: 20px;
	position: relative;
}

div#home_portfolio {
	width: 330px;
	height: auto;
	float: left;
	padding: 20px 0 20px 20px;
}

div#home_blog {
	width: 600px;
	height: auto;
	float: left;
	padding: 20px 0 20px 20px;
	border-right: 1px dotted #222222;
}

	div#home_blog li {
		list-style: none;
		border-bottom: 1px dotted #222222;
		margin-left: 0px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		width: 550px;
	}
	
	div#home_blog a.blog_title {
		font: 1.75em Geneva, Arial, Helvetica, sans-serif; 
		color: #cccccc;
		text-transform: none;
		font-weight: bold;
		padding: 5px 0 5px 0;
	}

	div#home_blog a.blog_readmore {
		font-weight: bold;
		color: #aacccc;
		display: block;
		margin-top: 10px;
	}

div#home_social {
	width: 330px;
	height: 320px;
	float: left;
	padding: 10px 0 20px 20px;
	position: relative;
}





/*------- PAGE DIVS -------*/
div#side_nav {
	width: 150px;
	min-height: 400px;
	float: left;
	padding: 20px 20px 0 0;
	font-size: 1em;
}

	div#side_nav a:link, 
	div#side_nav a:visited {
		color: #cccccc;
	}
		
	div#side_nav a:hover {
		color: #0099CC;
	}

	div#side_nav ul {
		list-style: none;
	}
	
	div#side_nav li {
		margin-left: 5px;
		margin-bottom: 15px;
		padding: 5px;
	}

		div#side_nav li.active {
			font-weight: bold;
			color: #ffffff;
			display: block;
			background-color: #113333;
		}	

div#content {
	width: 745px;
	min-height: 400px;
	float: left;
	padding: 20px;
	border-left: 1px dotted #333333;
}


	div#content ul {
		margin: 5px 0 20px 10px;
	}
	
	div#content ol {
		margin: 5px 0 0 10px;
	}
	
	div#content ol li {
		margin-bottom: 20px;
	}
	
	div#content h1 {
		color: #eeeeee; 
		/*font-family: Impact, Charcoal, sans-serif;*/ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 3.5em;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	
	div#content h2 {
		color: #99cccc; 
		/*font-family: Impact, Charcoal, sans-serif;*/ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: bold;
		letter-spacing: -1px;
		display: inline;
	}
	
	div#content h2.service {
		color: #eeeeee; 
	}

	div#content h3 {
		color: #f68b1e;
		/*font-family: Impact, Charcoal, sans-serif;*/ 
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: normal;
		display: inline;
	}
	
	div#content h3.service1 { color: #f68b1e; }
	div#content h3.service2 { color: #1baacf; }

div.hidden {
	display: none;
}

div.show {
	display: block;
}

div#breadcrumb_bar {
	height: 10px;
	padding: 10px;
	background-color: #333333;
	font-size: 0.8em;
	color: #cccccc;
}

	div#breadcrumb_bar a {
		color: #cccccc;
	}
	
	
/*------- SERVICES DIVS -------*/
div#content div#services_feature1,
div#content div#services_feature2,
div#content div#services_feature3 {
	width: 225px;
	min-height: 100px;
	float: left;
	padding: 10px;
	border-right: 1px dotted #333333;
}

img.service_image {
	float: right;
	padding-left: 30px;
	padding-bottom: 10px;
}



/*------- PORTFOLIO DIVS -------*/
div#content.portfolio {
	width: 95%;
	min-height: 400px;
	float: left;
	padding: 20px;
	border: 0;
	position: relative;
}

div#content.portfolio .client_box {
	height: 375px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px dotted #333333;
}
	
	div#content.portfolio .client_box h2 {
		color: #ee3924; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2.5em;
		font-weight: normal;
		letter-spacing: 2px;
		display: block;
		padding-bottom: 20px;
	}
	
	div#content.portfolio .client_box .services_provided {
		width: 180px;
		min-height: 50px;
		padding: 10px;
		float: right;
		position: relative;
		margin: 10px 0 10px 10px;
		background-color: #000000;
		border: 1px solid #222222;
		font-size: 1em;
	}
	
	div#content.portfolio .services_provided ul {
		list-style-image:url('../images/bullet_check.png');
		list-style-type: square;
		margin-left: 0px;
	}


/*------- PORTFOLIO - CLIENT PROFILE DIVS -------*/

.caption{
	position:relative;
	display: block;
	bottom:0px;
	left:0px;
	padding: 10px 0 10px 0;
	width:100%;
	color:#ffffff;
}
.demo{
	position:relative; 
	margin-left:-20px; 
	width:980px; 
	height: 520px;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #333333;
}
.gallery_demo{
	width:100px;
	padding: 0;
	margin: 0;
	float:left;
}
.gallery_demo_unstyled {
	display: none;
}

.gallery_demo li{
	width:50px;
	height:50px; 
	border:1px solid #666666; 
	margin: 0 2px 2px 0; 
	background:#eee;
	list-style: none;
}
.gallery_demo li.hover{
	border-color:#f68b1e;
}
.gallery_demo li.active{
	border-color:#1baacf;
}
.gallery_demo li div{
	left:0px;
}
.gallery_demo li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}

.galleria_container{
	position: relative;
	margin:0;
	padding: 0;
	height:500px;
	width:750px;
	float:right;
}

.galleria_container img {width:750px; height:500px; }
	
.nav{
	padding-top:15px;
	clear:both;
}
	
.info{
	text-align:left;
	margin:30px 0;
	border-top:1px dotted #221;
	padding-top:30px;
	clear:both;
}
.info p{
	margin-top:1.6em;
}
	
.nav{
	position:relative;
	bottom:0px;
	left:0;
	float: left;
}



/*------- CONTACT DIVS -------*/
FORM#contact_form span.required,
FORM#contact_form span.not_required {
	float: left;
	width: 20px;
}

FORM label.fieldname {
	float: left;
	width: 130px;
	font-weight: bold;
}

.fielddesc {
	color: #333333;
	display: inline;
}

FORM textarea {
	font: 1.2em Arial, Helvetica, sans-serif;
	padding: 5px;
}


/*------- SOCIAL -------*/
.social_icon {
	float: left;
	margin-right: 30px;
}