/* CSS Document */

/*****  Universal Selector: Resets all margins and paddings to 0, and resets font family ****/
*{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff; }

/****  Common Selectors *****/
body{background-color:#122a4a;}
a{text-decoration:none;}
a:hover{ text-decoration:underline;}
h1{font-size:18px; color:#420060; margin-bottom:10px;}
h3{font-size:12px; font-weight:bold;}




/**** Contains all sections ****/
#wrapper{width:848px; height:516px; background:url(../images/wrapper_bg.gif) repeat-y top; margin:0 auto; }


/*****All Sections on wrapper******/
#header{background:url(../images/hdr_bg.gif) repeat-x; height:56px; width:auto; margin:0 18px; position:relative;}
#main{width:auto; height:381px; border:solid #0081d1 1px; margin:0 18px; position:relative; }
#footer{background:url(../images/wrapper_bottom.gif) no-repeat bottom; height:81px; padding-top:10px;}

/**** 
**** Sub-sections on Header *****/
#header #hdr_logo{position:absolute; top:8px; left:61px;}
#header #hdr_txt{position:absolute; bottom:8px; right:5px;}

/**** 
**** Sub-sections on Main *****/
#main #content{ background:url(../images/main_bg.jpg) no-repeat; width:803px; height:358px; margin:3px 3px 1px 3px; }
#main #content #main_title{ position:absolute; top:33px; left:337px; width:444px; height:58px; }

#main #content #main_bottom_txt{ position:absolute; top:318px; right:110px; width:270px; height:29px;}

#main #content #bottles{position:absolute; top:4px; left:4px; width:315px; height:351px;}
#main #content #choose{ position:absolute; bottom:1px; }
#main #content #choose .pointer{ cursor:pointer;}

#main #content #bodywash_green{ position:absolute; top:120px; left:387px; width:337px; height:162px; }
#main #content #bodywash_red{ position:absolute; top:120px; left:387px; width:337px; height:162px;}
#main #content #bodywash_blue{ position:absolute; top:120px; left:387px; width:337px; height:162px;}



/***** Footer Styles ****/
#footer div{margin:0 auto 8px auto; text-align:center;}
#footer img#questions{ padding-top:12px;}

