.clear{width: 100%; height: 0; clear: both;}
.bold{font-weight: bold;}

h1, h2, p, a, li, input, textarea{font-family: 'Quattrocento Sans', sans-serif;}
h1{color: #cb3429; font-size: 24px;}
p{color: #333; font-size: 18px; line-height: 28px;}
a{color: #cb3429; text-decoration: none;}

#wrapper{ width: 100%; margin: 0 auto;}

.shadowTop{background-image: url('images/dropshadowTop3rev.png'); background-repeat: repeat-x; height: 10px; margin-bottom: -1px; margin-top: -10px; position: relative; z-index: 99999;}
.shadowBot{background-image: url('images/dropshadowBot3rev.png'); background-repeat: repeat-x; height: 10px; margin-top: -1px; margin-bottom: -10px; position: relative; z-index: 99999;}

header{max-width: 900px; height: 150px; margin: 0 auto;}
#logo{float: left;}
#headR{float: right; width: 60%;}
header #sm{margin: 20px 0 10px 0; float: right; width: 100%;}
#sm a img {background-color: #282b4a; float: right;}
#sm a img:hover {background-color: #cb3429;}
#phone{float: right; text-align: right; font-size: 32px; color: #cb3429; font-weight: bold; width: 100%;}
nav{float: right; width: 100%; text-align: right; position: relative; z-index: 99999; height: 40px;}
nav ul{}
nav ul li{display: inline-block; padding: 10px 0 10px 15px;}
nav ul li a{text-decoration: none; font-size: 24px; color: #282b4a;}
nav ul li a:hover{color: #cb3429;}
nav ul li a.active{color: #cb3429;}

#sliderBG{background-image: url('images/bg1.png'); padding: 5px 0;}
#slider{ max-width: 900px; margin: 20px auto 0 auto;}

#introBG{background-image: url('images/bg2.png');}
#intro{max-width: 900px; margin: 0 auto; padding: 40px 10px;}
#intro h1{margin: 0 0 15px 0;}

#about{max-width: 900px; margin: 0 auto; padding: 40px 10px;}
#about h1{position: relative; bottom: 34px;}
#about p{width: 70%; float: left;}
#about img{float: right;}

#serviceBG{background-image: url('images/bg2.png');}
#service{max-width: 900px; margin: 0 auto; padding: 40px 10px;}
#service h1{position: relative; bottom: 34px;}
#gallery{}
#titlefiberglass, #titleawlgrip, #titleshrinkwrap, #titlebrightwork{margin-bottom: 10px;}
#gallery h2 a{color: #282b4a; font-size: 18px; font-weight: 100; padding: 10px 20px 10px 0; cursor: pointer;}
#gallery h2 a:hover{color: #cb3429;}
#gallery h2 a > span{display: none;}
#gallery h2 a > span.active{display: inline;}
#gallery > div > a > img{border: 4px solid #282b4a; float: left; margin: 8px;}
#gallery > div > a > img:hover{border: 4px solid #cb3429;}
#gallery #fiberglass, #gallery #shrinkwrap, #gallery #brightwork{display: none;}

#contact{max-width: 900px; margin: 0 auto; padding: 40px 10px;}
form{float: left; width: 50%;}
input{width: 70%; margin: 10px 0; padding: 7px 5px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
input:focus{border: 2px solid #cb3429;}
textarea{width: 70%; font-size: 13px; padding: 7px 5px; margin: 10px 0; height: 100px; resize: none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
textarea:focus{border: 2px solid #cb3429;}
input.submit{width: 75px; background-color: #282b4a; color: #fff;}
input.submit:hover{background-color: #cb3429; cursor: pointer;}
#info{float: right; width: 50%;}
#info p{margin: -5px 0 10px 0;}
#info p.bold{margin: 0;}
#contact #info #sm{float: left; margin-top: 10px;}

#footerBG{background-image: url('images/bg1.png'); padding: 5px 0;}
footer{max-width: 900px; margin: 0 auto; padding: 20px 10px;}
footer nav{width: 50%;}
footer nav ul li a{font-size: 18px; color: #fff;}
#copyright{float: left; width: 50%;}
#copyright p{color: #fff; font-size: 14px; letter-spacing: 1px; line-height: 40px;}

#thankyou{max-width: 900px; margin: 150px auto; height: 200px;}

/* http://www.menucool.com */

#sliderFrame {
	position:relative;
	width:700px;
	margin: 20px auto;
}
   
#slider {
    width:700px;height:306px;/* Make it the same size as your images */
    background:#fff url(loading.gif) no-repeat 50% 50%;
    position:relative;
    margin:0 auto; /*this makes the image slider center-aligned. Remove this line if you want to align the whole slider to the left side*/
    box-shadow: 0px 1px 5px #999999;
}
#slider img {
	position:absolute;
	border:none;
	display:none;
}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider a.video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:0;
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
div.mc-caption-bg {
	background-color:black;
}
div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	padding:10px 0;/*Adding a padding-left or padding-right here will make the caption area wider than its background. Sometimes you may need to define its width again here to keep it the same width as its background area (div.mc-caption-bg).*/
	text-align:center;
}
div.mc-caption a {
	color:#FB0;
}
div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  {
	top:320px; left:280px; /* Its position is relative to the #slider */
	width:150px;
	background:none;
	padding-left:20px;
	position:relative;
	z-index:5;
	cursor:pointer;
	display: none;
}

/* each bullet */
div.navBulletsWrapper div 
{
    width:11px; height:11px;
    background:transparent url(bullet.png) no-repeat 0 0;
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:11px;/* distance between each bullet*/
    _position:relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {background-position:0 -11px;}
