/************************************************************************************************

	Title: CSS
	Author: Timsar Solutions LLC
	
===============================================================================================

	1. Global Styles
	
	2. Layout Styles
		2.1 Header
		2.1 Content
		2.3 Footer
	
	3. Specifc Page Styles
		3.1 Homepage
		
************************************************************************************************/


/* 1. Global Styles
===============================================================================================*/
body {
	margin: 0 auto;	
	background-image: url(/images/main-bg1.gif);
	background-color: #F8F8F8;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* 2.1 Header Elemnts
===============================================================================================*/
div#Header {
	margin: 0 auto;
	width: 980px;
	height: 70px;
	padding: 5px 0 0 10px;
}

div#Logo {
	position: absolute;
	padding-left: 0px; 
	padding-top: 15px;
}

div#HeaderPhone {
	float:right;
	padding: 25px 15px 0 0;
	color: #468D13;
	font-weight: bold;
	font-size: 20px;
}

div#Top-Credentials {
	float: right;
	padding: 1px 10px 0 0;
}

div#Top-Navigation {
	margin: 0 auto;
	width: 980px;	
	height: 57px;
	margin-top: 5px;
	background-image: url(/images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#Navigation-Top-Bar {
	height: 9px;
	width: 100%;
	background-image: url(/images/Top-Bar.png);
	background-repeat: no-repeat;
	background-position: top;
}

#Top-Menu {
	margin-top: 15px;
	padding-left: 0px;
}

#Top-Menu li {
	display:inline;
	padding-left: 20px;
	text-transform:uppercase;
}

#Top-Menu a {
	float: left;
	background: #ececec url(/images/menu_separator.gif) right bottom no-repeat;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:6px 14px;
	text-decoration: none;
}

#Top-Menu a:hover {
	background: url(/images/menu-hover.gif) right bottom no-repeat;
}

#Top-Menu a:selected {
	background: url(/images/menu-selected.gif) right bottom no-repeat;
}

#Large-Banner {
	margin: 0 auto;
	background: #FFF;
	width: 1020px;
	text-align: center;
}

/* 2.2 Content Styles
===============================================================================================*/
#Content {
	margin: 0 auto;
	width: 980px;
	background: #FCFCFC;
	margin-top: 0px;
	padding: 0 0 20px 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;	
}

#Content h1 {
	font-size: 16px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #006;
}

#Content p {
	padding-left: 10px;
	line-height: 24px;
}

#Content ul li {
	line-height: 24px;
}

#Content a {
	color: #00F;
	text-decoration: underline;
	font-weight:bold;
}

#Content a:hover {
	color: #00F;
	text-decoration: none;
	font-weight:bold;	
}

#Content a:visited {
	color: #00F;
	text-decoration: underline;
	font-weight:bold;	
}

/* 2.3 Footer Styles
===============================================================================================*/
#Footer {
	margin: 0 auto;
	width: 960px;
	height: 180px;
	background: #333333;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 0 10px;
	color: #F4F4F4;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;		
}

#Footer ul {
	padding-left: 0px;
}

#Footer li {
	float:left;
	display: inline;
	padding-bottom: 0px;
}

#F-First {
	width: 190px;
	height: 150px;
	text-align: center;
	background: url(/images/footer-separator.gif) right 50% no-repeat;	
}

#F-Second {
	width: 140px;
	height: 150px;	
	padding-left: 20px;
}

#F-Second a, #F-Third a {
	color: #F4F4F4;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;	
}

#F-Second a:hover, #F-Third a:hover {
	color: #FC0;
	text-decoration: underline;
}

#F-Second a:visited, #F-Third a:visited {
	text-decoration: none;
}

#F-Third {
	width: 140px;
	height: 150px;	
	background: url(/images/footer-separator.gif) right 50% no-repeat;	
}

#F-Fourth {
	width: 430px;
	text-align: right;
	padding-top: 20px;
	background-image: none;
}

#Footer h3 {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	padding: 0 0 10px 0;
	margin: 0;
}

#Footer-Credentails {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

/* 3.1 Styles Used on Homepage
===============================================================================================*/

#Services {
	background:url(/images/services-bg.gif) left top repeat-x;
	overflow:hidden;
	padding-bottom:20px;
}

#Services ul {
	padding-left: 0px;
}

#Services li {
	float:left;
	width:245px;
	text-align:center;
	display:inline;	
	background:url(/images/services-separator.gif) right 50% no-repeat;
}

#Services h2 {
	font-size:16px;
	margin-top:20px;
}

#Services p {
	margin:0 35px;
	line-height:16px;
}

#Services img {
	margin:5px auto 15px;
	display:block;
}

#Services a{
	color: #CC0000;
	text-decoration: none;
}

#Services a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#Services a:visited{
	color: #CC0000;
	text-decoration: none;
}

#Services-Bottom {
	height: 5px;
	background:#f5f5f5 url(/images/services-bottom.gif) left top repeat-x;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
}

#Call-Client {
	float: right;
	width: 215px;
	font-size: 11px;
	color: #333;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	padding: 5px;
	margin: 5px;
}

#Call-Client h3{
	font-size: 15px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

.reqs {
	color:#F00;
}


/* 3.3 Styles Used on Portfolio Page
===============================================================================================*/
#Portfolio {
	background:url(/images/services-bg.gif) left top repeat-x;
	overflow:hidden;
	padding-bottom:20px;
}

.Gallery {
	clear:both;
	background: #F8F8F8 url(/images/bg-other_projects.gif) left top repeat-x;
	padding-top: 25px;
	overflow: hidden;
	height: 1%;
	padding-left: 20px;	
}

.Gallery li a img{
	border: none;    
}

.odd {
	background: #F8F8F8 url(/images/bg-Gallery-dark.gif) left top repeat-x;
}

.Gallery li {
	width: 299px;
	float: left;
	display: inline;
	margin-left: 9px;
	margin-bottom: 19px;
	padding-bottom: 5px;
	background: #E8E8E8;
	border: 1px solid #fff;
}

.Gallery li.wide {
	width:620px;
}

.Gallery li img {
	margin:15px auto 5px;
	display:block;
}

.Gallery h3 {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 4px;
	margin-bottom: 0px;
}

.Gallery p {
	margin-left:20px;
	margin-bottom:10px;
	margin-top: 0px;
	line-height:1em;
	padding: 0px;
}

.Gallery a.view_site,
.Gallery a.view_gallery {
	float: right;
	background: url(/images/view_site.gif) left top no-repeat;
	border: 0;
	width: 97px;
	height: 26px;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 8px;
	margin-right: 17px;
}

.Gallery a.view_gallery {
	background:url(/images/btn-view_gallery.gif) left top no-repeat;
	width:113px;
	margin-top:-3px;
	margin-right:20px;
}

.Gallery a.view_site:hover,
.Gallery a.view_gallery:hover {
	background-position:left bottom;
}

