/* Main Site Styling */

html, body {
    min-width: 200px;      /* 2x LC width + RC width */
    background:#fff url("../images/bg_fill.gif") top repeat-x;
    color:#000;
    text-align:center;
    font-family:"lucida sans unicode";
    font-weight:normal;
    font-size:8pt;
    margin:0px;
    padding:0px;
}

#header {
    background:url(../images/airide_top.jpg) top no-repeat;
    width:980px;
    height:170px;
    margin:0px auto 0px auto;
    text-align:left;
}
#header ul {
    margin:0px 0px 0px 0px;
    padding:0px;
    list-style:none;
}
#header li {
    margin:0px;
    padding:0px 0px 0px 0px;
    display:inline;
}
#header a {
    float: left;
    display: block;
    background:url(../images/nv_l.gif) bottom left no-repeat;
    text-decoration:none;
    font-family:"Trebuchet MS";
    font-weight:bold;
    font-size:12pt;
    color:#fff;
    margin:0px 1px 0px 0px; /*Margin between each menu item*/
    padding: 30px 0px 8px 10px; /*Padding within each menu item*/
}
#header span{
    background:url(../images/nv_r.gif) bottom right no-repeat;
    padding: 30px 10px 8px 0px;
}
#header a:hover {
    color:rgb(230,160,160);
}
#nav_tl {
    width:550px;
}
#nav_tr {
    margin:0px;
    padding:0px;
    width:430px;
    text-align:right;
}
#main, #main2 {
    width:980px;
    margin:0px auto 0px auto;
    text-align:left;
}
#main p, #main2 p{
    padding:0px;
}
#main_page b{
    font-size:14pt;
    font-family:"trebuchet";
    font-weight:bold;
    color:rgb(180,0,0);
    margin:0px;
    padding:0px;
}
.prom {
    padding:0px;
    margin:0px 20px 5px 0px;
    font-family:helvetica;
    font-size:12pt;
    font-weight:bold;
    color:#fff;
}
.red_r {
    text-align:center;
    font-size:14pt;
    font-style:italic;
    font-family:"trebuchet";
    font-weight:bold;
    padding:0px;
    margin:0px;
    color:rgb(180,0,0);
}
.red_r a{
    color:rgb(180,0,0);
}

/* Main page layout of tables */

.img_left {
    float:left;
    margin-right:15px;
}

.img_right {
    float:right;
    margin-left:15px;
}
.eve_td {
    padding:10px;
    border-top:1px solid rgb(140,6,5);
}
eve_td
/* Rounded corners */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin:0 auto; /* center for now */
    padding:0px;
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    margin-bottom:5px;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 18px 30px 10px 30px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0px;
	padding: 5px 18px 15px;
}
.boxbody p{
    margin:10px 0px 5px 0px;
    padding:0px 0px 0px 0px;
}
.dbox_left{
    padding:0px 10px 0px 0px;
}
/* Floating Box */
#page {
    margin:310px 0 50px 250px;
    display:block; width:500px;
    border:1px solid #000; background:#fff; padding:10px;
}

#page .right {
    font-size:30px;
    float:right;
}
#menushow {
    display:block;
    top:0px;
    right:0px;
    position:fixed;
    padding:0px;
    text-align:right;
    font-weight:bold;
    color:#ccc;
}
#menushow a:visited, #menushow a{
    color:#ccc;
}
#product ul {

}
#product li {

}
/* Forms and stuff */

fieldset {
    border:1px solid rgb(120,0,0);
    margin-bottom:5px;
    padding-bottom:5px;
}

.fieldset {
    position: relative;
    padding: 2.5em 1em 0.5em 1em;
    border: 1px solid #ccc;
    background:rgb(175,226,255);
}

legend span {
    position: relative;
    left:0.25em;
    text-align:center;
    font-size:10pt;
    font-style:italic;
    font-family:"trebuchet";
    font-weight:bold;
    padding:0px 5px 0px 0px;
    margin:0px;
    color:rgb(180,0,0);
}
label{
    width:150px;
    text-align:right;
    float:left;
    clear:both;
    margin:0.25em 1em 0em 0em;
    display:block;
}
input{
    font-size:8pt;
}
select {
    font-size:10pt;
}
fieldset p{
    margin:0px;
    padding:0px;
    padding-top:5px;
    padding-bottom:10px;
}
.error {
    margin:0px;
    padding:0px;
    visibility:hidden;
    color:#f00;
}
.err {
    color:#f00;
}

#footer {
    color:rgb(120,30,0);
    width:980px;
    height:30px;
    margin:0px auto 0px auto;
}
#footer a {
    color:rgb(120,30,0);
}

