/*---------------------------------------------------------*/
/*-- V0.1 - 090120 - LR -----------------------------------*/
/*---------------------------------------------------------*/
/*-- AUTOMATION -------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
a, abbr, cite, em, font, img, small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style:none;
}

body {
	background:#d9d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a {
	color:#3b4999;
	text-decoration:none;
}

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

a img{
	border:0 none;
}

table {
	border-collapse:collapse;
}

/*---------------------------------------------------------*/
/*-- Text Styles ------------------------------------------*/
/*---------------------------------------------------------*/

h1 {
	font-size:16px;
	font-weight:bold;
	color:#3b4999;
	margin:6px 0 18px;
	padding:0;
}

h1.logo {
	background:#FFF url('../graphics/logo.jpg') no-repeat;
	width:342px;
	height:99px;
	overflow:hidden;
	text-indent:-99999px;
}

h1.logo a {
	width:342px;
	height:99px;
	display:block;
}

h2 {
	font-size:15pt;
	font-weight:bold;
	color:#3b4999;
	margin:6px 0 16px;
	padding:0;
}

h3{
	font:11pt Arial, Helvetica, sans-serif;
	padding:0px 0 14px;
	font-weight:normal;
	color:#ad4151;
}

h4{
	font-size:11pt;
	padding:12px 0 14px;
	font-weight:normal;
	color:#ad4151;
}

p {
	margin:6px 0;
}

p.footer{
	color:#fff;
	font-size:9pt;
	margin:0px;
	line-height:15pt;
}

#request_quote p{
	color:#fff;
	font-size:9pt;
	margin:0;
}

.pink_text {
	color:#AF4152;
	font-size:14pt;
}

.head_link, a:hover {
	text-decoration:none;
	color:#000;
}

/*---------------------------------------------------------*/
/*-- Error & Notification Styles --------------------------*/
/*---------------------------------------------------------*/

.success {
	background:#00FF33;
	color:#009900;
	border:2px solid #009900;
	padding:5px;
	font-weight:bold;
	margin:5px;
}

.error {
	background: #FF9933;
	color:#FF0000;
	border:2px solid #FF0000;
	padding:5px;
	font-weight: bold;
	margin: 5px;
}

.inline_error {
	color:#FF0000;
	font-weight:bold;
}

/*---------------------------------------------------------*/
/*-- Main Page Layout -------------------------------------*/
/*---------------------------------------------------------*/

#wrapper{
	width:986px;
	margin:10px auto;
	text-align:left;
	border:1px solid #cacaca;
	background:#fff;
	padding:1px;
}

#header{
	background:url(../graphics/header_back.png) top left repeat-x;
}

#contact_box{
	background:url(../graphics/services_back.png) top left repeat-x;
	margin:27px 14px;
	width:280px;/*300*/
	float:left;
	overflow:hidden;
	padding:10px;
	font-size:12pt;
	color:#3B4999;
	position:relative;
}

#gallery {
	width:285px;
	float:right;
	margin:0 0 5px 5px;
}

#gallery img {
	border:1px solid #000000;
	padding:1px;
}

.thumbnail {
	width:85px;
	height:58px;
	float:left;
	padding:5px 12px 0 0;
}

.thumbnail_last {
	width:85px;
	float:left;
	padding:5px 0 0 1px;
}

.main_thumb {
	float:left;
	width:280px;
}

#flash_cont{
	float:right;
	width:656px;
	height:271px;
	/*background:url(../graphics/flash.png) top left no-repeat;*/
}

#request_quote{
	height:90px;
	background:url(../graphics/request_back.png) top left repeat-x;
	width:304px;/*239*/
	padding:0 10px 0 15px;
	border-left:1px solid #dfafb5;
	overflow:hidden;
	float:right;
}

#content_cont{
	background:url(../graphics/blurb_back.png) top left repeat-x;
	float:left;
	width:100%;
}

#services_box{
	background:url(../graphics/services_back.png) top left repeat-x;
	margin:30px 14px;
	width:280px;/*300*/
	float:left;
	overflow:hidden;
	padding:10px;
}

#services_box li{
	margin:0 0 5px;
	font-size:13pt;
}

#services_box li.more_services a{
	font-size:10pt;
	color:#ad4151;
	margin-bottom:20px;
}

#services_box li a{
	color:#000;
}

#services_box li a:hover{
	text-decoration:none;
}

#content{
	position: relative;
	width:616px;/*656*/
	padding:35px 20px;
	border-left:1px solid #d5d9ea;
	float:right;
	margin-bottom:20px;
	overflow:hidden;
}

.logo_top{
	float:right;
	margin:0 73px 0 0;
}

.right{
	float:right;
}

.left{
	float:left;
}

.bottom_logo{
	float:right;
}

.blue_text{
	color:#3b4999;
}

.large_blurb{
	font-size:13pt;
	line-height:19pt;
}

.sitemap li {
	list-style:disc;
	margin:3px 0 0 15px;
}

.sitemap a:hover {
	color:#3b4999;
	text-decoration:underline;
}

#threesixfive_link {
	margin-top:5px;
	display:block;
}

#partner_link {
	margin-top:15px;
	display:block;
}


/*---------------------------------------------------------*/
/*-- Footer Styles ----------------------------------------*/
/*---------------------------------------------------------*/

#footer{
	background:url(../graphics/footer_back.png) top left no-repeat;
	height:63px;/*93*/
	padding:15px 20px;
	overflow:hidden;
	float:left;
	width:946px;
}

#footer li{
	float:left;
	margin-right:3px;
	color:#b4b3b4;
	font-size:8pt;
	line-height:15pt;
}

#footer li a{
	color:#b4b3b4;
}


/*---------------------------------------------------------*/
/*-- Nav  -------------------------------------------------*/
/*---------------------------------------------------------*/

#nav{
	float:left;
}

#nav ul{
	margin: 0;
	height: 89px;
	list-style: none;
	display: inline;
	overflow: hidden;
	clear:both;
	float:left;
}

#nav li{
	list-style: none;
	display: inline;
}

#nav a{
	float: left;
	padding: 89px 0px 0px 0px;
	overflow: hidden;
}

/*#nav a:hover{
	background-position:0 -89px;
}*/

#home a{
	width:95px;
	background:url(../graphics/nav_home.png) top left no-repeat;
}

#about a{
	width:118px;
	background:url(../graphics/nav_about.png) top left no-repeat;
}

#projects a{
	width:115px;
	background:url(../graphics/nav_projects.png) top left no-repeat;
}

#services a{
	width:115px;
	background:url(../graphics/nav_services.png) top left no-repeat;
}

#clients a{
	width:106px;
	background:url(../graphics/nav_clients.png) top left no-repeat;
}

#contact a{
	width:111px;
	background:url(../graphics/nav_contact.png) top left no-repeat;
}

.project_thumb_container {
	position: relative;
	float: left;
	margin: 5px;
	text-align: center;
	width:127px;
}

.project_thumb {
	width: 127px;
	height: 95px;
}

#product_thumb_container {
	width:556px;
	float:left;
}

.product_thumb {
	width:125px;
	height:85px;
	float:left;
	border:1px solid #000000;
	padding:1px;
	margin:5px 5px 35px 5px;
}

.product_thumb h3 {
	font-size:17px;
	margin-top:7px;
	text-align:center;
}

.admin_edit_link {
	position: absolute;
	background:#999999 no-repeat center left;
	top: 5px;
	right: 5px;
	z-index: 100;
	padding: 5px;
	color:#fff;
	font-size:10pt;
}

.admin_edit_link a {
	color:#fff;
	font-size:10pt;
}


/*---------------------------------------------------------*/	
/*-- CSS Clearfix -----------------------------------------*/
/*---------------------------------------------------------*/

.clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clearfix {
    display:inline-block;
}

html[xmlns] .clearfix {
    display:block;
}

* html .clearfix {
    height:1%;
}

