/*
 * META INFORMATION
 * - AUTHOR Michael Cole on behalf of The Sponge Pty Ltd (http://www.thesponge.com.au/)
 * - TITLE Infogenesis Main Styles
 * - DESCRIPTION Pretty much all of the CSS Styles for the Infogensis Website is contained in this file
 * - LAST MODIFIED Sept 19 2008
 * - COMPANY Infogenesis (http://www.infogenesis.com.au/)
 * - NOTES A global reset should already be in affect
 * - BUGS Firefox shifts the page background image a PX to the left if there is an odd amount of pixels in the viewing pane 
 */
 
html,body{text-align:center;margin:0;padding:0;font-family:Georgia, serif;}
body{background: url(../images/WI_bodyBg.jpg) center top no-repeat #ffffff;}

/*
 * - Products List
 */
ul.products_list{text-align:center;list-style-type:none;}
ul.products_list li{display:inline;}

#content{font-size:0.85em;}

.image{width:320px;float:left;}
.details{width:300px;float:left;padding-right:30px;}
.specifications{width:212px;float:left;background:url(../images/WI_specificationsBg.jpg) 0 5px no-repeat transparent;min-height:201px;}
.specifications h3{padding-left:10px;}
.specifications li{padding-left:25px;margin-left:1px;background: url(../images/WI_specLiBg.png) 7px 5px no-repeat transparent;font-size:0.9em;}
.specifications li.even{background-color:#fefadc;}

h1,h2,h3,h4,h5,h6,p,ul,ol
{font-size:1em;line-height:1.6em;margin-bottom:1em;color:#0b3567;color:#104c93;}

h2{color:#e774c7;font-size:1.1em;font-weight:bold;}
h3, h3.purple{color:#b28ecc;}
h3.blue{color:#60cbee;}

embed:focus, object:focus{outline:none:}
.content_padding{margin:0 178px 0 320px;}

#footer a{position:absolute;left:175px;bottom:40px;}

p.error{width:380px;padding:10px;background-color:#efabcb;color:#555;font-weight:bold;text-align:center;font-size:0.8em;}
p.success{width:380px;padding:10px;background-color:#89d506;color:#fff;font-weight:bold;text-align:center;font-size:0.8em;}

form{width:400px;}
form p label{}
form p.text{}
form p.text label{width:140px;display:block;float:left;}
form p.text input{width:250px;display:block;float:right;margin:0;border-bottom:1px solid #ffec84;border-right:1px solid #ffec84;border-top:1px solid #fff4b1;border-left:1px solid #fff4b1;background-color:#fffdef;font-family:Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:bold;color:#888;}
form p.textarea{}
form p.textarea label{}
form p.textarea textarea{width:400px;height:130px;display:block;padding:0px;margin:0;border-bottom:1px solid #ffec84;border-right:1px solid #ffec84;border-top:1px solid #fff4b1;border-left:1px solid #fff4b1;background-color:#fffdef;font-family:Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:bold;color:#888;}

