/*-----------------------------------------------------------------------------
Wrap Extreme V1
version:   1.0
author:    Dave Watts
email:     dj@juicylime.com
-----------------------------------------------------------------------------*/

/* =resets
-----------------------------------------------------------------------------*/

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, 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%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* =General
-----------------------------------------------------------------------------*/


/* Class for clearing floats */
.clear {
	clear: both;
}

.lefty {
	float: left;
	padding: 0px 8px 3px 0px;
}


.righty {
	float: right;
	padding: 0px 0px 3px 8px;	
}

.centre {
	text-align: center;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	background: #000000 url(../images/CarbonBG.gif) top center repeat-y;
	font-family: "verdana", Arial, Helvetica, sans-serif;
	min-width: 1000px;
}

h1 {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	color: #abda4d;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0px;
	font-size: 1.1em;	
}

h2 {
	font-family:  "verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #abda4d;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	letter-spacing: 0px;
}

h3 {
	font-family:  "verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #abda4d;
	margin: 0px 0px 10px 0px;
	font-size: 0.9em;
	letter-spacing: 0px;
}

h4  {
	font-family:  "verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	font-size: 0.9em;
	letter-spacing: 0px;
	text-align: center;
}


p {
	margin: 0px 0px 25px 0px;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
}


form {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 1.5em;
}

/* =Lists
-----------------------------------------------------------------------------*/
ol {
	margin: 0px 0px 25px 80px;
	color: #99E011;
	list-style: decimal;
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;	
}

ul {
	margin: 0px 0px 0px 15px;
	font-weight: normal;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 2em;
	list-style-type: circle;
}

.bullets {
	margin: 0px 0px 25px 35px;
	color: #ff5200;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 1.5em;
	list-style-type: circle;
}


/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited{
color: #abda4d;
text-decoration: none;
}

a:hover, a:active{
color: #fff;
text-decoration: underline;
}



/* =Main Content
-----------------------------------------------------------------------------*/


#header {
	margin: 0px auto 0px auto;
	background: url(../images/WrapExtremeHeader.jpg) no-repeat top center;
	height: 235px;
	width: 960px;
}


#maincontent {
	margin: 0px auto 0px auto;
	background: url(../images/WrapExtremeContentBG.jpg) repeat-y top center;
	width: 960px;
}

#leftcontent {
	padding: 30px 80px 10px 80px;
}

#bottomimage {
	margin: 0px auto 0px auto;
	background: url(../images/WrapExtremeFooter.jpg) no-repeat top center;
	height: 298px;
	width: 960px;
}


/* =Navigation
-----------------------------------------------------------------------------*/
#menu {
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 190px 50px 0px 50px;
	}



/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	margin: 25px auto 20px auto;
	width: 960px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.7em;
	color: #fff;
}

#footer a:link, a:visited{
	color: #abda4d;
	text-decoration: none;
}

#footer a:hover, a:active{
	color: #fff;
	text-decoration: underline;
}
