/**********************************************************

Remax Electronics, inc.

Primary:
Light:		#36C
Medium:		#03A
Dark:		#036

Secondary
Light:		#C33
Medium:		#900


**********************************************************/

html {
	background: #FFF url(../images/bg-html.gif) bottom left repeat-x;
	height: 100%;
	background-attachment: fixed;
}
body {
	background: transparent url(../images/bg-body.gif) top left repeat-x;
	color: #444;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 50px; padding: 0;
	text-align: center;
}

a, a:link, a:visited {
	color: #36C;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #36C;
}

p, ul, ol, address {
	margin: 0 0 1.6em;
}
p {
	line-height: 16px;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #036;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

*:focus { -moz-outline: none; }
::selection {
	background-color: rgba(204,51,51,0.9);
	color: #FFF;
}
a::selection { color: #036; }
::-moz-selection {
	background-color: #C33;
	color: #FFF;
}
a::-moz-selection { color: #036; }

fieldset { border: 0; }
legend {
	font-size: 24px;
	color: #036;
}

dt {
	font-weight: bold;
	font-size: 16px;
	color: #036;
}

/*********************************************************/

ul#header {
	list-style-type: none;
	margin: 0 auto; padding: 0;
	width: 780px; height: 65px;
}
ul#header li.skiplink {
	position: absolute;
	top: -999em;
}
ul#header li#logo {
	float: left;
	width: 390px; height: 65px;
}
ul#header li#logo h1 {
	height: 65px;
}
ul#header li#logo h1 a {
	display: block;
	height: 65px;
	text-decoration: none;
	text-indent: -999em;
	background: url(../images/bg-logo.gif) top left no-repeat;
}
ul#header li#logo h1 a:hover {
	background-position: bottom left;
}
ul#header li#phonenumber {
	color: #900;
	font-size: 18px;
	font-weight: bold;
	padding-top: 18px;
}
ul#header li#tagline {
	color: #036;
	font-size: 14px;
}
ul#header li#phonenumber, ul#header li#tagline {
	text-align: right;
	margin-right: 20px;
}

/*********************************************************/

ul#navigation {
	clear: left;
	background: url(../images/bg-nav.gif);
	width: 780px; height: 35px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}
ul#navigation li, ul#subnav li {
	float: left; width: auto;
	margin: 0 0 0 7px;
}
ul#navigation a, ul#subnav a { 
	color: #FFF; 
	text-decoration: none;
	display: block;
	padding: 9px 10px 5px;
}
ul#navigation a:hover {
	color: #FFF;
	background-color: #036;
}
ul#navigation a.current {
	color: #FFF;
	background-color: #03A;
	cursor: default;
}

ul#subnav {
	list-style-type: none;
	width: 530px; height: 21px;
	background: #900;
	margin: -5px auto 0; padding: 0  0 0 250px;
}
ul#subnav a { padding: 4px 10px 3px; }
ul#subnav a:hover, ul#subnav a.current {
	color: #FFF;
	background-color: #C33;
}

/*********************************************************/

div#content {
	padding: 30px;
	width: 720px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	color: #444;
}

img.image {
	float: left;
	width: auto;
	margin-right: 10px;
}

ul.table, ul.logotable {
	list-style-type: none;
	padding: 0;
}
ul.table li, ul.logotable li {
	float: left;
	width: 120px;
}
ul.logotable li {
	width: 142px;
	text-align: center;
	height: 100px;
	vertical-align: middle;
}
ul.logotable img { width: 80%; }

div.main {
	float: left;
	width: 540px;
}
div.sub {
	float: left;
	width: 158px;
	border: 1px solid #036;
	margin: 28px 0 0 10px;
	padding: 5px;
}
div.sub h2 {
	font-size: 12px;
}
div.sub ul.logos {
	list-style-type: none;
	padding: 0; margin-left: 0;
	text-align: center;
}

div.clear {
	clear: both;
}

.textCenter { text-align: center; }

table.pricing {
	margin: 0 0 1.6em;
	width: 540px;
	clear: left;
}
table.pricing caption {
	font-weight: bold;
	color: #036;
	text-align: left;
	font-size: 16px;
}
table.pricing thead th {
	background: #36C;
	color: #FFF;
	font-size: 14px;
	border-right: 1px solid #DDD;
	font-weight: bold;
}
table.pricing tbody th {
	text-align: right;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #900;
	padding: 3px 5px;
	font-weight: bold;
}
table.pricing tbody td {
	text-align: right;
	border-bottom: 1px solid #900;
	padding: 3px 5px;
}

p.error {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
ul.error { color: #900; }
p.success {
	font-size: 14px;
	font-weight: bold;
	color: #03A;
}

dl#sitemap dt {
	clear: left;
	padding-top: 1em;
}
dl#sitemap dd {
	float: left;
	width: 150px;
}

/*********************************************************/

ul#footer {
	list-style-type: none;
	background: url(../images/bg-footer.gif) top left no-repeat;
	width: 780px;
	margin: 0 auto; padding: 0;
	min-height: 35px;
}
ul#footer li {
	color: #FFF;
	float: left;
	width: auto;
	padding: 13px 0 0;
	margin: 0 0 0 20px;
}
ul#footer a {
	color: #FFF; 
	text-decoration: none;
}
ul#footer a:hover {
	text-decoration: underline;
}
ul#footer li#copyright, ul#footer li#designby {
	color: #444;
	margin-left: 120px;
}
ul#footer li#copyright a, ul#footer li#designby a {
	color: #36C;
}
ul#footer li#copyright a:hover, ul#footer li#designby a:hover {
	background: transparent;
}

/*********************************************************/

.subImgLink img {
	border:0 none;
}

.subImgLink a:hover {
	background:none;
}
		
.cta {
	font-size:125%;
	font-weight:bold;
	color:#990000;
}

.homepageCTA {
	font-size:135%;
	font-weight:bold;
	text-align:center;
}