/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	border-top: 5px solid #F60;
}

.bodybg {
	background: url(../images/bg.jpg) repeat-x;
	padding: 25px 0 40px;
}

.footerbg {
	background: url(../images/footerbg.jpg) repeat-x;
	padding: 0;
	height: 230px;
}

hr {
	clear: left;
	border-top: 1px #CCC dotted;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 10px 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25pt;
	font-family: Gill Sans, sans-serif;
	font-style: italic;
	font-weight: lighter;
	padding: 5px 0 25px 0;
}

h2 {
	font-size: 18pt;
	font-family: Gill Sans, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 20pt;
	font-family: Gill Sans, sans-serif;
	font-style: normal;
	font-weight: lighter;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 15pt;
	font-family: Gill Sans, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #888;
}

h5 {
	font-size: 15pt;
	font-family: Gill Sans, sans-serif;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: -5px;
}

h6 {
	font-size: 12pt;
	font-family: Gill Sans, sans-serif;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
	color: #000;
	margin: 0 10px 0 0;
}

h7 {
	font-size: 15pt;
	font-family: Gill Sans, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 5px 0;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}

/* `Sections
----------------------------------------------------------------------------------------------------*/

p {
	font-family: Gill Sans, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
}

a {
	color: #444;
	font-family: Gill Sans, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

a:hover {
	color: #F60;
}

.nav {
	height: 55px;
	font-family: Gill Sans, sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
	color: #FFF;
	padding-bottom: 40px;
	background: url(../images/nav-bar.png) no-repeat 89px 16px;
}

.nav a {
	color:#FFF;
	font-size: 12pt;
	text-decoration: none;
}
	
.nav a:hover {
	color:#F60;
}

.active {
	color:#F60;
}

.nav ul {
	padding: 35px 10px 0 0;
	text-align: right;
}

.nav li {
	list-style: none;
	display: inline;
	margin: 0 13px;
}

.buy {
	color:#FF0;
}

.bodlink {
	font-family: Gill Sans, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #F60;
}



.processtitle {
	font-family: Gill Sans, sans-serif;
	font-size: 13pt;
	color: #777;
	margin: 1px 0 3px 0;
	font-style: italic;
	font-weight: bold;
}

.process {
	font-family: Gill Sans, sans-serif;
	font-size: 12pt;
	color: #000;
	line-height: 16pt;
	margin-top: -10px;
}

.img {
	padding: 10px 0 15px;
}

.testimonial {
	font-size: 13pt;
	font-family: Gill Sans, sans-serif;
	font-style: italic;
	font-weight: lighter;
	text-align: left;
	margin-bottom: 0px;
}

.client {
	font-size: 10pt;
	font-family: Gill Sans, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

input#textField {
	background: url(../images/search.jpg) #FFF no-repeat right;
	padding: 0 0 0 5px;
	margin: -5px 0 20px 5px;
	height: 20px;
	width: 200px;
	color: #999;
	font-family: Gill Sans, sans-serif;
	font-size: 12pt;
}

input#news {
	background: #FFF;
	padding: 0 0 0 5px;
	margin: -5px 0 10px 5px;
	height: 20px;
	width: 200px;
	color: #999;
	font-family: Gill Sans, sans-serif;
	font-size: 12pt;
}

.newstitle {
	padding: 0 5px 5px 5px;
	margin: -5px 0 0 0;
}

.button {
	text-align: right;
	padding: 0 5px 5px 0;
}

.pad {
	padding: 10px 5px 0;
}

.imgpad {
	margin: 0 0 6px 0;
}

.bullet {
	padding: 0 6px 0 0;
}

.nextlink {
	font-size: 15pt;
	font-family: Gill Sans, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin: 40px 0 -15px 0;
	text-align: right;
}

.nextlink a {
	color: #F60;
	
}

.nextlink a:hover {
	text-decoration: underline;
}

.footer {
	margin: 30px 0 0 0;
}

.footer p {
	font-size: 9pt;
	color: #444;
}

.copy {
	margin: 60px 0 0 0;
}

.copy p {
	text-align: center;
	font-size: 9pt;
	color: #999;
}