/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

A:link {text-decoration: none; font-weight: bold; color:#333;}
A:visited {text-decoration: none; font-weight: bold; color:#333;}
A:active {text-decoration: none; font-weight: bold; color:#333;}
A:hover {text-decoration: none; font-weight: bold; color:#CCCCCC;}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 min-height: 350px;
 width: 400px;
 display: inline;
}

#content_full { 
 float: left;
 color: #333;
 background: #FFFFFF;
 min-height: 350px;
 width: 800px;
 display: inline;
}

#header { 
 background-image: url('images/background.jpg');
 width: 800px;
 float: left;
 height: 120px;
}

#footer { 
 width: 800px;
 height: 80px;
 clear: both;
 color: #333;
 background: #585858;
}

#navigation {
 float: left;
 width: 800px;
 height: 35px;
 color: #333;
 background: #585858;
}

#rightcolumn { 
 color: #333;
 background: #657ddd;
 min-height: 350px;
 width: 400px;
 float: left;

 
}
.fineprint {
 font-size: 11px;
 color:#FFF;
 font-weight: bold;
}
/*
     Contact Form
*/

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 420px;
	margin-left: 15px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#catpcha-area {
	margin-left: 200px;
}

/* Table CSS */

.cssguycomments {background:#eee;border:#ddd;padding:8px;margin-bottom:40px;}
.cssguycomments p {font:normal 12px/18px verdana;}

a img {border:0;vertical-align:text-bottom;}
table {border-collapse:collapse;}
th.side {
	background: transparent url(images/bg_th_side.gif) no-repeat bottom left;
}
td.side {
	text-align:right;
	background: transparent url(images/bg_td_side.gif) no-repeat bottom left;
	width:180px;
	font:bold 12px/15px verdana;
	color:#FFFFFF;
	padding-right:8px;
}

th {
	height:64px;
	border-right:1px solid #fff;
	vertical-align:bottom;
	color:#fff;
	font:normal 21px/27px arial;
	letter-spacing:2px;
	background:transparent url(images/bg_th.gif) no-repeat bottom left;
	}
td {
	text-align:center;
	background:transparent url(images/bg_td.gif) no-repeat bottom left;
	border-right:1px solid #fff;
	color:#fff;
	width:108px;
	height:40px;
	font:bold 12px/18px verdana;
}
td.on {background:transparent url(images/bg_td_on.gif) no-repeat bottom left;}
th.on {
	background:transparent url(images/bg_th_on.gif) no-repeat bottom left;
	padding-bottom:9px;
	width:148px;
}

tfoot td {
	background:transparent url(images/bg_foot_td.gif) no-repeat top left;
	height:64px;
	vertical-align:top;
	padding-top:8px;
}
tfoot td.on {
	background:transparent url(images/bg_foot_td_on.gif) no-repeat top left;
	padding-top:16px;
}
tfoot td.side {background: transparent url(images/bg_foot_td_side.gif) no-repeat top left;}

#formcontainer {
	width:460px;
	height:320px;
	background:transparent url(images/bg_form.gif) no-repeat top left;
	position:absolute;
	top:24px;
	left:341px;
}
#formcontainer form {
	padding:8px 10px;
	margin:0;
}
#formcontainer h2 {
	margin:0;
	padding:0 0 14px 0;
	font:bold 21px/27px arial;
	color:#fff;
}
#formcontainer fieldset {
	border:none;
	padding:0;
}
#formcontainer label {
	display:block;
	float:left;
	font:bold 12px/18px verdana;
	color:#fff;
	padding-bottom:12px;
}
#formcontainer label.email {
	width:350px;
}
#formcontainer label.email input {
	width:340px;
}
#formcontainer label.password {
	clear:left;
	padding-right:40px;
}
#formcontainer label.password input,
#formcontainer label.retype input {
	width:150px;
}
#formcontainer fieldset.buttons {
	padding-top:10px;
	clear:left;
}
#prices {
	position:relative;
}