/***********************GLOBAL SETTINGS***********************/
/*Changes within this document will apply to the whole site  */
/*************************************************************/
body {
background: #FFF;
padding: 0px;
margin: 0px;
/*Global font*/
font-family:arial,helvetica,verdana,sans-serif; font-size:12px;
}

img { /*overwrite default values*/
border:0px;
margin:0px;
padding:0px;
}

a {
text-decoration:none;
}

#page {
width:515px;
margin:25px 15px 15px 15px;
position: relative;
min-height: 100%;
}

/*//////////////////////SETTINGS FOR HEADER//////////////////////*/
#header {
width: 515px;
border-top: 1px solid #ff0000;
height:140px;
font-weight:bold;
padding-top:5px;
position:relative;
}
#logo {
position:absolute;
left:0;
top:30px;
}

/*//////////////////////END SETTINGS FOR HEADER//////////////////////*/

/*//////////////////////SETTINGS FOR CONTENT//////////////////////*/

/*Two column layout*/
#page #columnleft{
float:left;
width:250px;
margin-right:15px;
border-top: 1px solid #ff0000;
}
#page #columnright{
float:left;
width:250px;
margin-bottom:15px;
clear:right;
border-top: 1px solid #ff0000;
}

#page #columnright table {width:250px;  margin:0px; padding:0px; border-collapse: collapse; border-spacing: 0; margin-top:1px; }
#page #columnright table td {margin:0;vertical-align:top; text-align:right; border-bottom: 1px solid #000; width:50%; padding:0.2em 0em 0.2em 0em;}
#page #columnright table td.def {text-align:left;}
#page #columnright #retailer td {text-align:left;}
#page #columnright table td.thick {border-bottom:2px solid #000; padding:0.4em 0em 0.4em 0em;} 
#page #columnright table td p {margin:0; font-size:11px; width:auto;}
#page p.small {font-size:11px;}
#page h4 {
color:#ff0000;
margin:0.4em 0 0.5em 0;
}


/*//////////////////////END SETTINGS FOR CONTENT//////////////////////*/

/*//////////////////////SETTINGS FOR FOOTER//////////////////////*/
#footer {
height:20px;
margin:10px 0px 0px 0px;
padding-top:5px;
width:515px;
clear:both;
border-top: 1px solid #FF0000;
bottom:0px;
}
/*//////////////////////END SETTINGS FOR FOOTER//////////////////////*/




/*clearer hack*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */