﻿* {
	margin: 0;
	padding: 0;
	font-family:Arial;
}
body {
}
div#overlay {
    width:100%;
    position:absolute;
    background-image: -moz-linear-gradient(top, #dedede, white);
    background-image: -webkit-gradient(linear, 0 0, 0 500, from(#dedede), to(white));
    margin-bottom:20px;
}

div#container {
    background:white;
    width: 943px;
    margin: 20px auto;
    padding:2px;
    border: solid 1px #C3813B;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-box-shadow: 5px -5px 20px #ba7;
    -webkit-box-shadow: 5px -5px 20px #ba7;
}
div#header {
    height:165px;
    background:url(/App_Themes/images/headerlogo.gif) 10px 15px no-repeat;
    padding:20px 30px 0 210px;
    font-size:9pt;
    line-height:24px;
}
div#header .NoSpam {
    font-style:italic;
}
div#header label {
    width:80px;
    display:block;
    float:left;
    font-weight:bold;
}
div#header input[type=text] {
    margin-right:20px;
    display:block;
    float:left;
    width:120px;
}
div#topmenu {
    height:37px;
}
div#topmenu ul {
    list-style-type:none;
}
div#topmenu ul li {
    list-style-type:none;
    float:left;
    font-weight:bold;
    color:White;
    margin-left:0;
    padding:0;
}
div#topmenu ul li a {
    font-size:12pt;
    letter-spacing:-1px;
    line-height:37px;
    margin-right:2px;
    padding:0 5px;
    width:121px;
    height:37px;
    display:block;
    color:White;
    text-decoration:none;
    background:#E38920 url(/App_Themes/images/menubgwhite.gif) center right no-repeat;
    border:solid 1px #DBA86C;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
}
div#topmenu ul li.MILast a {
    margin-right:0px;
}
div#topmenu ul li a:hover {
    border:solid 1px #bbbbbb;
    color:#EC8000;
    background:#ffffff url(/App_Themes/images/menubgorange.gif) center right no-repeat;
}
div#middlesection {
    margin-top:4px;
    background:url(/App_Themes/images/leftbarbg.gif) top left repeat-y;
	overflow: auto;
	width: 100%
}
div#leftbar {
    width:133px;
    background:#F2A54A;
    height:100%;
    padding:10px 0 20px;
    float:left;
}
div#findusfacebook {
    padding-top:20px;
    text-align:center;
}
div#maincontent {
    width:777px;
    margin-right:2px;
    padding:10px 15px 50px 0px;
    float:right;
}
div#bottommenu {
    margin-top:15px;
    text-align:center;
    padding:10px 0;
    height:25px;
    clear:both;
}
div#bottommenu ul {
    list-style:none;
}
div#bottommenu ul li {
    list-style:none;
    font-weight:bold;
    display:inline;
    margin-left:0;
    padding:0;
}
div#bottommenu ul li a {
    padding:0 5px;
    color:#EC8000;
    text-decoration:none;
    font-weight:normal;
}
div#bottommenu ul li a:hover {
    text-decoration:underline;
}
div#footer {
    text-align:center;
    height:36px;
    font-size:8pt;
    color:#cccccc;
}
div#footer a {
    color:#cccccc;
    text-decoration:none;
}
div#footer a:hover {
    color:#aaaaaa;
    text-decoration:underline;
    text-shadow: 2px 2px 2px #bbbbbb;
}
div#footer div.webfresh a {
    font-size:8pt;
    color:#dddddd;
    text-decoration:none;
    text-shadow:none;
}

.Response
{
    color: Green;
    border-top: dotted green 1px;
    border-bottom: dotted green 1px;
    background-color: #ccf9cc;
    padding: 5px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 14pt;
}
.Error
{
    color: Red;
    border-top: dotted red 1px;
    border-bottom: dotted red 1px;
    background-color: #f9cccc;
    padding: 5px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 14pt;
}

div#contactdetails {
    background:#EE8E1C;
    padding:8px 6px 15px;
    border-top:solid 1px white;
    border-bottom:solid 1px white;
}
address {
    color:White;
    font-size:8pt;
    font-style:normal;
}
address span.addressitem {
    font-weight:bold;
}
address a {
    color:White;
    font-weight:bold;
    font-weight:normal;
}
address a:hover {
    text-decoration:none;
}
div#currentdeals {
    text-align:center;
    padding:30px 0 20px;
}
div#currentdeals img {
    border:none;
}
