/*
==================================================
 Stylesheet for ABSystems' Default Template
==================================================
*/

/*
==================================================
 Generic Body Styles
==================================================
*/

*	{
margin: 0;
}

html { 
min-height: 100%; 
margin-bottom: 1px; 
}

body	{
margin: 0;
padding: 0;
text-align: center;
line-height: 1.1em;
background: #ebebeb;
}

.wrapper	{
font: 14px 'myriad pro', helvetica, sans-serif;
margin: 20px auto;
padding: 0 25px;
width: 900px;
\width: 950px;
w\idth: 900px;
text-align: left;
background: url(../images/bg.gif) repeat-y center;
}

a	{
color: #e99033;
text-decoration: underline;
}

a:hover	{
color: #e99033;
text-decoration: none;
}

img	{
border: 0;
}

h1	{
font-size: 18px;
color: #5895cd;
margin: 0 0 15px 0;
padding: 0;
}

.center	{
text-align: center;
}

ul	{
margin: 15px 0 15px 30px;
padding: 0;
}

li	{
margin-bottom: 8px;
}

.imgCurves	{
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-top-right-radius: 7px;
border-radius: 7px;
}

/*
==================================================
 Header
==================================================
*/

.header	{
width: 900px;
padding: 15px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: url(../images/header.gif) repeat-x;
}

.header h1	{
float: left;
width: 600px;
margin: 15px 0 0 20px;
padding: 0;
}

.header h1 a, .header h1 a:hover	{
font: 30px 'myriad pro', helvetica, sans-serif;
font-weight: bold;
color: #5895cd;
text-decoration: none;
}

.logo a	{
float: left;
width: 291px;
height: 100px;
display: block;
margin-left: 20px;
background: url(../images/logo.png);
}

.requestInfo	{
float: right;
width: 250px;
text-align: right;
padding: 30px 20px 0 0;
color: #828282;
font: 20px 'myriad pro', helvetica, sans-serif;
}

/*
==================================================
 Content
==================================================
*/

.content	{
padding: 20px;
width: 860px;
\width: 900px;
w\idth: 860px;
min-height: 470px;
height: auto !important;
height: 470px;
background: url(../images/contentBg.gif) no-repeat;
}

.rightCol	{
float: left;
width: 590px;
}

.prodDesc	{
float: right;
padding: 0 10px 0 10px;
width: 250px;
\width: 270px;
w\idth: 250px;
}

.prodDesc img	{
margin: 10px 10px 10px 0;
}

.prodDesc ul	{
padding: 10px 0 10px 40px;
border-left: 1px solid #ccc;
margin-left: 20px;
}

/*
==================================================
 Footer
==================================================
*/

.footer	{
margin: auto;
text-align: left;
padding: 20px 0 20px 15px;
width: 885px;
\width: 900px;
w\idth: 885px;
font: 12px 'myriad pro', helvetica, sans-serif;
color: #333;
background: #888;
}

/*
==================================================
 Nav
==================================================
*/

#topNav	{
float: left;
width: 250px;
margin: 5px 0 0 10px;
}

#topNav ul {
padding: 0;
margin: 0;
}

#topNav ul ul	{
margin: 10px 0 0 5px;
}

#topNav li	{
margin-bottom: 10px;
list-style: none;
font: 14px 'myriad pro', helvetica, sans-serif bold;
}

#topNav li a {
margin: 0;
padding: 0;
color: #222;
text-decoration: none;
font: 14px 'myriad pro', helvetica, sans-serif bold;
}

#topNav li li a {
margin: 0;
padding: 0 0 0 12px;
color: #222;
text-decoration: none;
font: 14px 'myriad pro', helvetica, sans-serif bold;
background: url(../images/navHover.gif) no-repeat 0 -4px;
}

#topNav li li a:hover	{
background-position: 0 -17px;
}

#topNav li a:hover	{
color: #e99033;
text-decoration: none;
}

/*
==================================================
 Clear
==================================================
*/

.clear:after {
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clear {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */