body {
	background:url(images/bg.jpg) repeat-x #a6a6a6; 
	margin:0;
	font:10pt Arial, Helvetica, sans-serif;
}

#container {
	width:800px; 
	margin:0px auto;
}

/* estilos HEADER */

#header {
	background:url(images/header.jpg) no-repeat;
	float:left;
	width:800px;
}

#header .freeEstimate {
	float:left;
	padding:30px 0 0 567px;
	width:200px;
	height:155px;
}

#header .freeEstimate .titulos {
	text-align:center;
	font-weight:bold;
	color:#c21a1a;
	font-style:italic;
	font-size:14px;
}

#header .freeEstimate .titulos span {
	font-size:16px;
}

#header .weoffer {
	margin:15px 0 0 45px;
	display:block;
	font-size:11px;
}

#header p {
	margin:0 0 0 35px;
	font-size:11px;
}

#header ul {
	margin:0;
	padding:10px 0 0 16px;
	float:left;
	width:800px;
	background:url(images/navbar-bg.jpg) no-repeat;
	height:53px;
}

#header ul li {
	float:left;
	list-style-type:none;
	font-size:9px;
	font-weight:bold;
	color:#fff;
}

#header ul li a {
	text-decoration:none;
	color:#fff;
}

#header ul .btnHome {
	float:left;
	width:59px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-home.png) no-repeat;
	text-align:center;
}

#header ul .btnHome:hover {
	background:url(images/btn-home-over.png) no-repeat;
}

#header ul .btnHomePress {
	float:left;
	width:59px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-home-press.png) no-repeat;
	text-align:center;
}

#header ul .btnAbout {
	float:left;
	width:132px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-about.png) no-repeat;
	text-align:center;
}

#header ul .btnAbout:hover {
	background:url(images/btn-about-over.png) no-repeat;
}

#header ul .btnPress {
	float:left;
	width:132px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-about-press.png) no-repeat;
	text-align:center;
}

#header ul .btnInterior {
	float:left;
	width:267px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-interior.png) no-repeat;
	text-align:center;
}

#header ul .btnInterior:hover {
	background:url(images/btn-interior-over.png) no-repeat;
}

#header ul .btnInteriorPress {
	float:left;
	width:267px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-interior-press.png) no-repeat;
	text-align:center;
}

#header ul .btnGallery {
	float:left;
	width:66px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-gallery.png) no-repeat;
	text-align:center;
}

#header ul .btnGallery:hover {
	background:url(images/btn-gallery-over.png) no-repeat;
}

#header ul .btnGalleryPress {
	float:left;
	width:66px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-gallery-press.png) no-repeat;
	text-align:center;
}

#header ul .btnContact {
	float:left;
	width:86px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-contactus.png) no-repeat;
	text-align:center;
}

#header ul .btnContact:hover {
	background:url(images/btn-contactus-over.png) no-repeat;
}

#header ul .btnContactPress {
	float:left;
	width:86px;
	height:17px;
	padding-top:9px;
	background:url(images/btn-contactus-press.png) no-repeat;
	text-align:center;
}


/* estilos BODY */

#main {
	background:url(images/bg-red.jpg) repeat-y;
	float:left;
	width:800px;
}

#main .body {
	float:left;
	width:540px;
	padding:0 0 0 12px;
	color:#fff;
	font-size:12px;
}

#main .body h1 {
	background:url(images/titulos-bg.jpg) no-repeat;
	padding:6px 0 0 35px;
	font-size:18px;
	margin:15px 0;
	font-style:italic;
	height:27px;
}

#main .body p {
	margin:0 5px 15px 5px;
	line-height:14px;
}

#main .body h2 {
	margin:0 5px 15px 5px;
	font-size:13px;
}

#main .body p span {
	font-weight:bold;
}

#main .body .photo {
	background:url(images/photo-paragraph.jpg) no-repeat;
	padding-left:180px;
	margin-left:5px;
}

#main .rightsidebar {
	float:right;
	width:236px;
	background:url(images/bg-rightsidebar.gif) repeat-y;
}

#main .rightsidebar .title {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding-left:15px;
	color: #990000;
}


.rightsidebar ul {
	margin:15px 0;
	padding:0 8px;
	margin-right:15px;
	font-size: 88%;
	font-weight: bolder;
}

.rightsidebar li {
	list-style-type:none;
	background:url(images/bullet-point.gif) no-repeat;
	border-bottom:solid 1px #999;
	padding-top: 10px;
	padding-right: 20;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 80%;
}

#main .rightsidebar ul .end {
	border:none;
}

#main .rightsidebar img {
	padding-left:55px;
}

#main .rightsidebar .bottom {
	text-align:center;
	background:url(images/navbarRight-bottom.jpg) no-repeat;
	padding-top:20px;
	height:99px;
	color:#c21a1a;
	font-weight:bold;
	font-size:11px;
	margin-top:20px;
	line-height:15px;
}


#main .rightsidebar .bottom a {
	display:block;
	color:#c21a1a;
	font-style:italic;
	margin-top:3px;
}

#main .rightsidebar .bottom a:hover {
	color:#000;
}

#main .grayBlock {
	background:url(images/bg-gray1.jpg) no-repeat;
	float:left;
	width:760px;
	border-top:solid 6px #fff;
	padding:0 20px;
	color:#fff;
	font-size:11px;
	height:159px;
}

#main .grayBlock h3 {
	background:url(images/bullet-gray.jpg) no-repeat;
	padding-left:20px;
	margin:23px 0;
	font-size:13px;
}

#main .grayBlock p {
	line-height:13px;
	padding-right:160px;
}

#main .grayBlock p span {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

#main .grayBlock2 {
	background:url(images/bg-gray2.jpg) no-repeat;
	float:left;
	width:760px;
	padding:0 20px;
	color:#fff;
	font-size:11px;
	height:147px;
}

#main .grayBlock2 h4 {
	margin:20px 0 30px 0;
	background:url(images/bullet-red.jpg) no-repeat;
	padding-left:20px;
	font-size:18px;
	font-style:italic;
}

#main .grayBlock2 p {
	line-height:15px;
	text-align:center;
	font-size: 12px;
}

#main .grayBlock2 p span {
	font-weight:bold;
}

/* estilos FOOTER */

#footer {
	clear:both;
	background:url(images/footer-bg.jpg) repeat-x;
	height:181px;
}

#footer .bbb {
	float:left;
	padding:24px 0 0 20px;
}

#footer .nari {
	float:right;
	padding:24px 20px 0 0;
}

#footer .center {
	float:left;
	width:610px;
	text-align:center;
	margin-top:20px;
	font-size:11px;
}

#footer .center a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

#footer .center a:hover {
	color:#666;
}

#footer .center div {
	margin-top:20px;
}

#footer .center div span {
	font-weight:bold;
}


a:link {
	color:#111111;
	text-decoration:none;
  }
a:visited {
  color:#111111;
  text-decoration:none;
  }
a:hover {
  color:#333333;
  text-decoration:underline;
  }
  
#footer .comms {
	float:left;
	width:720px;
	text-align:left;
	margin-top:20px;
	font-size:10.5px;
	padding-left: 40px;
}

.photoimg {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 8px;
}

.formcontainer {
	border: 1px dotted #999999;
	line-height: 1.6em;
	width: 460px;
	left: 10px;
	background-color: #ededed;
	padding: 16px;
	color: #111111;
	margin-left: 20px;
	font-size: 11px;
}

