@charset "UTF-8";
/* CSS Document */

* {
   padding:0;
   margin:0;
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-repeat: repeat-x;
}

p {
	margin:0px;
}

img {
	border: none;
}

a, a:visited, a:active { 
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
}

.uppercase {
	text-transform: uppercase;
}

.noDecor {
	text-decoration: none;
}

button {
        font-size:11px;
        background: #000;
        border: .5 solid grey;
        color: #cccccc;
        font-weight: bold;
        margin-right: 5px;
        padding: 3px;
        width: 210px;
}

button:hover {
	background: #fff;
	border: 1px solid grey;
	color: #000;
	cursor: pointer;
}







a#fb1 {
	text-decoration: none;
}

.copySec h1 {
	margin-bottom: 5px;
}



#coolStuff {
	background-image: url("../img/vFshBtns5.jpg");
}
#interior {
	background-image: url("../img/vFshBtns1.jpg");
}
#exterior {
	background-image: url("/img/vFshBtns3.jpg");
}

#coolStuff:hover {
	background-image: url("../img/vFshBtns6.jpg");
}
#interior:hover {
	background-image: url("../img/vFshBtns2.jpg");
}
#exterior:hover {
	background-image: url("/img/vFshBtns4.jpg");
}


/* main center */
#mc {
	height: 405px;
	margin-left: 5px;
	margin-top:5px;
}

/* floats */
.fl{
	float: left;
}
.fr {
	float: right;
}

.dgry {
	color: grey;
}

#container {
	width: 921px;
	margin: 22px auto;
	text-align: left;
	background-image: url(../img/ui/verticalLines.png);	
	background-repeat:no-repeat;
	background-position: top;
	
}
#mainContent {
	margin-top: 5.5px;
	padding-top: 14px;
	background-repeat: no-repeat;
	background-position: top;
	height: 575px;
	padding-top: 12px;
}
 
<!--[if IE 7]>
#mainContent {
        margin-top: 5.5px;
        padding-top: 14px;
        background-repeat: no-repeat;
        background-position: top;
        height: 575px;
}
<![endif]-->

.mImg {
	height: 406px; width:912px;
}
#container #header {
}


#lNav {
	margin-top: 3px;
}

/* floatbox */

.fbox {
 width: 250px; 
 margin: 20px 0 0 45px; 
}

.fbox2 {
 width: 200px; 
 text-align: left;
 margin: 0px 50px 50px 0px;
}

#thmStrip {
	margin: 20px 0 0 20px;
}
#thmStrip img {
	margin-right: 15px;
}

h1, h2 {
	color: #cc0000;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
}

h3 {
	color: #cc0000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
}

.copySec {
	padding: 20px 20px 0 20px;
}

.fbox p {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

#footer {
	font-size: 10px;
	padding: 0 3px 0 3px;
}

#footer #credits {
	margin-top: 10px;
	margin-left: 28px;
	width: 500px;
	margin-bottom: 10px;
}

.vLinks {
	position: relative;
	margin: 20px 0 0 0px;
}

.vLinks a {
	
}

.blackBlock {
	background-color: #fff;
}

/* page specific */

#mainContent {
	background-image: url("/img/ui/lowerGradient.png");
	background-repeat:no-repeat;
	background-position: bottom;
	position: relative;
}

body#home {
	background-image: url(../img/tiles/4.png);
}
body#ads {
	background-image: url(/img/tiles/3.png);
}
body#ads #mainContent {
	background-image: url(/img/ui/lowerGradient2.png);
}
body#ads .copySec {
	background:url(/img/tiles/btm.png) bottom repeat-x #000000;
	margin-top:40px;
	margin-left:5px;
	margin-right:-5px;
	width:870px;
}
body#about {
	background-image: url(../img/tiles/3.png);
}
body#about #mainContent {
	background-image: url("/img/ui/lowerGradient2.png");
}
body#contact {
	background-image: url(../img/tiles/3.png);
}
body#contact #mainContent {
	background-image: url("/img/ui/lowerGradient2.png");
}
body#products, #productsPanels {
	background-image: url(../img/tiles/2.png);
}

#products #mainContent {
	background-image: url("/img/ui/lowerGradient2.png");
}


body#products #mainContent {
	
}
body#projects {
	background-image: url(../img/tiles/1.png);
}
body#projects #mainContent {

}
body#services {
	background-image: url(../img/tiles/3.png);
}
body#services #mainContent {

}

.hbox {
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 20;
	cursor: pointer;
}

.tr {
	right: 0px;
}

.bl {
	bottom: 150px;
}

.br {
	bottom: 150px;
	right: 0;
}



/* contact form */
form#cForm {
	width: 505px;
	margin-left: 150px;
}
form#cForm fieldset {
	border: none;
}
form#cForm table th {
	font-weight: normal;
	text-align:right;
}

.redBtn {
	background: #cc0000;
	border: 1px solid darkred;
	color: #fff;
	padding:3px;
}

.redBtn:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}


#fLink  {
	margin-right: 3px;
}
.vFshBtn {
	width: 88px;
	height: 407px;
	margin-right:1px;
}

/* cycle */
#ss {
	width: 500px
}
#ss img { display: none;}
#ss img.first { display: block }

#ss2 {
	margin-right: 12px;
	margin-top: 15px;
	width: 525px;
	height: 372px;
}
#ss2 img { display: none }
#ss2 img.first { display: block }

#ss2 img {
	width: 525px;
	height: 372px;
}


.proj {
	width: 320px;	
}

/* jf */
#jfSlideShow {
	margin: 20px 20px;
	width: 500px;
	display: block;
}

#jfSlideShow #slides div {
		display: block;
}


.preloader {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 0 0 250px;
	position: relative;
	z-index: 1112;
}

/*.jFlowSlideContainer .first { display: block }
*/

/*

.jFlowSlideContainer div img {
	display: none;
}


#jfSlideShow div#slides div.first {
	display: block;
}
*/

.hidden
{
display: none;
}

#prevNext
{
	margin: 20px 0 0 540px;
	width: 200px;
}

#prevNext img
{
cursor: pointer;
}

#slides p
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	text-align: center;
	position: relative;
	top: -40px;
	line-height: 40px;
	height: 40px;
	background: black;
	opacity: .7;
	filter:alpha(opacity=70);
}

coda-slider-wrapper panel panel-wrapper p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	text-align: center;
	position: relative;
	top: -40px;
	line-height: 40px;
	height: 40px;
	background: black;
	opacity: .7;
	filter:alpha(opacity=70);
}


.modalWin {
	/*
	width:800px;height:900px;
	*/
	overflow:auto;
	background-color:#000;
	border:none;
	padding:20px;
	text-align:left;
}

/* product thms */
ul#productThumbs {
	list-style: none;
	padding: 0;
	margin-top: 30px;
}
ul#productThumbs li {
	float: left;
		margin: 0px 10px 10px;
}

/* menu */
.menu_class {
	border:none;
}


/* tooltip styling */
#mia {
	text-decoration: none;
}
#mia:hover {
	color: #fff;
}

#mia {
	font-size: 1.1em;
	font-weight: bold;
	color: #cc0000;
	float:right;
	margin-right:-84px;
}


.tooltip, #req { 
    display:none; 
    background:url(/img/white_arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#000;
	position:absolute;
	z-index: 31;
	
}

#req { 
    height:50px; 
    padding:20px 30px 20px 30px; 
    width:200px;
	z-index: 50;
	text-align: left;
}
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:red; 
    width:35px; 
} 

.tooltip a { 
    color:red; 
    font-size:11px; 
    font-weight:bold; 
}
textarea {
     resize: none;
}




@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 3.0 and Chrome rules here */
	#mainContent {margin-top: 9px}
	
	#mia {
		margin-right:-88px;
	}
}