/************************************************************************
	Title: GPS Training templates
	Company: GPS Training
	File: global.css
	
	GLOBAL CSS 
	==========
	
	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique
	
	Author:		DVA  [www.dva.co.uk] - Dan Viveiros		[danv@dva.co.uk]

	Listing Order:
	==============

	Universal
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Forms

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/
html, body {
	margin: 0px;
	padding: 0px;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../assets/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

h1 {
	color: #FF6600;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	color: #FF6600;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
}

p {
	font-size: 10px;
	margin-bottom: 10px;
}

a {
	color: #FF6600;
}


.blue {font: bold 12px arial;  color:#336699;}

h5 {font: bold 17px arial; color:#336699;}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
#container {
	width: 780px;
	margin: auto;
}

#header {
	background-image: url(../assets/bg_header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 90px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 10px;
}

#wrapper {
	background-image: url(../assets/bg_wrapper.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#nav {
	float: left;
	width: 160px;
	padding: 10px 30px 10px 20px;
	background-image: url(../assets/bg_separator.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#content {
	float: right;
	width: 545px;
	padding: 20px 10px 20px 10px;
}

#left {
	float: left;
	width: 350px;
}

#right {
	float: right;
	width: 145px;
	padding: 0px 10px 0px 10px;
}

#footer {
	background-image: url(../assets/bg_footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 20px;
	width: 750px;
	margin: auto;
}

* html #footer {
	background-image: none;
}

#signup {
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	padding: 10px;
}


#signup img {
	margin-bottom: 10px;
}

/***********************************************************************
	NAVIGATION
************************************************************************/
#nav ul {
	font-size: 11px;
}

#nav ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 15px 10px 15px;
}

#nav ul li a {
	color: #666666;
	font-weight: bold;
}

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

#header img {
	float: left;
}

#contactad {
	width: 210px;
	float: right;
	padding: 0px 20px 0px 20px;
	text-align: center;
}

#contactad p {
	color: #FF6600;
	font-size: 16px;
	margin-top: 10px;
}

#contactad p strong {
	color: #333333;
}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/

/* Homepage features */
.feature {
	border: 1px solid #666666;
	float: left;
	width: 250px;
	height: 180px;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}

.feature img {
	float: right;
}

.feature h1 {
	color: #FF6600;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

.feature_text {
	padding: 5px;
	width: 150px;
}

.feature_text p {
	font-size: 10px;
	margin-bottom: 10px;
}
/* // Homepage features */

#content p {
	line-height: 14px;
}

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 10px;
}

#content ul li {
	
}

#content ul li a {
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(../assets/bulllet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.dashed {
	background-image: url(../assets/bg_dashed.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
#footer ul {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #666666;
	padding: 0px 5px 0px 5px;
}

#footer ul li.last {
	border-right: none;
}

#footer ul li a {
	color: #666666;
	font-weight: bold;
}

/***********************************************************************
	FORMS
************************************************************************/
