html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, blockquote, ul, ol, li, 
dl, dt, dd, table, tbody, tfoot, thead, tr, th, td, img, form, fieldset{
margin:0; padding:0; border:0; list-style:none; font-size:100%; font-weight:normal; font-family:verdana, arial, helvetica, sans-serif;
}
body{
font-size:75%;
line-height:1.4;
color:#000;
background:#fff;
text-align:center;
background:url(resources/wallpaper.gif) center top repeat-x fixed;
}
h1, .hidden{
position:absolute; 
left:-3000px;
}
h2, h3, h4{
margin:0 0 1em 0;
}
h2{
font-size:1.2em;
font-weight:bold;
}
h3, h4{
font-size:1em;
font-weight:bold;
}
p{
margin:0 0 1em 0;
}
a{
color:#007db3;
font-weight:bold;
text-decoration:none;
}
p a, a:hover{
text-decoration:underline;
}
input, textarea, select{
margin:0;
font-family:verdana, arial, helvetica, sans-serif;
font-size:1em;
}
.error{
color:#f00;
}
a.skipLink{
position:absolute;
left:-3000px;
background:#000;
color:#fff;
padding:1em 0;
text-align:center;
}
a.skipLink:hover, a.skipLink:focus{
left:0;
}
.clear {
clear:both;
}
.red {
color:#ce3131;
}


/* main layout ********************************/
#wrapper{
width:707px;
margin:0 auto;
text-align:left;
}
#header, #content, #footer{
width:687px;
padding:10px 10px;
font-size:0.9em;
}
#header{
margin-top:15px;
background:url(resources/header_bg.gif) top left no-repeat;	
position:relative;
}
#content{
background:#fff;
float:left;
clear:both;
}
#footer{
clear:both;
background:url(resources/footer_bg.gif) bottom left no-repeat;
height:35px;
}
#sidebar{
float:left;
width:205px;
}
#maincontent{
padding:0 15px 0 0;
width: 450px;
float: right;
}


/* header and search nav  ************************************************/
ul#siteNav{
position:absolute;
top:30px;
left:190px;
background:#fff;
}
ul#siteNav li{
float:left;
padding:0 5px;
border-right:1px solid #999;
font-weight:bold;
color:#666;
}
ul#siteNav li.last{
border:none;
padding-right:0;
}
ul#siteNav li a{
color:#666;
font-weight:normal;
}
#metafaq{
margin-top:5px;
padding:12px 10px 5px 20px;
width:653px;
background:url(resources/search_bg4.jpg) top left no-repeat #0481c2;
height:133px;
}
#metafaq label{
font-size:1em;
font-weight:bold;
color:#fff;
margin-right:15px;
float:left;
margin-top: 2px;
}
#metafaq input{
margin-right:18px;
width:200px;
float:left;
margin-top: 1px;
}
#metafaq select{
margin-right:18px;
width:204px;
float:left;
margin-top: 2px;
}
input#submit{
width:auto;
margin-right:0;
vertical-align:middle;
float:left;
margin-top: -1px;
}


/* browse navigation ************************************************/
#sidebar ul li{
background:url(resources/nav_bg.gif) top left no-repeat #0481c2;
}
#sidebar ul li.current-section, #sidebar ul a:hover, #sidebar .topicNav li a:hover,
#sidebar .topicNav li.current-section a {
background:url(resources/nav_bg_over.gif) top left no-repeat #ed7f1c;
}
#sidebar ul a:hover{
text-decoration:none;
}
#sidebar ul li a{
font-size:1.1em;
display:block;
color:#fff;
padding:6px 15px 7px 5px;
}
#sidebar .topicNav li a{
background:url(resources/nav_topic_bg.gif) top left no-repeat #82c0e1;
color:#222;
padding:4px 15px 5px 20px;
}
#sidebar .topicNav li a{
padding-left:20px;
font-size:1em;
}
#sidebar ul li:last-child ul{
padding-bottom:1px;
}


/* general stuff  ********************************************************/
ul.faqList li, ul#resultsList li, ul#relQuestions li{
background:url(resources/marker.gif) no-repeat 0 0.4em;
padding:0 0 0 10px;
margin-bottom:0.6em;
}
#related{
float:left;
padding-bottom:1.5em;
width:430px;
}
#related #more-question{
margin-top:15px;
}
#related #more-question a{
text-decoration:none;
}
#related #more-question a:hover{
text-decoration:underline;
}
.search-tips ul, #answer ul, #answer ol{
padding:0.5em 1em 1.5em 2em;
}
.search-tips ul li, #answer ul li, #answer ol li{
list-style-type:disc;
margin-bottom:0.5em;
}
#answer ol li{
list-style-type:decimal;
}
#question, #answer{
position:relative;
padding-left:20px;
} 
#question span.headerTitle, #answer span.headerTitle{
font-weight:bold;
position:absolute;
top:0;
left:0;
}
.announcements{
margin-bottom:1.5em;
}
#answer #printIt{
float:right;
margin:1em 0.5em 0 0;
width:auto;
position:relative;
}


/* ratings *******************************************************/
#rater  {
float: left;
position:relative;
margin-bottom: 20px;
width: 450px;
}
#rater span {
float: left;
padding: 10px 6px 0 0;
}
.rating, #showScore1, #showScore2, #showScore3, #showScore4, #showScore5{
width: 120px;
height: 24px;
margin: 0;
padding: 0;
list-style: none;
position: relative;
background: url(resources/stars-matrix.gif) no-repeat 0 0;
margin-top: 5px;
}
#rater ul.rating {
float: left;
padding-right: 6px;
margin: 5px 0 0 0;
}
ul.rating li {
cursor: pointer;
/*ie5 mac doesn't like it if the list is floated\*/
float: left;
/* end hide*/
text-indent:-999em;
list-style-type: none;
}
ul.rating li a{
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
text-decoration: none;
z-index: 200;
}
ul.rating li a:focus  {
outline: 0;
}
ul.rating li.one a{
left: 0
}
ul.rating li.two a{
left: 24px;
}
ul.rating li.three a{
left: 48px;
}
ul.rating li.four a{
left: 72px;
}
ul.rating li.five a{
left: 96px;
}
ul.rating li a:hover{
z-index: 2;
width: 120px;
height: 24px;
overflow: hidden;
left: 0;
background: url(resources/stars-matrix.gif) no-repeat 0 0
}
#showScore1, #showScore2, #showScore3, #showScore4, #showScore5{
float: left;
margin-top: 5px;
margin-bottom: 1.4em;
}
ul.rating li.one a:hover, #showScore1{
background-position: 0 -24px;
}
ul.rating li.two a:hover, #showScore2{
background-position: 0 -48px;
}
ul.rating li.three a:hover, #showScore3{
background-position: 0 -72px;
}
ul.rating li.four a:hover, #showScore4{
background-position: 0 -96px;
}
ul.rating li.five a:hover, #showScore5{
background-position: 0 -120px;
}
h3.rateHead {
font-size: 1em;
margin-top: 12px;
}
#rater p {
clear: both;
}
#feedback_form #query {
width: 400px;
height: 50px;
margin-bottom: 5px;
}
#rater fieldset {
border: 0;
margin: 0;
padding: 0;
}
#rater #feedback_submit {
  cursor: pointer;
  clear: both;
}

/* paging *********************************************************/
ul#paging{
padding:1.5em 7px 10px 10px;
line-height:1;
}
ul#paging li{
display:inline;
padding:1px 5px;
margin-right:3px;
border:1px solid #007db1;
}
ul#paging li#selectedPage{
font-weight:bold;
border:1px solid #333;
}
ul#paging li img{
vertical-align:middle;
padding-bottom:3px;
}
ul#paging li#previous, ul#paging li#next{
border:none;
background:none;
}


/* breadcrumbs ****************************************************/
.breadcrumbs, .breadcrumbs a{
color:#666;
font-weight:normal;
}
.breadcrumbs a{
font-size:0.9em;
}
.breadcrumbs a:hover{
color:#333;
}


/* sales engine ****************************************************/
#banners{
width:455px;
clear:right;
padding-top:15px;
}
#banners img{
float:left;
margin-right:5px;
}



/* footer *********************************************************/
#footer ul{
padding:18px 10px 0 0;
vertical-align:middle;
}
#footer ul li{
line-height:1;
display:inline;
padding:0 10px;
float:right;
border-left:1px solid #999;
}
#footer ul li#goContact{
border:none;
}
#footer a{
color:#666;
font-weight:normal;
}
#moreQuestions{
text-align:right;
}

