/* CSS File for Carera Windows */

body {
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #5D5B93;
	color: #fff;
	text-align:center;
}
p, img, a, form, ul, li, label, h1, h2, h3, span {
	padding: 0;
	margin: 0;
	border:0;
}
a {
  color: #484677;
}
a:hover {
  color: #000;
}

/* Top */
#top {
  padding:5px;
  background:#557C9D;
  text-align:left;
  border-bottom:3px solid #fff;
  font-size: 11px;
}
#top2 {
  width:930px;
  margin: 0 auto
}
#top2 a {
  color:#fff;
  background:url(images/home.gif) no-repeat left center;
  padding-left:15px;
}
#top2 p a {
  color:#fff;
  background:url(images/contact.gif) 0 3px no-repeat;
  padding-left:15px;
}
#top2 a:hover {
  text-decoration: none;
}
#top2 p {
  float: right;
}

/* Wrapper/Header */
#wrapper {
	border-left: #484677 2px solid;
	border-right: #484677 2px solid;
	margin: 0 auto;
	background: #fff;
	color: #484677;
	width:930px;
	padding:0 1px 0 1px;
}
#header {
  height:130px;
  text-align: center;
  padding-top:10px;
}

/* Menu */
#menu {
  border-bottom: 2px solid #484677;
  border-top: 2px solid #484677;
  text-align:center;
  background:#fff;
}
#menu td {
  width:20%;
  background:#557C9D;
  font-weight: bold;
  font-size:14px;
  text-align:center;
  border-right:1px solid #fff;
}
#menu a {
  color:#fff;
  text-decoration:none;
  display:block;
  padding:10px 5px 10px 5px;
}
#menu a:hover {
  text-decoration:underline;
  background:#fff;
  color:#484677;
}

/* Image Bar */
#bar {
  height:200px;
  margin:1px 0 0 0;
  border-bottom: 2px solid #484677;
}

/* Main Content */
#content {
  background:#fff;
  min-height:400px;
  text-align:left;
  padding:10px;
}
.rightMenu {
  width:300px;
  padding:3px;
  vertical-align:top;
  text-align: right;
}

/* Footer */
#footer {
  border-bottom: 2px solid #484677;
  border-top: 2px solid #484677;
  text-align:center;
  background:#557C9D;
  color:#fff;
  padding:10px;
  font-size:11px;
  text-align:left;
}
#footer p {
  float: right;
}
#footer img {
  border:1px solid #484677;
  background:#fff;
  padding:1px;
}
#footer a {
  color:#fff;
}
#footer a:hover {
  text-decoration:none;
}
#accImages {
  padding: 20px 5px 20px 5px;
}

/* Testimonials */
#imageBlock {
	color: #fff;
	font-size: 13px;
	margin: 0 0 13px 0;
	background:#fff;
}
#imageBlock img {
  width:226px;
  height:157px;
  background:#fff;
}
td.quoteHead {
  background: #fff;
}
td.quoteBlock {
  background:#fff url(images/quotes.gif) no-repeat center center;
  height:211px;
}

/* Stuff */
.promise {
  display: block;
  font-size:22px;
  line-height: 40px;
  text-decoration: underline;
  background:url(images/tick.gif) no-repeat left center;
  padding-left: 40px;
}
.carera {
  color:#E61400;
  font-style:italic;
}
.details {
  line-height:20px;
  padding: 5px 0 5px 0;
  display: block;
}
.customers {
  display: block;
  line-height:60px;
  color:#E61400;
  font-weight: bold;
  font-size: 18px;
}
.top_comment {
  font-style:italic;
  display: block;
  width:165px;
  padding-top:5px;
}
.bottom_comment {
  display: block;
  font-size:10px;
  text-align:left;
  padding:30px 0 0 5px;
}
.letter {
  border:1px solid #484677;
  padding:3px;
  background:#98CB00;
  color:#000;
}
.sideBarHeading {
  display:block;
  font-weight:bold;
  padding-bottom:5px;
  border-bottom:1px solid #484677;
  font-size:14px;
}
.sideBarDivPad {
  line-height:20px;
  text-align:left;
  padding-left:10px;
}
.imgPad {
  padding:2px;
  border:1px solid #557C9D;
}
.bullet {
  display: block;
  background:url(images/arrow.gif) no-repeat left center;
  padding-left:20px;
}

/* Form Elements */
input,select,textarea {
  font: normal 12px Verdana, sans-serif;
} 
.box {
  padding:3px;
  border:1px solid #557C9D;
  background:#fff;
  border-left:2px solid #557C9D;
  width:75%;
}
textarea {
  padding:3px;
  border:1px solid #557C9D;
  background:#fff;
  border-left:2px solid #557C9D;
  width:85%;
  height:100px;
}
.button {
  background:#5D5B93 url(images/button_bg.gif);
  height:30px;
  width:130px;
  color:#fff;
  font-weight:bold;
  border:1px solid #484677;
}
select {
  border:1px solid #557C9D;
  padding:3px;
  background:#fff;
}
.formError {
  color:#ff0000;
  font-size:11px;
  display:block;
  background:url(images/arrow2.gif) no-repeat left center;
  padding-left:15px;
}

/* Quotation System */
.quoteHeadBox {
  padding:5px;
  background-color:#557C9D;
  font-weight:bold;
  color:#fff;
}
.helpLetter {
}
.quoteErrorHead {
  font-weight: bold;
  display:block;
  background:url(images/error.gif) no-repeat left center;
  padding-left:20px;
  margin-bottom:10px;
}
.helpDiv,.helpDivTop {
  padding:5px;
  border:1px solid #557C9D;
  background:#fff;
  border-left:3px solid #557C9D;
  margin-bottom:3px;
  text-align:left;
  color:#484677;
}
.helpDivTop p {
  text-align: left;
  padding: 5px;
  color:#484677;
  font-weight:bold;
}
.helpDiv p {
  text-align: left;
  padding: 3px 3px 3px 20px;
  color:#484677;
  background:url(images/arrow3.gif) no-repeat left center;
}
.helpDiv td {
  color:#484677;
  text-align:left;
}
#helpWrapper {
  width: 98%;
  text-align:center;
  margin:2px auto;
}

/* Gallery */
.galleryDiv {
  margin-bottom:3px;
  font-size:14px;
  text-align: left;
  border:1px solid #484677;
  font-weight: bold;
}
.galleryDiv a {
  display: block;
  background:#557C9D;
  padding:10px 5px 10px 5px;
  color:#fff;
}
.galleryDiv p.current a {
  background:#484677 url(images/gallery-view.gif) no-repeat right center;
  text-decoration: none;
}
.galleryDiv a:hover {
  display: block;
  background:#484677 url(images/gallery-view.gif) no-repeat right center;
  padding:10px 5px 10px 5px;
  color:#fff;
  text-decoration: none;
}

