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

body							{ font-family: "Consolas", Courier, Monaco, sans-serif; background: #FFFDFE; font-size: 11px; color: #636467; }
#wrap 							{ width: 902px; height: 660px; margin: 20px auto 0; background-image: url(../images/bkgd.jpg); background-repeat: no-repeat; }
a 								{ color: #929DA5; text-decoration: none; }
a:hover 						{ color: #B9C7D4; text-decoration: none; }

p								{ margin-bottom: 13px; line-height:11px; }
h1, h2, h3						{ color: #636467; margin-bottom: 5px; font-weight: bold; }

h1								{ font-size: 24px; }
h2								{ font-size: 18px; }
h3								{ font-size: 14px; }

#top 							{ height: 125px; }
#content						{ height: 410px; }
#content-left					{ width: 190px; padding: 0 10px; height: 410px; border-right: 2px solid #B9C7D4; float: left; }
#content-left p					{  font-size: 12px; line-height: 13px; }
#left-top						{ height: 180px; border-bottom: 2px solid #B9C7D4; }
#left-bottom					{ padding-top: 10px; }
#mast-img 						{ border: 1px solid #B9C7D4; width: 190px; height: 150px; background: #fff; }
#nav ul							{ padding: 8px 0 8px 8px; font-weight: bold; font-size: 13px; text-transform: uppercase; }
#nav ul li						{ display: inline; margin-left: 5px; }
#this							{ color: #747C82; }

#theMenu						{ margin: 20px 0 0 10px; font-size: 12px; }
.theMenu-li						{ margin-bottom: 5px; }
.theMenu-ul	li					{ margin: 0 0 10px 10px; }
.theMenu-ul						{ margin-bottom: 10px; }
h3.selected a 					{ color: #747C82; }
.head							{ text-transform: uppercase; }
.cat-selected					{ color: #747C82; font-weight: bold; }
.cat-selected:hover				{ color: #747C82 !important; cursor: default !important; }

/* Right Content */
#content-right					{ position: relative; width: 670px; height: 410px; float: right; margin-right: 10px; }
#stars							{ position: absolute; left: 10px; bottom: 5px; height: 15px; border-top: 2px solid #B9C7D4; padding-top: 5px; }
.star							{ background-image: url(../images/star.png); background-repeat: no-repeat; width: 15px; height: 15px; margin-left: 5px; float: left; }
.star-first						{ background-image: url(../images/star-hover.png); background-repeat: no-repeat; width: 15px; height: 15px; margin-right: 5px; float: left;}
.star:hover						{ background-image: url(../images/star-hover.png); cursor: pointer; }
.star-selected					{ background-image: url(../images/star-hover.png); cursor: default !important; }
#loader							{ margin: 200px 0 0 200px; }
#lil-loader						{ margin: 62px 0 0 75px; }

/* Services Page */

#services						{ padding: 10px 0 0 5px; }
#services td					{ width: 25%; padding: 5px 0px 0 10px; }

/* Contact Form */
#contact-title					{ padding: 20px  20px 50px; }
.left							{ text-align: right; padding: 5px; vertical-align: top; }
.tbmain 						{ height:100%; }
.right 							{ padding: 5px; }
span.required					{ font-size: 13px !important; color: red !important; }
.text							{ padding: 2px; font-size: 14px; font-family: consolas; color: #747C82; background: none; border: 1px solid #B9C7D4; }

/* footer */

#footer							{ text-align: center; padding-top: 10px;  width: 902px; margin: auto; }

