/*

Style sheet authored by niXer. nixer@ndevix.com

*/

@import url(https://fonts.googleapis.com/css?family=Signika+Negative:400,600);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,400italic,300italic,300,500,500italic,600,600italic,700,700italic);

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;
	font-size: 100.01%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

:focus { outline: 0; }

table {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
}

td { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote, q { quotes: none; }

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

img { border: 0; }

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1em; }

li { margin: 0 0 0.7em 2.5em; }

ul li { list-style: circle; }

a {
	text-decoration: none;
	color: #148ecd;
}

a:hover {
	text-decoration: underline;
	color: #f35323;
}

a.edit {
	padding-bottom: 1px;
	border-bottom: 1px dotted #148ecd;
	color: #148ecd;
}

a.edit:hover {
	border-bottom-color: #f35323;
	text-decoration: none;
	color: #f35323;
}

body {
	background-color: #E2F0FC;
	background: -moz-linear-gradient(top, #E2F0FC 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E2F0FC, #fff));
	background: -webkit-linear-gradient(top, #E2F0FC 0%, #fff 100%);
	background: -o-linear-gradient(top, #E2F0FC 0%, #fff 100%);
	background: -ms-linear-gradient(top, #E2F0FC 0%, #fff 100%);
	background: linear-gradient(top, #E2F0FC 0%, #fff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2F0FC', endColorstr='#fff', GradientType=0);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: normal .83em Arial, Helvetica, sans-serif;
	line-height: 1;
	behavior: url('csshover3.htc');
	color: #222;
}

h1 { font-size: 1.8em; }

h2 { font-size: 1.3em; }

h3 { font-size: 1.23em; }

h4 { font-size: .85em; }

h5 { font-size: .75em; }

h1, h2, h3, h4, h5 {
	font-family: 'Signika Negative', sans-serif;
	color: #2679A1;
}

.black { color: #000; }

input, textarea {
	width: 158px;
	margin: 1px 0;
	padding: 3px 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background-color: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee, #fff));
	background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
	background: -o-linear-gradient(top, #eee 0%, #fff 100%);
	background: -ms-linear-gradient(top, #eee 0%, #fff 100%);
	background: linear-gradient(top, #eee 0%, #fff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fff', GradientType=0);
	outline: 0;
	color: #555;
}

input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px;
	background-color: #1593d0;
	background: -moz-linear-gradient(top, #1593d0 0%, #1ab2dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1593d0, #1ab2dd));
	background: -webkit-linear-gradient(top, #1593d0 0%, #1ab2dd 100%);
	background: -o-linear-gradient(top, #1593d0 0%, #1ab2dd 100%);
	background: -ms-linear-gradient(top, #1593d0 0%, #1ab2dd 100%);
	background: linear-gradient(top, #1593d0 0%, #1ab2dd 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1593d0', endColorstr='#1ab2dd', GradientType=0);
	border: 1px solid #148ecd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 2px 2px 3px #bbb;
	-webkit-box-shadow: 2px 2px 3px #bbb;
	-moz-box-shadow: 2px 2px 3px #bbb;
	-o-box-shadow: 2px 2px 3px #bbb;
	-ms-box-shadow: 2px 2px 3px #bbb;
	-moz-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-o-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-webkit-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-ms-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	color: #fff;
	font: 600 0.9em 'Signika Negative', sans-serif;
	cursor: pointer;
}

input.check {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	outline: 0;
	font: normal 1em 'lucida grande', tahoma, verdana, arial, sans-serif;
	cursor: pointer;
}

select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
}

textarea {
	width: 75%;
	height: auto;
	margin: 0;
}

label { cursor: pointer; }

label.chk { padding: 8px 0 0 0; }

hr {
	clear: both;
	float: none;
	height: 1px;
	background-color: #ddd;
	border: 0;
	color: #ddd;
}

/* 

input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #; }

input.button:focus, input.button:hover { background-color: #; }

filter: alpha(opacity=75);
opacity: 0.75;

*/

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */






.row { padding: 2px 4px; }

.fineprint { font-size: 85%; }

.underline { text-decoration: underline; }

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

.cursor { cursor: pointer; }

.highlight { color: #900; }

/* Margins */






.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 5px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */




.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */




.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */





.clear {
	clear: both;
	visibility: hidden;
}

.floatl {
	float: left;
	width: auto;
}

.floatr {
	float: right;
	width: auto;
}

/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */




#wrap {
	width: 979px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
}

#menu-right, #menu-left {
	float: left;
	width: 6px;
	height: 50px;
	background: url(images/nav-right.gif) no-repeat;
}

#menu-left { background: url(images/nav-left.gif) no-repeat; }

#menu {
	float: left;
	width: 947px;
	height: 50px;
	padding-left: 20px;
	background: url(images/nav-tail.gif) repeat-x;
}

#menu ul { margin: 0 auto; }

#menu ul li {
	float: left;
	margin: 0 1px 0 0;
	list-style: none;
}

#menu ul li a {
	display: block;
	height: 56px;
	padding: 0 35px;
	font: bold 0.9em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 56px;
	color: #fff;
}

#menu ul li a:hover, #menu ul li.hover {
	background: url(images/nav-act-tail.gif) repeat-x;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	text-decoration: none;
}

#inner_wrap {
	margin-top: 15px;
	padding: 30px 20px 40px 20px;
	background: #fff;
	border: 1px solid #BCD3E4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font: normal 1em Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#inner_wrap p, ol {
	width: 600px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

img.shadow {
	box-shadow: 2px 2px 3px #bbb;
	-webkit-box-shadow: 2px 2px 3px #bbb;
	-moz-box-shadow: 2px 2px 3px #bbb;
	-o-box-shadow: 2px 2px 3px #bbb;
	-ms-box-shadow: 2px 2px 3px #bbb;
}

.error {
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	background-color: #feb60c;
	background: -moz-linear-gradient(top, #feb60c 0%, #fc6f06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb60c, #fc6f06));
	background: -webkit-linear-gradient(top, #feb60c 0%, #fc6f06 100%);
	background: -o-linear-gradient(top, #feb60c 0%, #fc6f06 100%);
	background: -ms-linear-gradient(top, #feb60c 0%, #fc6f06 100%);
	background: linear-gradient(top, #feb60c 0%, #fc6f06 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb60c', endColorstr='#fc6f06', GradientType=0);
	border: 1px solid #f35323;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 2px 2px 3px #bbb;
	-webkit-box-shadow: 2px 2px 3px #bbb;
	-moz-box-shadow: 2px 2px 3px #bbb;
	-o-box-shadow: 2px 2px 3px #bbb;
	-ms-box-shadow: 2px 2px 3px #bbb;
	font: 600 1.2em 'Signika Negative', sans-serif;
	color: #fff;
}

.plan {
	float: left;
	width: 300px;
	height: 200px;
	margin-right: 5px;
	background-color: #E2F0FC;
	background: -moz-linear-gradient(top, #E2F0FC 0%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E2F0FC, #FFF));
	background: -webkit-linear-gradient(top, #E2F0FC 0%, #FFF 100%);
	background: -o-linear-gradient(top, #E2F0FC 0%, #FFF 100%);
	background: -ms-linear-gradient(top, #E2F0FC 0%, #FFF 100%);
	background: linear-gradient(top, #E2F0FC 0%, #FFF 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2F0FC', endColorstr='#FFF', GradientType=0);
	border: 1px solid #BCD3E4;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}

.plan-header {
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
	background-color: #FD7A07;
	background: -moz-linear-gradient(top, #FD7A07 0%, #F0482B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FD7A07, #F0482B));
	background: -webkit-linear-gradient(top, #FD7A07 0%, #F0482B 100%);
	background: -o-linear-gradient(top, #FD7A07 0%, #F0482B 100%);
	background: -ms-linear-gradient(top, #FD7A07 0%, #F0482B 100%);
	background: linear-gradient(top, #FD7A07 0%, #F0482B 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD7A07', endColorstr='#F0482B', GradientType=0);
	border-top: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	box-shadow: 2px 2px 3px #bbb;
	-webkit-box-shadow: 2px 2px 3px #bbb;
	-moz-box-shadow: 2px 2px 3px #bbb;
	-o-box-shadow: 2px 2px 3px #bbb;
	-ms-box-shadow: 2px 2px 3px #bbb;
	-moz-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-o-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-webkit-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-ms-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	color: #fff;
}

.plan-body { padding: 10px 0 15px 0; }

.plan li { list-style: circle; }

.pricebox {
	margin-left: 15px;
	padding-top: 5px;
	background-color: #A5BCCE;
	background: -moz-linear-gradient(top, #A5BCCE 0%, #111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A5BCCE, #111));
	background: -webkit-linear-gradient(top, #A5BCCE 0%, #111 100%);
	background: -o-linear-gradient(top, #A5BCCE 0%, #111 100%);
	background: -ms-linear-gradient(top, #A5BCCE 0%, #111 100%);
	background: linear-gradient(top, #A5BCCE 0%, #111 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5BCCE', endColorstr='#111', GradientType=0);
	border: 1px solid #F25124;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	box-shadow: 2px 2px 3px #bbb;
	-webkit-box-shadow: 2px 2px 3px #bbb;
	-moz-box-shadow: 2px 2px 3px #bbb;
	-o-box-shadow: 2px 2px 3px #bbb;
	-ms-box-shadow: 2px 2px 3px #bbb;
	text-align: center;
	color: #fff;
}

.price {
	font: 600 1.4em 'Signika Negative', sans-serif;
	-moz-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-o-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-webkit-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	-ms-text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
	color: #1ab2dd;
}

.order {
	margin-top: 3px;
	padding: 5px;
	background-color: #FD7A07;
	background: -moz-linear-gradient(top, #FD7A07 0%, #F0482B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FD7A07, #F0482B));
	background: -webkit-linear-gradient(top, #FD7A07 0%, #F0482B 100%);
	background: -o-linear-gradient(top, #FD7A07 0%, #F0482B 100%);
	background: -ms-linear-gradient(top, #FD7A07 0%, #F0482B 100%);
	background: linear-gradient(top, #FD7A07 0%, #F0482B 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD7A07', endColorstr='#F0482B', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font: bold small-caps 0.9em Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.planstable { margin-top: 5px; }

.planstable th {
	padding: 10px 0;
	background-color: #feb60c;
	background: -moz-linear-gradient(top, #feb60c 0%, #fc6f06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb60c, #fc6f06));
	background: -webkit-linear-gradient(top, #feb60c 0%, #fc6f06 100%);
	background: -o-linear-gradient(top, #feb60c 0%, #fc6f06 100%);
	background: -ms-linear-gradient(top, #feb60c 0%, #fc6f06 100%);
	background: linear-gradient(top, #feb60c 0%, #fc6f06 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb60c', endColorstr='#fc6f06', GradientType=0);
	border: 1px solid #148ecd;
	color: #fff;
}

.planstable td {
	padding: 5px;
	border: 1px solid #148ecd;
	color: #000;
}

#footer {
	margin-top: 10px;
	padding: 5px 0 10px 15px;
	color: #222;
}

#footer a {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000;
}
