html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;                                                                 
}

body {
	background: #8a9d9f url(../images/background.jpg) top left repeat-x;
	color: #000;
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 0px 20px 0px;
	text-align: left;
}

label {
	color: #666;
	font: 100 11px/13px Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
	display: block;
	background: #566263;
	position: relative;
	width: 100%;
	height: 360px;
}

#content {
	position: relative;
}
#header {
	position:relative;
	top:0px;
	width:1000px;
	height:150px;
	z-index: 99;
}

#logo {
	position: relative;
	float: left;
	top: 50px;
}

#menu {
	position:relative;
	float:right;
	width: 640px;
	top: 50px;
}

#menu, #menu * {
	margin:0;
	padding:0;
}

#menu ul {
	float:left;
	margin: .35em 0 1em 0;
}

#menu ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: center;
}

#menu li a {
	color: #333;
	font: 900 14px/20px Century Gothic, sans-serif;
	padding: 10px;
	position: relative;
}

#menu a:hover, #menu a:active, #menu a.current{ 
	color: #606060;
	background: url(../images/menu_hover.png) bottom center no-repeat;
}

#menu li ul { background: url(../images/alpha.png) repeat; width:auto; }
#menu li li { position: relative; padding: 0; border: none; }
#menu li li:hover { }
#menu li li a { background: none; color: #333; font: 900 11px/20px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; white-space: nowrap; text-align: left; }
#menu li li a:hover, #menu li li a:active { color: #000; background: url(../images/alpha_hover.png) repeat; }

h1 {
	color: #000;
	font: 100 50px/50px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	letter-spacing: 4px;
	margin: 0;
}

h2 {
	color: #000;
	font: 100 30px/50px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	letter-spacing: 3px;
}

h3 {
	color: #000;
	font: 100 20px/22px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #3399cc;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

ul.list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.columns li {
	float:left;
	width: 110px;
}
.leftpanel {
	position:relative;
	display: block;
	background: url(../images/menulinks_background.png) top center repeat-x;
	float: left;
	width:250px;
}

.leftpanel div.panel {
	position:relative;
	display: block;
	width:200px;
	margin-top: 18px;
}

.mainpanel {
	position:relative;
	display: block;
	float: left;
	width:750px;
}

.mainpanel div.innercontent {
	padding: 25px;
}

#menulinks {
	position:relative;
	height:300px;
}

.leftpanel #menulinks, .leftpanel #menulinks a {
	width: 202px;
}

.leftpanel #menulinks p {
	margin: 8px;
}

#menulinks, #menulinks * {
	margin:0;
	padding:0;
}

#menulinks ul {
	position: relative;
	margin: 0 0 0 0;
}

#menulinks ul li {
	float:left;
	display: block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: relative;
	width: 250px;
	text-align: center;
}

#menulinks a {
	color: #333;
	font: 300 14px/20px Century Gothic, sans-serif;
	background: url(../images/menulinks_background.png) top center repeat-x;
	display: block;
	height: 300px;
	position: relative;
}

#menulinks a.last {
	background: url(../images/menulinks_background_last.png) top center repeat-x;
}
#menulinks a:hover, #menulinks a:active { 
	color: #606060;
	background: url(../images/menulinks_background_hover.png) top center repeat-x;
}

#menulinks a.last:hover, #menulinks a.last:active { 
	color: #606060;
	background: url(../images/menulinks_background_last_hover.png) top center repeat-x;
}

#menulinks p {
	margin: 12px;
}

#menulinks h3 {
	padding: 25px 0 0 0;
}

#links div.innercontent {
	padding: 0 25px;
}

#menufooter {
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#menufooter, #menufooter * {
	padding: 0;
}

#menufooter ul {
	position: relative;
	margin: 20px 0 0 0;
}

#menufooter ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: relative;
	width: 250px;
	text-align: center;
}

#menufooter ul li li {
	float: none;
	position: relative;
	text-align: left;
}

#menufooter a {
	color: #fff;
	font: 300 12px/20px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 6px 0;
	position: relative;
}

#menufooter a:hover, #menufooter a:active { 
	color: #ed1c24;
}

#copyright {
	color: #fff;
	font: 100 11px/20px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	padding: 40px 0;
	margin: 0 auto;
	width: 1000px;
}

#copyright a {
	color: #fff;
}
input[type="text"], input[type="password"], select, textarea {
	color:#48402c;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	height: 19px;
	padding: 1px;
	background: #fcffff;
	border: solid 1px #e0e0e0;
	display: block;
}

input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus, 
input[type="password"]:hover, input[type="password"]:active, input[type="password"]:focus, 
select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
	border: solid 1px #c0c0c0;
}

.contact {
	width: 200px;
	margin-bottom: 4px;
}
textarea.contact {
	height: 60px;
}

.left {
	position: relative;
	float: left;
}

.contactcolumn {
	padding-left: 12px;
}

#contactdetails {
	position: relative;
	width: 200px;
	margin: 0 40px 0 0;
	float: right;
	font-size: 11px;
	color: #666;
}

div.buttonSubmit {
	position: relative;
	width: 52px;
}

div.buttonSubmit input,div.buttonSubmit span {
	height: 28px;
	position: relative;
	background: url(../images/contact_btn.png) right 0 no-repeat;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 8px 0px;
	border: 0px;
	cursor: pointer;
	z-index: 5;
}

div.buttonSubmit input {
	width: 52px;
}

div.buttonSubmit span {
	width: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: left -36px;
	padding: 0;
	z-index: 10;
}

body.safari div.buttonSubmit span {
	display: none;
}

label.error {
	color: #966;
	margin-bottom: 4px;
	font-weight: 900;
	display: block;
}

input[type="text"].error, input[type="password"].error, select.error, textarea.error {
	border: solid 1px #966;
}

.price {
	background: url(../images/price_divider.png) 0 0 no-repeat;
}

.medium {
	font: 900 20px/40px "Century Gothic";
}

.large {
	font: 900 40px/40px "Century Gothic";
}

.grey {
    color: #666;
}

.leftpanel .grey {
    line-height: 24px;
}

.clear { clear:both; }

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}
.top {
	vertical-align: top;
}
img { border: none; }

img.border {
	display: block;
	background: #fff;
	border: solid 1px #c0c0c0;
	margin: 0;
	padding: 3px !important;
}

img.thumb {
	display: block;
	background: #fff;
	border: solid 1px #999;
	margin: 0 20px 20px 0 !important;
	padding: 3px !important;
	width: 120px;
}

img.thumbright {
	display: block;
	background: #333;
	border: solid 1px #e0e0e0;
	margin: 0 0 20px 0 !important;
	padding: 1px !important;
}

img, div, #menumain li { behavior: url(../js/iepngfix.htc) }
