/* Grid 90x10 is 990 */
/* reset css */
html {font-size:125%;}
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:inherit;font-style:inherit;font-family:inherit;color:inherit;text-align:inherit;}
:focus {outline: 0;}
body { text-align:center; color:#FFF; font: 50%/1 Arial, Helvetica, sans-serif; }

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
caption,th,td {text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
blockquote,q {quotes:"" "";}

/*Clearfix*/
.clearfix:after, .row:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}

/* grid framework */
.row {position:relative; margin-left:-10px;}

.gu10 .row {width: 1000px;}
.gu9 .row {width: 900px;}
.gu8 .row {width: 800px;}
.gu7 .row {width: 700px;}
.gu6 .row {width: 600px;}
.gu5 .row {width: 500px;}
.gu4 .row {width: 400px;}
.gu3 .row {width: 300px;}
.gu2 .row {width: 200px;}
.gu1 .row {width: 100px;}

.col {padding-left:10px;float:left; position:relative;}

.gu10 {width: 990px;}
.gu9 {width: 890px;}
.gu8 {width: 790px;}
.gu7 {width: 690px;}
.gu6 {width: 590px;}
.gu5 {width: 490px;}
.gu4 {width: 390px;}
.gu3 {width: 290px;}
.gu2 {width: 190px;}
.gu1 {width: 90px;}

h1, h2, h3, h4 {line-height:0.9em; text-align:left;font-family:"Myriad Pro",Arial,Verdana,Helvetica,sans-serif;text-transform:uppercase;}
h1, h1 a, h2, h2 a, h3, h3 a, h4 a { color:#FFF; ; font-weight:bold; }
h1 { color: #FFF; text-transform: none; font-size: 3em; margin-top: 10px; margin-left: 10px; }
h2 { font-size:1.6em; text-transform:none; font-weight:bold; margin-top: 10px; margin-bottom: 10px; }
h3 {font-size:1.3em;padding:0 0 5px;margin:0;}
h4 {font-size:1.2em;}

a { color:#FFF; }
strong { font-weight:bold;}
.clear { clear:both}
