@charset "UTF-8";
/* CSS Document */

/* 
Custom Theme
*/



/* DEFAULT STYLES */

body  {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ccc;
line-height:15px;
margin:0;
padding:0;
background:#000;
}

p  {
margin:0 0 14px 0;
padding:0;
}

a  {
color:#ccc;
text-decoration:underline;
}
a:hover  {
text-decoration:none;
}
a:focus {
outline:none;
}

a img	{
border:0;
}

div, span  {
margin:0;
padding:0;
}

form  {
margin:0;
padding:0;
}

ul, ol  {
margin:0;
padding:0;
margin:0 25px 10px 25px;
}
li  {
margin:0;
padding:0;
}


/* TEMPLATE */

#header {
background:url(/images/header-bkgd.jpg) no-repeat top center;
height:263px;
}

	#logo {
	position:relative;
	display:block;
	margin:0 0 0 50%;
	top:0;
	left:-188px;
	}
	
	#board-button {
	position:absolute;
	display:block;
	background:url(/images/join-button.png) no-repeat;
	width:200px;
	height:25px;
	text-decoration:none;
	margin:0 0 0 50%;
	top:188px;
	left:255px;
	}

		#board-button span {
		visibility:hidden;
		}

		#board-button:hover {
		background-position:0 -25px;
		}

	#navigation {
	margin:29px 0 0 0;
	background:url(/images/nav-bkgd.jpg) no-repeat top center;
	padding:18px 0 0 0;
	height:32px;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	}
	
		#navigation a {
		display:block;
		float:left;
		color:#fff;
		text-decoration:none;
		height:14px;
		position:absolute;
		margin-left:50%;
		}
		
		#navigation a:hover,#navigation a.selected {
		color:#b61318;
		background-position:0 -15px;
		}
		
		#navigation a span {
		visibility:hidden;
		}

		#navigation-home {
		width:47px;
		background:url(/images/nav/home-nav.png) no-repeat 0 0;
		left:-406px;
		}
		
		#navigation-about {
		width:80px;
		background:url(/images/nav/about-nav.png) no-repeat 0 0;
		left:-275px;
		}

		#navigation-services {
		width:71px;
		background:url(/images/nav/services-nav.png) no-repeat 0 1px; /*note due to services image size*/
		left:-116px;
		}
		
		#navigation #navigation-services:hover,#navigation #navigation-services.selected { /*note due to services image size*/
		background-position:0 -14px;
		}

		#navigation-industries {
		width:86px;
		background:url(/images/nav/industries-nav.png) no-repeat 0 0;
		left:35px;
		}

		#navigation-board {
		width:148px;
		background:url(/images/nav/board-nav.png) no-repeat 0 0;
		left:48px;
		}

		#navigation-contact {
		width:76px;
		background:url(/images/nav/contact-nav.png) no-repeat 0 0;
		left:195px;
		}

		#navigation-login {
		width:49px;
		background:url(/images/nav/login-nav.png) no-repeat 0 0;
		left:351px;
		}

#footer {
background:url(/images/footer-bkgd-notile.jpg) no-repeat top center;
padding:322px 0 0 0;
height:46px;
color:#666;
font-size:11px;
text-align:center;
}

	#footer a {
	color:#666;
	text-decoration:none;
	}
	
	#footer a:hover {
	text-decoration:underline;
	}
	
	#footer span {
	padding:0 9px 0 9px;
	}

#page-main {
background:#000 url(/images/bkgd.jpg) repeat-x top center;
height:532px;
}

#column-main {
position:relative;
}


/* BLOG STYLES */

.blog-item {
position:absolute;
margin:0 0 0 50%;
top:40px;
left:-405px;
width:395px;
}

.blog-item h1 {
margin:0 0 17px 0;
padding:0;
color:#fff;
font-size:30px;
font-weight:normal;
text-transform:uppercase;
line-height:1;
}

.blog-item .entry,.page-image-caption {
font-size:15px;
line-height:18px;
color:#ccc;
}

.entry h2 {
font-weight:normal;
color:#fff;
font-size:22px;
margin:25px 0 10px 0;
border-bottom:1px solid #620000;
padding:0 0 10px 0;
}

.entry h3 {
font-weight:normal;
color:#fff;
font-size:16px;
margin:0 0 3px 0;
}

.page-image {
position:absolute;
margin:0 0 0 50%;
top:32px;
left:38px;
width:369px;
text-align:center;
}

/* HOME STYLES */

#home-flash {
width:1200px;
height:610px;
margin:0 auto;
}

.page-template-template-home-php #page-main {
height:610px;
}

.page-template-template-home-php #footer {
background:url(/images/home/home-footer.jpg) no-repeat top center;
padding:20px 0 0 0;
height:46px;
}

/* ABOUT STYLES */

#about-heading {
background:url(/images/about/aboutus-title.png) no-repeat 0 0;
width:150px;
height:22px;
text-indent:-9999px;
}

#about-join {
display:block;
position:absolute;
margin:0 0 0 50%;
top:297px;
left:252px;
background:url(/images/about/joinnow-button.png) no-repeat 0 0;
width:106px;
height:37px;
text-decoration:none;
}

	#about-join span {
	visibility:hidden;	
	}
	
	#about-join:hover {
	background-position:0 -37px;
	}


/* SERVICES STYLES */

.page-template-template-services-php #page-main {
height:865px;
}

#services-heading {
background:url(/images/services/ourservices-title.png) no-repeat 0 0;
width:206px;
height:22px;
text-indent:-9999px;
}

/* LOGIN STYLES */

.page-template-template-login-php .blog-item {
width:700px;
}

#login-heading {
background:url(/images/login/clientlogin-title.png) no-repeat 0 0;
width:206px;
height:22px;
text-indent:-9999px;
}

#login-form {
margin:32px 0 0 0;
width:400px;
}

#login-form label {
float:left;
width:102px;
font-size:16px;
color:#999;
padding:13px 0 0 0;
}

#login-user, #login-pass {
background:url(/images/login/form-field.png) no-repeat;
width:251px;
height:43px;
border:0;
color:#999;
font-size:16px;
padding:0 0 0 25px;
}

#login-user {
margin:0 0 10px 0;
}

#login-submit {
line-height:1;
width:82px;
height:37px;
margin:14px 0 0 302px;
background:url(/images/login/submit-button.png) no-repeat;
border:0;
}

	#login-submit:hover {
	cursor:pointer;
	background-position:0 -37px;
	}
	
#login-warning {
position:absolute;
margin:0 0 0 50%;
top:120px;
left:67px;
color:#b61318;
font-size:16px;
}

/* INDUSTRIES STYLES */

#industries-heading {
background:url(/images/industries/industries-title.png) no-repeat 0 0;
width:170px;
height:22px;
text-indent:-9999px;
}

#industries-caption {
display:block;
position:absolute;
margin:0 0 0 50%;
top:266px;
left:80px;
width:295px;
text-decoration:none;
}

/* BOARD STYLES */

.page-template-template-board-php #page-main {
height:905px;
}

#board-heading {
background:url(/images/board/board-title.png) no-repeat 0 0;
width:380px;
height:22px;
text-indent:-9999px;
}

#board-join-heading {
background:url(/images/board/join-title.png) no-repeat left bottom;
width:100%;
height:62px;
text-indent:-9999px;
border-top:1px solid #620000;
margin:37px 0 30px 0;
}

/* CONTACT STYLES */

.page-template-template-contact-php .blog-item {
position:absolute;
margin:0 0 0 50%;
top:56px;
left:100px;
width:317px;
z-index:100;
}

.page-template-template-contact-php .page-image {
position:absolute;
margin:0 0 0 50%;
top:50px;
left:-405px;
width:822px;
}

#contact-heading {
background:url(/images/contact/contactus-title.png) no-repeat 0 0;
width:189px;
height:22px;
text-indent:-9999px;
}

#contact-caption {
display:block;
position:absolute;
margin:0 0 0 50%;
top:331px;
left:-405px;
width:443px;
text-decoration:none;
font-size:13px;
text-align:center;
}

#contact-email-button {
display:block;
background:url(/images/contact/emailus-button.png) no-repeat 0 0;
width:99px;
height:37px;
text-decoration:none;
margin:0 0 0 -17px;
}

	#contact-email-button span {
	visibility:hidden;	
	}
	
	#contact-email-button:hover {
	background-position:0 -37px;
	}

/* BOARD STYLES */

.page-template-template-board-php #page-main {
height:1100px;
}

#board-heading {
background:url(/images/board/board-title.png) no-repeat 0 0;
width:380px;
height:22px;
text-indent:-9999px;
}

#board-join-heading {
background:url(/images/board/join-title.png) no-repeat left bottom;
width:100%;
height:62px;
text-indent:-9999px;
border-top:1px solid #620000;
margin:37px 0 8px 0;
}

#board-form {

}

	#board-form fieldset {
	border:0;
	margin:0;
	padding:0;
	}

	#board-form legend, #board-form .legendish {
	display:block;
	margin:0 0 6px 0;
	padding:19px 0 0 0;
	font-size:13px;
	font-weight:bold;
	}
	
	#board-form input,#board-form select,#board-form textarea {
	background:#212121;
	border:1px solid #585858;
	color:#ccc;
	}
	
	#board-form input,#board-form select {
	height:19px;
	}
	
	#board-form select {
	height:23px;
	}
	
	#board-form textarea {
	height:134px;
	}

	#board-form .long {
	width:100%;
	}
	
	#board-form .short {
	width:170px;
	}

	#board-form #board-form-submit {
	line-height:1;
	width:82px;
	height:37px;
	background:url(/images/board/submit-button.png) no-repeat;
	border:0;
	}

		#board-form #board-form-submit:hover {
		cursor:pointer;
		background-position:0 -37px;
		}

	#board-form fieldset label {
	display:block;
	margin:4px 0 0 0;
	}
	
	#board-form-firstname-wrapper,#board-form-city-wrapper,#board-form-zip-wrapper {
	float:left;
	width:170px;
	}

	#board-form-lastname-wrapper,#board-form-state-wrapper,#board-form-country-wrapper {
	margin-left:225px;
	}
	
	#board-form-address2,#board-form-city,#board-form-state,#board-form-zip,#board-form-country {
	margin-top:10px;
	}
	
	#board-form-phone {
	width:200px;
	}
	
	#board-form-phone label,#board-form-phone input,#board-form-phone span {
	display:block;
	float:left;
	}
	
	#board-form-phone span {
	padding:4px 0 0 0;
	width:20px;
	text-align:center;
	}

	#board-form-phone1, #board-form-phone2,#board-form-phone1-label, #board-form-phone2-label {
	width:40px;
	}

	#board-form-phone3,#board-form-phone3-label {
	width:45px;
	}
	
	#board-form-phone label {
	text-align:center;
	}
	
	#board-form-phone2-label, #board-form-phone3-label {
	padding-left:22px;
	}
	
	#board-form-uploader {
	margin:0 0 0 0;
	float:left;
	width:200px;
	}
	
	#board-form #board-form-submit {
	position:relative;
	float:left;
	left:123px;
	margin-top:30px;
	}
		

/* UPLOADIFY STYLES */

#uploadify-wrapper {
width:80px;height:20px;
}

#uploadify-button {
width:80px;height:20px;position:absolute;top:auto;z-index:1;
}

#uploadify-button input {
line-height:1;
width:79px;
height:19px;
background:url(/images/board/choose-button.jpg) no-repeat;
border:0;
}

	#uploadify-button input:hover {
	cursor:pointer;
	background-position:0 -19px;
	}

#uploadify-filename {
width:200px;height:20px;position:absolute;top:auto;left:85px;margin-top:2px;z-index:1;
color:#555;
}

#uploadify-file {
width:80px;height:20px;position:absolute;top:auto;z-index:100;opacity:0;filter:Alpha(Opacity=0);
}

.uploadifyQueueItem {
font: 11px Verdana, Geneva, sans-serif;
color:#333;
border: 2px solid #E5E5E5;
background-color: #F5F5F5;
margin-top: 5px;
padding: 10px;
width: 200px;
}

.uploadifyError {
border: 2px solid #FBCBBC !important;
background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel {
float: right;
}

.uploadifyProgress {
background-color: #FFFFFF;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #C5C5C5;
border-bottom: 1px solid #C5C5C5;
margin-top: 10px;
width: 100%;
}

.uploadifyProgressBar {
background-color: #0099FF;
width: 1px;
height: 3px;
}

/* THE END */	
	
