﻿/* 
Equipment Theme
Designed By: ThemeKings  www.themekings.net
Contact Info: tswift@themekings.net
Designer: Todd Swift
Last Revised: 01/17/2011
*/

body {
	background-color: #000000;
	background-image: url('../theme/bgnd.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	font-family: Verdana;
}

/* ====================  BASIC FRAME  ==================== */
#wrapper {
	background-image: url('../theme/webshade.png');
	background-repeat: repeat-y;
	padding: 0px;
	width: 970px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 960px;
	position: relative;
	overflow: hidden;
}
#header {
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 200px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/banner-blank.jpg');
	background-repeat: no-repeat;
}
#content {
	background-position: left top;
	padding: 0px;
	margin: 0px;
	width: 960px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/bdyfiller.jpg');
	background-repeat: repeat-y;
}
#footer {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 960px;
	height: 147px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/footer.jpg');
	background-repeat: no-repeat;
}

/* ====================  BANNER NAVIGATION  ==================== */
#HnavBox {
	position: relative;
	width: 700px;
	height: 30px;
	padding: 0px;
	margin-top: 160px;
}
#HnavBox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#HnavBox ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
}
#HnavBox ul li a {
	margin: 0px;
	display: block;
	padding: 0px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	line-height: 240%;
	text-align: center;
	position: relative;
}
#HnavBox li a.current {
	color: #CCCCCC;
}
#HnavBox li a:hover {
	color: #FF9900;
}


/* ====================  COLUMNS  ==================== */
#Hcol-L {
	padding: 0px;
	margin-left: 50px;
	width: 190px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}
#Hcol-R {
	width: 700px;
	position: relative;
	overflow: hidden;
	float: right;
	padding: 0px;
	margin-right: 10px;
}
#FTcol-L {
	padding: 0px;
	margin-left: 50px;
	width: 190px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 25px;
}
#FTcol-R {
	width: 700px;
	position: relative;
	overflow: hidden;
	float: right;
	padding: 0px;
	margin-right: 10px;
	margin-top: 25px;
}
#col-L {
	padding: 0px;
	margin-left: 50px;
	width: 190px;
	position: relative;
	float: left;
	overflow: hidden;
}
#col-R {
	width: 700px;
	position: relative;
	overflow: hidden;
	float: right;
	padding: 0px;
	margin-right: 10px;
}

/* ====================  CONTENT BANNER  ==================== */
#cntBanner {
	background-image: url('../theme/pageBanner.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 700px;
	height: 210px;
	position: relative;
	overflow: hidden;
}


/* ====================  STYLES AND CLEARS  ==================== */
.clearB {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.clearL {
	clear:left;
}
.clearR {
	clear:right;
}
/* ====================  HEADER TAGS AND STYLES  ==================== */
p {
	font-size: .8em;
	font-weight: normal;
	color: #E9E9E9;
	text-align: left;
}
h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-indent: 10px;
	position: relative;
	width: 700px;
	height: 25px;
	overflow: hidden;
}
h2 {
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-indent: 10px;
	position: relative;
	width: 700px;
	height: 25px;
	overflow: hidden;
}
h3 {
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-indent: 10px;
	position: relative;
	width: 700px;
	height: 25px;
	overflow: hidden;
}


/* ====================  LEFT NAVIGATION  ==================== */
.navBox {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 190px;
	position: relative;
	overflow: hidden;
}
.navHead {
	background-image: url('../theme/navHead.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	width: 190px;
	height: 50px;
	position: relative;
	overflow: hidden;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	line-height: 300%;
	color: #CCCCCC;
}
.navFill {
	padding: 0px;
	margin: 0px;
	width: 190px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/navFiller.png');
}
.navInfo {
	text-align: left;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 158px;
	position: relative;
	overflow: hidden;
	font-size: .8em;
	font-weight: normal;
	color: #CCCCCC;
}
.navFt {
	background-image: url('../theme/navFooter.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 190px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.V-NavBox ul {
	padding: 0px;
	margin: 0px auto 0px auto;
	list-style-type: none;
	width: 158px;
	position: relative;
}
.V-NavBox ul li {
	padding: 0px;
	margin: 0px;
}
.V-NavBox ul li a {
	background-position: 0px 0px;
	margin: 0px;
	display: inline;
	padding: 0px 0px 0px 12px;
	color: #cccccc;
	text-decoration: none;
	font-size: .8em;
	line-height: 150%;
	text-align: left;
	position: relative;
	background-image: url('../theme/navArrows.gif');
	background-repeat: no-repeat;
}
.V-NavBox li a.current {
	background-position: left top;
	color: #CCCCCC;
}
.V-NavBox li a:hover {
	background-position: -158px 0px;
	color: #FF9900;
	background-image: url('../theme/navArrows.gif');
	background-repeat: no-repeat;
}


/* ====================  RIGHT CONTENT  ==================== */
.cntBox {
	padding: 0px 0px 5px 0px;
	margin: 0px auto 15px auto;
	width: 698px;
	position: relative;
	overflow: hidden;
	border-bottom-style: groove;
	border-bottom-width: 5px;
	border-bottom-color: #CCCCCC;
}
.cntInfo {
	width: 680px;
	position: relative;
	overflow: hidden;
	font-size: .7em;
	font-weight: normal;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* ====================  FOOTER NAVIGATION  ==================== */

#FtInfo {
	font-size: .8em;
	text-align: center;
	padding: 0px;
	width: 600px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#FtNav {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 500px;
}
#FtNav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#FtNav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	width: 100px;
	position: relative;
}
#FtNav ul li a {
	margin: 0px;
	display: block;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	line-height: 140%;
	text-align: center;
	position: relative;
	color: #000;
}
#FtNav li a.current {
	color: #000;
}
#FtNav li a:hover {
	color: #FFFFFF;
}

/* ====================  CAROUSEL  ==================== */
#PageBanner {
	background-position: left top;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
	width: 700px;
	height: 210px;
	overflow: hidden;
	background-image: url('../theme/pageBanner.jpg');
	background-repeat: no-repeat;	
}
#mygallery {
	position: relative;
	width: 700px;
	height: 210px;
	font-family: Verdana;
	font-size: .7em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.contenthol {
	padding: 0px;
	margin: 0px;
	height: 210px;
	width: 700px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	position: absolute;
}
.projecttitle {
	margin: 0px;
	padding: 15px 0px 0px 10px;
	font-size: 110%;
	width: 350px;
	color: #fff;
	font-weight: bold;
}
.projectdesc {
	margin: 0px;
	width: 220px;
	color: #fff;
	line-height: 18px;
	padding: 5px 0px 0px 10px;
}
.preview {
	padding: 0px;
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 400px;
	height: 210px;
	margin-right: 30px;
	color: #000000;
}
#next {
	position: absolute;
	bottom: 60px;
	right: 10px;
}
.con {
	height: 210px;
	width: 700px;
	overflow: hidden;
}



/* ====================  YOUTUBE  ==================== */

.youtube-S {
	width: 300px;
	height: 193px;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
.youtube-M {
	width: 400px;
	height: 250px;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
.youtube-L {
	width: 450px;
	height: 278px;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}

