@charset "utf-8";
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #8e382b url(images/bodybg.png) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #64401a;
}
#container {
	width: 720px;  
	margin: 30px auto;
	text-align: left; 
}
h1, h2, h3, h4 {
	color:#7f2f22;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#c79189;
}
a:hover {
	color:#fff;
}
/* Header Styles */
#header {
	padding: 0;
	margin:0;  
}
#logo {
float:left;
}
#menu {
}
#menu ul {
	display:block;
	list-style:none;
	background:url(images/menu-bottom.png) bottom repeat-x;
	padding:10px 0 0 0;
	margin:40px 0 0 272px;
	height:20px;
}
#menu li {
float:left;
padding:0 8px;
}
#menu li a{
}
#menu li a:hover {
	background:url(images/bullet.png) top right no-repeat;
}
#phone-wrapper {
	background:#eedac5;
	border:2px solid #712518;
	margin:30px 0 5px 0;
	text-align:center;
	padding:10px;
}
#phone {
	background:#762a1d;
	margin:0 0 5px 0;
	padding:5px;
	text-align:center;
	font-size:24px;
}
/*Content Styles */
#buttons {
	text-align:center;
	margin:0 0 5px 0;
}
#mainContent-wrapper {
	background:#cfb395;
	padding:2px;
}
#mainContent {
	padding: 10px 20px;
	background:#eedac5;
	border:5px solid #f4e7d9;
	min-height:400px;
}
#mainContent_front {
	padding: 10px 20px;
	background:#eedac5;
	border:5px solid #f4e7d9;
}
#mainContent a {
color:#C98555;
}
#mainContent a:hover {
color:#762a1d;
}
/*Footer Styles */
#footer {
	padding: 0 10px;
	color:#fff;
	text-align:center;
	margin:20px 0; 
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
/* DotCom.ie styles */
#dotcom {
	padding:10px;
	background:#eedac5;
	border:2px solid #712518;
	text-align:left;
}
#dotcomimage {
	float:right;
}

/* Universal Styles */
.peach{
	color:#f29e64;
}
.white {
	color:#fef0e0;
}
.lightbrown {
	color:#e2a097;
}
.ftleft {
	float:left;
}
.ftright {
	float:right;
	margin-left:20px;
}
.clear {
	clear:both;
	  height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* Form styles */
.formfields {	
	border:1px groove #747474;
	width:290px;
}

.detailsform {
	width:380px;
	height:150px;
	border:1px groove #747474;
}

.formimg {
	padding:3px 0 0 8px;
}

.form {
	width:400px;
	margin-left:230px;
	border-left:1px solid #747474;
	padding-left:10px;
}

.form td {
	padding:3px 0;
}

.small {
	font-size:80%;
}

#security_code{
	width:150px;
}