/* base.css */

body {
	margin: 0;
	padding: 0;
	border: 0; 
	background-image: url(../images/bodybg.jpg); 
	background-repeat: repeat-x; }
	
#contentwrapper {
	height: 839px;
	text-align: center;
	background-image: url(../images/cwbg.png);
	background-repeat: repeat-x; }
	
#container {
	height: 839px;
	width: 1004px;
	margin:0 auto;
	text-align: left; }
	
#header {
	background-image: url(../images/headbg.jpg);
	background-repeat: repeat-x;
	height: 381px; }
	
#header ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	list-style-type: none; }

#header ul li {
	margin: 0;
	padding: 0;
	border: 0; }
	
#header ul li img {
	border: 0; }
	
#contentmiddle {
	background-image: url(../images/cmbg.jpg);
	background-repeat: repeat-x;
	height: 428px; }
	
#footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	height: 30px; }
	
#contentcontainer h1 {
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 16px;
	margin-bottom: 40px;
	margin-left: 55px; }
	
#contentcontainer p {
	margin: 0; padding: 0; border: 0;
	margin-left: 59px;
	width: 512px;
	color: #183F59;
	font-family: tahoma;
	font-size: 12px;
	margin-bottom: 46px;
	line-height: 1.2em; }
	
.clearmarginbottom {
	margin-bottom: 0; }
	
#contentcontainer p.subt {
	margin: 0; padding: 0; border: 0;
	margin-left: 59px;
	margin-bottom: 18px;
	font-weight: bolder;
	font-size: 18px; }
	
p.second {
	color: #ED6000; }
	
#contentcontainer p a {
	color: #183f59;
	text-decoration: none; }
	
#contentcontainer p a:hover {
	text-decoration: underline; }
	
.pasparto {
	padding-left: 11px;
	padding-top: 9px;
	width: 213px;
	height: 169px;
	margin-bottom: 18px;
	background: white; }
	
#offers {
	border: 1px solid #E45C00;
	margin-right: 11px;
	height: 158px;
	background-color: #ffe8d7; }
	
#inpname {
	width: 130px;
	height: 21px;
	border: 1px solid #284b63; }
	
#inpphone {
	width: 130px;
	height: 21px;
	border: 1px solid #284b63; }
	
#inpaddress {
	width: 130px;
	height: 48px;
	font-size: 11px;
	font-family: tahoma;
	overflow: hidden;
	border: 1px solid #284b63; }
	
#offers ul {
	margin: 0; padding: 0; border: 0;
	list-style-type: none; }
	
#offers ul li {
	margin-bottom: 8px; }
	
#offers ul li label {
	float: left;
	color: #284b63;
	font-size: 11px;
	font-family: tahoma;
	width: 48px; }

#qofferheader {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px; }
	
#qofferbody {
	margin-left: 10px;
	margin-right: 10px; }
	
#sendbutton {
	text-align: right; }
	
#qoffercapt {
	color: #284b63;
	font-family: tahoma;
	font-weight: bolder;
	font-size: 12px; }
