/* Reset it all first ___________________________________*/

html, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* Main html_____________________________________________*/

html {
	height: 100%;
}

body {
  height: 100%;
	font-family: arial, verdana, serif;
	line-height:1.125em; /* 16x1.25=  18px - base line height*/
	background:url("images/bg.jpg");
}

/* Links _________________________________________________*/

a {
color:#000;
font-weight:600;}
a:visited {} 
a:hover {}
:focus {outline: 0;}

/* typography ____________________________________________*/

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,
table,address,blockquote,fieldset {
	padding: 0 15px;
	font-weight:normal;
}

p, ol, ul, blockquote {
	font-size: 0.75em; /* 16x0.75=12px main font size */
	margin-top:0.75em; /* 12x0.75=9px */
	
}

p.small {
	font-size:9px; /* 10px */
	line-height:9px; /* 12px */
	font-family:verdana,arial, sans-serif;
	margin-top:4px;
}

h1 {
	font-size: 1.25em; /* 16x=32px */
	line-height: 1.125em; /* 48x1=36px */
	margin-top:0.28125em; /* 32x0.28125=9px */ 
	letter-spacing:-1px;
	font-weight:100;
}

h2 {
	font-size:1.125em; /* 16x1.125=18px */
	line-height:1.5em; /* 18x1.5= 27px */
	margin-top:0.5em; /* 18x0.5=9px */
}

h3 {
	font-size:1em; /* 16x1.125=18px */
	line-height:1.5em; /* 18x1.5= 27px */
	margin-top:0.5em; /* 18x0.5=9px */
	font-weight:bold;
}


/* Simple grid system_______________________________________*/

.g6_1, .g6_2, .g6_3, .g6_4, .g6_5, .g6_6, .full,
.g8_1, .g8_2, .g8_3, .g8_4, .g8_5, .g8_6, .g8_7, .g8_8  
{
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 0;
}

.g6_1 {width:15.5%}
.g6_2 {width:32%;}
.g6_3, .g8_4 {width:48.5%;}
.g6_4 {width:65%;}
.g6_5 {width:81.5%;}

.g8_1 {width:11.375%;}
.g8_2 {width:23.75%;}
.g8_3 {width:36.125%;}
.g8_5 {width:60.875%;}
.g8_6 {width:73.25%;}
.g8_7 {width:85.625%;}

.g8_8, .g6_6, .full {width:98%;}

.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width: 0; height:0;}

