

body {
	background: url(../images/bg-noise.png) repeat;
	font: normal 11px/18px Arial, sans-serif;
	color: #363a3f;
}

.container {
	width: 980px;
	margin: 45px auto 0;
	overflow: visible;
	background-color: #fff;
	border: 1px solid #e5e3df;
	-moz-box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	-webkit-box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* ELEMENTS
------------------------------------------------------------- */

p {
	margin-bottom: 15px;
}

a, a:visited {
	color: #479adf;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #479adf;
	text-decoration: underline;
}

a.button {
	padding: 6px 10px 6px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #3f6ec3;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.button:hover {
	background-color: #3f6ec3;
}

h3 {
	font-size: 36px;
	letter-spacing: -1px;
	color: #363a3f;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.75), inset -2px -2px 2px rgba(0,0,0,0.2);
}

h4 {
	font-size: 14px;
	color: #363a3f;
}


/* HEADER
------------------------------------------------------------- */

.header {
	width: 100%;
	padding: 25px 0 0 0;
	background: #fff url(../images/bg-pattern-white.png) bottom repeat-x;
}

/* Logo */

.header h1 {
	float: left;
	margin: 0 0 15px 10px;
}

.header h1 a {
	display: block;
	width: 332px;
	height: 142px;
	text-indent: -9999px;
	background: url(../images/logobig.png) no-repeat;
}

/* Social icons */
.so{width:980px;padding: 10px 0 0 0; margin:0 auto}
.so ul.social {
	float: right;
	overflow: hidden;
	margin: 5px 15px 0 0;
}

.so ul.social li {
	float: left;
	margin: 0 8px 0 0;
}

.so ul.social li a {
	display: block;
	width: 20px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/icon-social.png) no-repeat;
}

.so ul.social li a.fb {
	background-position: 0 0;
}

.so ul.social li a.lin {
	background-position: 0 -21px;
}

.so ul.social li a.twit {
	background-position: 0 -42px;
}

/* Subscribe form */

.header form {
	float: right;
	overflow: hidden;
	margin: 0 25px 0 0;
}

.header input[type=text] {
	float: left;
	width: 152px;
	padding: 5px 11px;
	font: normal 12px Arial, sans-serif;
	color: #777;
	background: #fcfcfc;
	border-bottom: none;
	border-left: 1px solid #e8e7e8;
	border-right: 1px solid #e8e7e8;
	border-top: 1px solid #bfbdbf;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#efefef));
	background: -moz-linear-gradient(0% 0% 90deg, #fff, #fafafa);
	-moz-box-shadow: inset 0px 0px 1px #eae9ea;
	-webkit-box-shadow: inset 0px 0px 1px #eae9ea;
	box-shadow: inset 0px 0px 1px #eae9ea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; margin-top:2px; background-color:#f2f2f2
}

.header input[type=submit] {
	float: left;
	margin: 0 0 0 9px;
	padding: 8px 10px 9px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #3f6ec3;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.header input[type=submit]:hover {
	background-color: #3f6ec3;
}	


/* INTRO & PRICE
------------------------------------------------------------- */

.intro {
	position: relative;
	margin-bottom:16px;
	
	height: 300px; padding:20px;
	background: url(../images/bg-noise.png) repeat;
}



.intro h2 {
	
	font-size: 44px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -2px; text-align:center
	
}

.intro p {
	 font-size:14px; line-height:22px; text-align:center
	
}

.price {
	padding:40px; text-align:center;
	
	background: url(../images/bg-pattern-noise.png) repeat-x;
}

.price a.button {
	display: inline-block;
	overflow: hidden;
	
	padding: 0 0 0 0;
	width: 165px;
	height: 53px;
	line-height: 53px;
	-moz-box-shadow: 0px 0px 1px #e9e9e1;
	-webkit-box-shadow: 0px 0px 1px #e9e9e1;
	box-shadow: 0px 0px 1px #e9e9e1;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.price a.button:hover {
	text-decoration: none;
}

.price a.button span {
	float: right;
	
	font-size: 24px;
	line-height: 50px;
}

.price a.button.paper {

}

.price a.button.pdf {
	
}


/* TESTIMONIALS
------------------------------------------------------------- */

.testimonials {
	position: relative;
	padding: 25px 0 20px 0;
	background: url(../images/bg-noise.png);
}

.testimonials:before {
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	top: -8px; left: 0;
	background: url(../images/bg-pattern-white.png) repeat-x;
}

.testimonials a.buttons {
	display: block;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
	position: absolute;
	z-index: 1000;
	background: url(../images/icon-arrows-small.png) no-repeat;
}

.testimonials a.buttons.prev {
	background-position: 0 0;
	top: 30px; left: 20px;
}

.testimonials a.buttons.prev:hover {
	background-position: 0 -58px;
}

.testimonials a.buttons.next {
	background-position: 0 -29px;
	top: 30px; right: 20px;
}

.testimonials a.buttons.next:hover {
	background-position: 0 -87px;
}

.testimonials .carousel {
	height: 95px;
	width: 860px;
	padding: 0 50px;
	overflow: hidden;
	position: relative;
}

.testimonials .carousel .viewport {
	float: left;
	width: 855px;
	height: 95px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.testimonials .carousel .viewport div.overview {
	position: absolute;
	top: 0; left: 0;
}

.testimonials .quote {
	width: 245px;
	float: left;
	text-align: center;
	margin: 0 60px 0 0;
}

.testimonials .quote blockquote {
	font-size: 11px;
	font-style: italic;
	color: #767676;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
}

.testimonials .quote cite {
	display: block;
	font-style: normal;
	font-size: 12px;
	margin: -8px 0 0;
}


/* FEATURES
------------------------------------------------------------- */

.features {
	padding: 40px 0 0 75px;
	background: url(../images/bg-pattern-noise.png) 0 0 repeat-x;
}

.features div {
	float: left;
	width: 223px;
	margin: 0 78px 25px 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
}

.features div h4 {
	padding: 0 0 0 22px;
	margin: 0 0 8px 0;
	background: url(../images/icon-features.png) 0 0 no-repeat;
}

.features h4.epub {
	background-position: 0 1px;
}

.features h4.graph {
	background-position: 0 -21px;
}


.features h4.paper {
	background-position: 0 -43px ;
}

.features h4.word {
	background-position: 0 -106px ;
}

.features h4.ebook {
	background-position: 0 -66px ;
}

.features h4.hq {
	background-position: 0 -87px ;
}


/* SAMPLES
------------------------------------------------------------- */

.samples {
	position: relative;
	padding: 25px 0 30px 0;
	background: url(../images/bg-noise.png) repeat;
}

.samples:before {
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	top: -8px; left: 0;
	background: url(../images/bg-pattern-white.png) repeat-x;
}

.samples .carousel {
	height: 190px;
	overflow: hidden;
	position: relative;
}

.samples .carousel .viewport {
	float: left;
	width: 830px;
	height: 190px;
	margin: 0 75px;
	overflow: hidden;
	position: relative;
}

.samples .carousel .viewport ul.overview {
	position: absolute;
	top: 0; left: 0;
	padding: 3px;
}

.samples ul li {
	float: left;
	position: relative;
	margin: 0 43px 0 0;
	height: 188px;
	width: 174px;
}

.samples ul li a {
	display: block;
	padding: 7px 26px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.samples ul li a.zoom {
	display: block;
	width: 28px;
	height: 25px;
	text-indent: -9999px;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background: transparent url(../images/icon-zoom.png);
	position: absolute;
	bottom: -0; left: 73px;
}

.samples a.buttons {
	display: block;
	width: 43px;
	height: 43px;
	text-indent: -9999px;
	position: absolute;
	background: url(../images/icon-arrows.png) no-repeat;
}

.samples a.buttons.prev {
	background-position: 0 0;
	top: 65px; left: 17px;
}

.samples a.buttons.prev:hover {
	background-position: 0 -101px;
}

.samples a.buttons.next {
	background-position: 0 -50px;
	top: 65px; right: 17px;
}

.samples a.buttons.next:hover {
	background-position: 0 -151px;
}


/* FINAL
------------------------------------------------------------- */

.final {
	padding: 50px 50px 30px;
	background: url(../images/bg-pattern-noise.png) 0 0 repeat-x; text-align:center
}

.final a.button {
	
	 text-align:center
}


/* FOOTER
------------------------------------------------------------- */

.footer {
	width: 930px;
	margin: 15px auto;
}

.footer p {
	width: 50%;
	float: left;
}

.footer p a {
	color: #86847d;
}

.footer p.last {
	float: right;
	text-align: right;
}

/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}


/* self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



div.bottombar{ /* bar that runs across the bottom of the menu */
height: 6px;
background: #1a1109;
}

ul.semiopaquemenu{ /* main menu UL */
font: bold 14px Georgia ;
width: 100%;
background: #11b0f1;
padding: 11px 0 8px 0; /* padding of the 4 sides of the menu */
margin: 0;
text-align: left; /* set value to "left", "center", or "right" to align menu accordingly */
}

ul.semiopaquemenu li{
display: inline;
}

ul.semiopaquemenu li a{
color:black;
padding: 6px 8px 6px 8px; /* padding of the 4 sides of each menu link */
margin-right: 15px; /* spacing between each menu link */
text-decoration: none;
}

ul.semiopaquemenu li a:hover, ul.semiopaquemenu li a.selected{
color: black;
background: #11b0f1; /* IE9+ SVG equivalent  of linear gradients */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.16) 100%); /* fade from white (0.82 opacty) to 0.16 opacity */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.82)), color-stop(100%,rgba(255,255,255,0.16)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#29ffffff',GradientType=0 );
-moz-box-shadow: 0 0 5px #595959; /* CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
box-shadow: 0 0 5px #595959;
padding-top: 12px; /* large padding to get menu item to protrude upwards */
padding-bottom: 20px; /* large padding to get menu item to protrude downwards */
}


.regcls {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:7px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.regcls:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.regcls:active {
	position:relative;
	top:1px;
}


.error{
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	text-transform: capitalize;
}

#mainNav {
	width:980px;
	height: 30px;
	padding: 6px;
	margin: 0 0 29px 0;
/*	background: url(../style/img/top-menu-bg.gif) no-repeat left top; */
	/* We used a background image making the thick border and the thin one to keep the html structure simple */
	/*margin-top:25px;*/
	text-decoration:none;
}

#mainNav li {
    width:auto;
	float: left;
	height: 30px;
	border-right: 1px solid #ddd;
	font-size:14px;
	list-style:none;
	margin-left:3px;
}

#mainNav li a {
	display: block;
	float: left;
	height: 37px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	color: #666;
	padding: 0 0px;
	font-size:14px;
	text-decoration:none;
}

#mainNav li.logout {
	float: left;
	border-left: 1px solid #ddd;
	border-right: none;
	font-size:14px;
	text-transform:uppercase;
}

#mainNav li a:hover { 
	background: #ddd;
	text-decoration:none;
}

#mainNav li a.active, #mainNav li a.active {
	/*background: #f0f0f0 url(../style/img/top-menu-item-bg.gif) repeat-x left top;*/
	color: #333;
}
