/*reset*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*fonts*/

@font-face {
	font-family: 'CenturySchoolbook';
	src: url('../fonts/2369D1_0_0.eot');
	src: url('../fonts/2369D1_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2369D1_0_0.woff') format('woff'), url('../fonts/2369D1_0_0.ttf') format('truetype');
}

/*basic styles*/

body {
	background:url(../images/bg.png) repeat-x top left;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#232928;
	margin-bottom:15px;
	line-height:22px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'CenturySchoolbook', 'Times New Roman', serif;
	color:#232928;
	font-weight:normal;
	margin-bottom:15px;
}

.content h3,
.content h2 {
	margin-top:30px;
}

.content .panel h3,
.content .panel h2 {
	margin-top:0;
}

h1 {
	font-size:36px;
	margin-bottom:25px;
}

h2 {
	font-size:30px;
	margin-bottom:25px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF7900;
	text-decoration:none;
	font-size:14px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#232928;
}

a:hover {
	text-decoration:underline;
}

.space-above {
	margin-top:40px;
}

/*layout*/

.wrapper {
	width:1000px;
	margin:0 auto;
	background:#ffffff;
}

.contentWrapper {
	margin-bottom:25px;
}

.clear {
	float:none;
	clear:both;
	overflow:hidden;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*header*/

.logo {
	background: url(../images/logo.png) no-repeat top left;
	display:block;
	height:85px;
	width:375px;
	margin:15px 0 15px 15px;
}

.logo span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.headerStripe,
.footerStripe {
	height:12px;
	width:100%;
	background:#232928;
}


/*nav*/

nav {
	width:100%;
	height:40px;
	background:#f90;
	margin-bottom:15px;
	position:relative;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

nav ul li:first-child,
nav ul li:first-child a {
	border-bottom-left-radius:5px;
}

nav ul li {
	float:left;
}

nav ul li a {
	padding:12px 15px;
	font-size:16px;
	display:block;
	color:#232928;
}

nav ul li a:hover,
nav ul li a.current {
	background:#232928;
	text-decoration:none;
	color:#f90;
}

nav ul.subNav {
	display:none;
	position:absolute;
	top:40px;
	background:#FF7900;
}

nav .subNavHover {
	background:#FF7900;
}

nav ul.subNav li {
	float:none;
}

nav li:hover > ul {
    display:block;
}

nav span.dropdown {
	width:20px;
	height:20px;
	background: url(../images/dropdown.png) 0 0 no-repeat;
	position:absolute;
	left:293px;
	top:17px
}

a.subNav-parent {
	padding-right:30px;
	position:relative;
}

nav li:hover span.dropdown,
nav li span.dropdown.current,
nav li.subNavHover span.dropdown.current {
	background-position:0 -43px;
}

nav li.subNavHover span.dropdown {
	background-position:0 0;
}


/*home page*/

.sliderContainer {
	width:100%;
	height:300px;
	background:#f1f1f1;
}

.content {
	width:600px;
	padding:15px;
	float:left;
}

.content ul {
	margin-bottom:15px;
}

.content li {
	list-style: disc;
	margin-left:20px;
	line-height:22px;
}

.content a {
	font-weight:bold;
}

.panel {
	background:#FCE4B4;
	border-radius:5px;
	padding:20px;
	margin-bottom:30px;
}

.nivoSlider {
    position:relative;
    background:url(../images/loading.gif) no-repeat 50% 50%;
    width:1000px;
    height:300px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/*side bar*/

aside {
	width:340px;
	padding:15px;
	float:right;
}

.contactForm input,
.contactForm textarea {
	display:block;
	width:330px;
	margin-bottom:10px;
}

.contactForm input {
	padding:5px 1px;
}

.contactForm button {
	cursor:pointer;
	background:#f90;
	border-radius:5px;
	border:none;
	padding:5px 10px;
	color:#fff;
	font-size:16px;
}

.contactForm button:hover {
	background:#FF7900;
}

aside .sharing {
	/*background:#232928;*/
	border-radius:5px;
	padding:10px 20px 20px 20px;
	margin-top:40px;
}

aside .sharing h3 {
	color:#f90;
}

blockquote {
	margin:50px 10px 0 10px;
	text-align:center;
}

blockquote h3 {
	margin-bottom:5px;
	line-height:22px;
}

/*footer*/

footer {
	background:#f90;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.footerStripe {
	margin-bottom:15px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

footer .left,
footer .right {
	margin-top:40px;
}

footer ul li {
	float:left;
}

footer ul li a {
	color:#232928;
	margin:0 10px;
	font-size:12px;
}

footer p.srsly {
	font-size:12px;
	margin:0 15px 5px 0;
}

footer p.srsly a {
	color:#232928;
}

/*other pages*/

ul.pricing li {
	list-style:none;
}

.opener {
	cursor:pointer;
	background: url(../images/expand.png) 95% 16px no-repeat #f90;
	border-radius:8px;
	color:#ffffff;
	padding:10px 50px 10px 20px;
	font-size:24px;
	box-shadow:0px 5px 3px #dddddd;
}

.opener span {
	font-size:14px;
}

.open {
	background-position:95% -70px;
}

.img-left {
	float:left;
	margin-right:20px;
}

blockquote.full-testimonial {
	text-align:left;
	margin:0 0 30px 0;
	font-style:italic;
	padding-bottom:10px;
	border-bottom:1px solid #232924;
}

.bottom-padding {
	padding-bottom:200px;
}