@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	behavior:url("/css/csshover3.htc");
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #009FE3;
	letter-spacing: -2px;
	font-size: 52px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	text-transform: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #666666;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a {
	text-decoration: none;
	color: #009FE3;
}
a:hover {
	color: #BCBDC0;
}
address {
	font-style: normal;
	font-size: 14px;
	margin-top: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.smallrounded {
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
}
.rounded {
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
}
.toprounded {
	-moz-border-radius-topleft:2ex;
	-moz-border-radius-topright:2ex;
	-webkit-border-top-left-radius:2ex;
	-webkit-border-top-right-radius:2ex;
}
.bottomrounded {
	-moz-border-radius-bottomleft:2ex;
	-moz-border-radius-bottomright:2ex;
	-webkit-border-bottom-left-radius:2ex;
	-webkit-border-bottom-right-radius:2ex;
}
.leftrounded {
	-moz-border-radius-topleft:2ex;
	-moz-border-radius-bottomleft:2ex;
	-webkit-border-top-left-radius:2ex;
	-webkit-border-bottom-left-radius:2ex;
}
.rightrounded {
	-moz-border-radius-topright:2ex;
	-moz-border-radius-bottomright:2ex;
	-webkit-border-top-right-radius:2ex;
	-webkit-border-bottom-right-radius:2ex;
}
.transparent {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.notransparent {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.subtitle {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin-left: 10px;
	font-weight: normal;
}
.dotted-underline {
	border-bottom: 1px dotted #fff;
}
.dotted-underline-grey {
	border-bottom: 1px dotted #bbb;
}
.align-top {
	vertical-align: top;
}
.align-right {
	float: right;

}
img.cvi {
	position: relative;
	left: -10px;
	margin: 15px 0 10px;
}
.text-disappear {
	text-indent: -5000px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}
#ie6warning {
	position: absolute;
	width: 175px;
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	z-index: 3000;
	padding: 10px;
	top: 0px;
	left: 0px;
	display: none;
}
#ie6warning h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #009FE3;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#ie6warning p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#ie6warning ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#logo {
	width: 980px;
	position: relative;
	z-index: 1;
	float: left;
}
#navmenu {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 980px;
	z-index: 1000;
}
#navmenu ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	left: 29px;
}
#navmenu li {
	float: left;
	position: relative;
	display: block;
	padding: 0;
	z-index: 800;
}
#navmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #00ADEE;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 800;
}
#navmenu a#nav-services {
	width: 124px;
}
#navmenu a#nav-pricing {
	width: 108px;
}
#navmenu a#nav-why-steel-track {
	width: 206px;
}
#navmenu a#nav-meet-dave {
	width: 140px;
}
#navmenu a#nav-portfolio {
	width: 137px;
}
#navmenu a#nav-blog {
	width: 87px;
}
#navmenu a#nav-contact {
	width: 120px;
}
#navmenu li a:hover {
	color: #BCBDC0;
}
#navmenu li.menu-expand a {
	z-index: 1000;
}
#navmenu li.menu-expand div.menu-corner {
	display: none;
	position: absolute;
	top: 33px;
	right: -6px;
}
#navmenu li.menu-expand:hover div.menu-corner {
	display: block;
}
#navmenu li.menu-expand:hover a {
	background: url(/images/nav-bg.png) repeat;
	color: #fff;
	-moz-border-radius-topright:1ex;
	-webkit-border-top-right-radius:1ex;
	-moz-border-radius-topleft:1ex;
	-webkit-border-top-left-radius:1ex;
}
#navmenu li.menu-expand:hover a:hover {
	color: #fff;
}
#navmenu li.menu-expand:hover ul {
	display: block;
}
#navmenu li.menu-expand ul {
	display: none;
	background: url(/images/nav-bg.png) repeat;
	position: absolute;
	left: 0px;
	top: 40px;
	padding: 5px 0;
	z-index: 900;
	-moz-border-radius-topright:1ex;
	-moz-border-radius-bottomright:1ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-top-right-radius:1ex;
	-webkit-border-bottom-right-radius:1ex;
	-webkit-border-bottom-left-radius:1ex;
}
#navmenu li.menu-expand ul li {
	width: 270px;
	float: none;
	padding: 10px 0;
	margin: 0 20px;
}
#navmenu li.menu-expand ul li:hover a {
	border: none;
}
#navmenu li.menu-expand:hover ul li a {
	height: auto;
	line-height: normal;
	font-size: 13px;
	text-align: left;
	border-left: none;
	border-right: none;
	padding: 0;
	background: none;
}
#navmenu li.menu-expand:hover ul li a:hover {
	color: #666;
}
#content {
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	z-index: 100;
	position: relative;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 0 0 14px;
}
#copy p:first-letter {
	font-size: 20px;
}
#copy {
	width: 660px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	z-index: 200;
	position: relative;
	left: -4px;
	float: left;
}
#copy h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
}
#copy li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
}
#copy table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BCBDC0;
	border-left-color: #BCBDC0;
	width: 660px;
	margin-bottom: 18px;
}
#copy th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCBDC0;
	border-bottom-color: #BCBDC0;
	padding: 5px;
	font-weight: bold;
}
#copy td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCBDC0;
	border-bottom-color: #BCBDC0;
	padding: 5px;
}
#copy ul#services-listing {
	padding: 10px 15px 0 30px;
	margin: 0;
	list-style: none;
	border-top:7px solid #BBBBBB;
	border-bottom:7px solid #BBBBBB;
}
#copy ul#services-listing h2 {
	line-height: normal;
}
#copy ul#services-listing li {
	margin-bottom: 15px;
}
#copy ul#services-listing p {
	text-align: justify;
	overflow: hidden;
}
#copy table .product-column {
	width: 166px;
	text-align: left;
}
#copy table .description-column {
	width: 380px;
	text-align: left;
}
#copy table .price-column {
	width: 83px;
	text-align: center;
}
#copy .jLinks {
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 11px;
	margin-left: 0px;
}
#copy .jLinks:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#copy #DockGalleryDiv{
	margin: 0px;
	padding: 0;
	height: 400px;
	position: relative;
	z-index: 50;
}
#copy #portfolio-wrapper {
	position: relative;
	margin-bottom: 15px;
}
#copy #portfolio-shadow {
	height: 418px;
	width: 680px;
	position: absolute;
	left: -9px;
	top: 0px;
}
#copy #meet-dave-cvi {
	position: relative;
	left: -10px;
	margin-bottom: 5px;
	margin-top: 15px;
}
#copy table#bio {
	margin-bottom: 0px;
}
#copy div.testimonial {
	position: relative;
}
#copy div.testimonial p {
	width: 500px;
	position: relative;
	left: 170px;
}
#copy img.testimonialpic {
	width: 170px;
	margin-right: 5px;
	margin-bottom: 25px;
	position: absolute;
	left: -10px;
	top: 48px;
}
#copy #contactinfo {
	float: left;
	width: 25%;
}
#copy .entry-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 18px;	
	margin-top: 10px;
	margin-bottom: 15px;
}
#copy .entry-content:first-letter {
	font-size: 20px;
}
#copy .entry-meta {
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	margin-top: 10px;
}
#copy .entry-utility {
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	margin-top: 10px;
}
#copy .navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
}
#copy .nav-next {
	text-align: right;
}
#copy code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	margin-top: 10px;
	line-height: 18px;
}
#copy label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 10px;
}
#copy #submit {
	margin-top: 10px;
	color: #FFFFFF;
	border: 3px solid #BCBDC0;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #009FE3;
}
#copy #submit:hover {
	background-color: #666666;
}
#copy #submit input {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	border: none;
	width: 150px;
	background: transparent;
}
#copy #submit input:hover {
	cursor: pointer;
}
#sidebar {
	width: 260px;
	position: relative;
	right: -4px;
	top: 0px;
	padding: 0px;
	float: right;
	z-index: 200;
	margin-bottom: 0px;
}
#sidebar .sidebarboxes {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 28px;
	padding-left: 25px;
}
#sidebar h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	font-size: 19px;
	color: #666666;
	width: 100%;
	letter-spacing: 2px;
}
#sidebar h6 {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}
#sidebar p {
	line-height: normal;
}
#sidebar #subscribe p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 13px;
	letter-spacing: 1px;
}
#sidebar #subscribe h3 {
	font-size: 24px;
}
#sidebar form {
	margin-top: 8px;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	left: -4px;
}
#sidebar #email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	width: 180px;
	border: solid 1px #999999;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#sidebar #email input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	height: 24px;
	border: none;
	width: 158px;
	position: absolute;
	top: 0px;
	left: 11px;
	background-color: transparent;
}
#sidebar #subscribebutton {
	margin-top: 10px;
	color: #FFFFFF;
	border: 3px solid #BCBDC0;
	font-weight: bold;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #009FE3;
}
#sidebar #subscribebutton:hover {
	background-color: #666666;
}
#sidebar #subscribebutton input {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	border: none;
	width: 150px;
	background: transparent;
}
#sidebar #subscribebutton input:hover {
	cursor: pointer;
}
#sidebar #latestheadlines {
	margin-bottom: 0px;
}
#sidebar #latestheadlines h2 {
	color: #666666;
	text-align: center;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
}
#sidebar #latestheadlines h3 {
	border-bottom: 1px solid #666666;
}
#sidebar #latestheadlines p {
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #888;
}
#sidebar #bloglinks h3 {
	font-size: 22px;
}
#sidebar #bloglinks ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#sidebar #bloglinks li {
	list-style-type: none;
}
#sidebar #bloglinks li li {
	list-style-type: circle;
	margin-top: 5px;
	margin-left: 15px;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 16px;
}
#bottom {
	padding: 0px;
	width: 980px;
	position: relative;
	float: left;
	height: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	text-align: center;
	letter-spacing: 1px;
	width: 988px;
	margin-right: 0px;
	margin-left: -4px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 200;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 17px;
}
#socialicons {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
}
#socialicons img {
	margin: 0 8px;

}
#footer a {
	color: #777777;
}
#footer a:hover {
	color: #009FE3;
}
#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
#tracks {
	position: relative;
	width: 900px;
	left: 220px;
	z-index: 1;
	float: none;
	height: 0px;
	top: -500px;
	background-repeat: no-repeat;
}
@charset "utf-8";
/* CSS Document */
#slidingboxes {
	float: left;
	width: 980px;
	position: relative;
}
#slidingboxes h1 {
	font-size:26px;
	letter-spacing:0;
	line-height:normal;
	margin-bottom:10px;
	margin-left:0;
	margin-top:0px;
	width:375px;
	font-weight: normal;
	padding: 0;
}
#slidingboxes h2 {
	font-size: 15px;
	margin-top: 0px;
	margin-left: 0px;
	letter-spacing: 0px;
	width: 375px;
	line-height: normal;
	padding: 0px;
	margin-bottom: 10px;
}
#slidingboxes p {
	width: 375px;
	padding: 0px;
}
#leftslideshadow {
	position: absolute;
	z-index: 1;
	height: 262px;
	width: 497px;
	left: -10px;
	top: 0px;
	background-image: url(/images/the-blog-box-shadow.png);
	background-repeat: no-repeat;
}
#rightslideshadow {
	position: absolute;
	z-index: 1;
	height: 262px;
	width: 497px;
	top: 0px;
	background-image: url(/images/contact-box-shadow.png);
	background-repeat: no-repeat;
	right: -10px;
}
#blogslide {
	background-image: url(/images/the-blog-box.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
}
#blogslide h1 {
	text-align: right;
	float: right;
}
#blogslide h2 {
	float: right;
}
#blogslide p {
	padding: 0;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	letter-spacing: 0px;
	float: right;
	line-height: 13px;
}

#contactslide {
	background-image: url(/images/contact-box.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
}
#contactslide h1 {
	text-align: left;
}
#contactslide p {
	font-size: 14px;
}


.caption a {
	font-weight: bold;
}
.caption a:hover {
	color: #FFFFFF;
}
.boxgrid {
	width: 457px;
	height: 237px;
	overflow: hidden;
	position: relative;
	z-index: 500;
	padding-top: 15px;
}
.boxgrid img {
	position: absolute;
	top: 1px;
	border: 0;
	z-index: 1000;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.caption .boxcaption {
	left: 0;
	top: 212px;
}
.marginright {
	margin-right: 15px;
	float: left;
}
.slideleft img {
	left: 1px;
	border-right: solid 1px #DDDDDD;
}
.slideright img {
	left: 80px;
	border-left: solid 1px #DDDDDD;
}
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 980px;
	z-index: 100;
	position: relative;
	float: left;
	height: 335px;
	margin-bottom: 10px;
	/*background-image: url(/images/slideshow-gradient.png);
	background-repeat: no-repeat;
	background-position: center 315px;*/
}
#slideshow #slideshow-background {
	background-image:url("/images/front-images/slideshow-bg.png");
	background-repeat:no-repeat;
	height:336px;
	left:-10px;
	position:absolute;
	top:-1px;
	width:1000px;
	z-index:0;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 980px;
}
#slideshow .slides ul {
	width: 2880px;
}

#slideshow .slides li {
	width: 980px;
	float: left;
	height: 325px;
	z-index: 500;
}
#slideshow .slides li a {
	width: 980px;
	float: left;
	height: 325px;
	z-index: 600;
}
#slide-one {
	background-image: url(/images/front-images/keep-it-simple.jpg);
	background-repeat: no-repeat;
}
#slide-two {
	background-image: url(/images/front-images/drupal-slide.jpg);
	background-repeat: no-repeat;
}

#slide-three {
	background-image: url(/images/front-images/subscribe-to-blog.jpg);
	background-repeat: no-repeat;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
}
#slideshow ul.slides-nav {
	position: relative;
	top: -40px;
	width: 89px;
	z-index: 500;
	left: 840px;
	padding: 0px 13px;
	border: solid 1px #bbb;
	background-image: url(/images/transparent-bg.png);
	background-repeat: repeat;
	height: 24px;
}
#slideshow .slides-nav li {
	float: left;
	position: relative;
	top: 1px;
	height: 22px;
	}
#slideshow .slides-nav li a {
	padding: 3px 10px;
	display: inline;
	position: relative;
	z-index: 500;
	outline: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: bold;
	top: 0px;
	height: 20px;
	line-height: 20px;
}
#slideshow .slides-nav li:hover {
	background-color: #AAAAAA;
}
#slideshow .slides-nav li a:hover {
	color: #FFFFFF;
}
.js #slideshow .slides-nav li.on {
	background-color: #009FE3;
}
.js #slideshow .slides-nav li.on a {
	color: #FFFFFF;
	position: relative;
}

