
/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend{margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
fieldset,img { border: 0; }
legend { color: #000; }
li { list-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table{border-collapse: collapse;border-spacing: 0;}
caption, th, td{text-align: left;vertical-align: top;font-weight: normal;}
input, textarea, select{line-height: 1.1;}
.noBorder{border:none!important}

/* Clear fix */
.clear {display:inline-block;}
.clear:after {display:block; visibility:hidden;clear:both; height:0; content: " ";}

/* Custom Css */

body{font-family:Arial, Helvetica, sans-serif;font-size:76%;color:#000;}
#wrapper{width:860px;margin:50px auto 0;border:1px solid #D3D3D3;padding:0}
#header{border-bottom:1px solid #d3d3d3;padding:20px;width:820px;position:relative}

#logo,
#mainHeading,
.requestBtn,
.bookBtn,
.modelBtn,
.pageHeading,
.subHeading{background:transparent url('../images/bgSprite.gif') no-repeat 0 0;display:block;text-indent:-9999em;line-height:0;font-size:1px;overflow:hidden;position:relative;}

#logo{width:50px;height:60px;background-position:0 -1px}
#mainHeading{position:absolute;top:40px;right:20px;width:208px;height:25px;background-position:0 -200px}
#flash{float:left;width:430px;}
#leftContent{float:left;width:405px;}
#mainContent{padding:20px 20px 20px 0;}
.requestBtn{width:200px;height:25px;background-position:0 -90px;margin-bottom:5px}
.bookBtn{width:200px;height:25px;background-position:0 -140px; margin-bottom:5px}
.modelBtn{width:200px;height:25px;background-position:0 -169px}
.pageHeading{width:260px;height:32px;background-position:0 -240px;}
.subHeading{width:260px;height:39px;background-position:0 -290px;margin-bottom:10px;}

#footer{color:#999;font-size:11px;}
.footerBlurb{padding:0 20px;font-size:10px}
#bottomFooter{border-top:1px solid #D3D3D3;padding:20px;position:relative;}
#footerLinks{position:absolute;top:20px;right:20px;}
#footerLinks li{float:left;}
#footerLinks li a{padding:0 5px;border-right:1px solid #999; color:#999;text-decoration:none;}



