/**
*
* Jovian Designs CSS
* --------------------------------
* Author: Ward Peeters
* Site: http://coding-tech.com
*
**/

/* Reset CSS
---------------------------------------------------------*/
body, p, ul, li, h1, h2 {
	margin: 0; padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}


/* General CSS
---------------------------------------------------------*/
body {
	background: #fff url(../images/background.png) repeat-x top;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 15px;
	color: #a6a6a6;
}
a {
	text-decoration: none;
}

.container {
	width: 996px;
	margin: 37px auto;

	position: relative;
}

.error {
	color: #eb8800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.seo {
	text-indent: -9999px;
}

/* Header CSS
---------------------------------------------------------*/
#header {
	padding: 0 0 4px;
	border-bottom: 1px solid #e5e5e5;

	position: relative;
}
#header #logo {
	background: url(../images/joviandesigns.jpg) no-repeat;
	width: 325px; height: 71px;
}
#header #logo a {
	width: 100%; height: 100%;
	display: block;

	text-indent: -9999px;
	overflow: hidden;
}
#header #navigation {
	position: absolute;
	top: 20px; right: 12px;
}
#header #navigation li {
	margin: 0 0 0 65px;
	float: left;
}
#header #navigation li a {
	color: #858384;
	font-weight: bold;
}
#header #navigation li a:hover {
	color: #e98600;
}

/* Home CSS
---------------------------------------------------------*/

/* Twitter CSS
---------------------------------------------------------*/
#twitter {
	background: #f2f2f2;
	width: 511px;
	margin: 55px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	position: relative;
	overflow: hidden;

	color: #8d8b8c;
	font-size: 35px;
}
#twitter p {
	width: 320px;
	margin: 20px;
}
#twitter p span {
	color: #eb8800;
}
#twitter img {
	position: absolute;
	top: 21px; right: 13px;
}

/* How Does our system work CSS
---------------------------------------------------------*/
.how-does-system-work {
	width: 460px;
	margin: 60px 0 0;
}
.how-does-system-work ul li {
	height: 25px;
	margin: 20px 0; padding: 3px 0 0 38px;

	color: #6b6b6b;
	font-weight: bold;
}
.how-does-system-work ul li.cart {
	background: url(../images/icons/cart.png) no-repeat;
}
.how-does-system-work ul li.paypal {
	background: url(../images/icons/paypal.png) no-repeat;
}
.how-does-system-work ul li.email {
	background: url(../images/icons/email.png) no-repeat;
}
.how-does-system-work ul li.questions {
	background: url(../images/icons/questions.png) no-repeat;
}
.how-does-system-work ul li.answers {
	background: url(../images/icons/answers.png) no-repeat;
}
.how-does-system-work .order-now {
	background: url(../images/button.jpg) no-repeat;
	width: 148px; height: 43px;
	margin: 0 auto; padding: 11px 0 0;
	display: block;

	color: #fff;
	font-size: 17px;
	text-align: center;
}

/* Right CSS
---------------------------------------------------------*/
#colorchart, #contact-world, #order {
	background: url(../images/colorchart.jpg) no-repeat;
	width: 375px; height: 222px;

	position: absolute;
	top: 150px; right: 40px;
}
#clients {
	width: 500px;

	position: absolute;
	top: 440px; right: 0;
}
#clients h2 {
	background: url(../images/clients-include.png) no-repeat;
	margin: 0 0 10px; padding: 0 0 5px;
	border-bottom: 1px solid #e5e5e5;

	color: #6b6b6b;
	font-size: 17px;
	font-weight: normal;
	text-indent: -9999px;
}
#clients img {
	margin: 0 0 0 16px;
	vertical-align: middle;
}
#clients img.first {
	margin: 0;
}

/* Order-now CSS
---------------------------------------------------------*/
.order-now h1 {
	background:url(../images/order-text.png) no-repeat;
	margin: 35px 0 10px;

	text-indent: -9999px;
}
.order-now form {
	width: 630px;
}
body .order-now form div label {
	width: 140px;
	margin: 0 10px 0 0;

	color: #898989;
	text-align: right;
}
.order-now form div span {
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;

	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
body .order-now form div.button {
	margin: 0 180px 0 0;
}
.order-now #order {
	background: url(../images/order.jpg) no-repeat;
	width: 315px; height: 321px;

	top: 100px; right: 13px;
}
.order-now form div.discount input {
	width: 163px;
	border-right: 0;
}
.order-now form div.discount a {
	background: url(../images/apply.png) no-repeat;
	width: 66px; height: 30px;
	margin: 0 0 2px;
	border: 1px solid #d1d1d1;
	display: inline-block;

	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
}

.order-now #summary {
	width: 290px;

	position: absolute;
	top: 440px; right: 30px;
}
.order-now #summary h2 {
	background: url(../images/summary.png) no-repeat;
	width: 170px; height: 22px;

	text-indent: -9999px;
}
.order-now #summary p {
	margin: 3px 0 0 10px;

	color: #6b6b6b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.order-now #summary div {
	background: #f2f2f2;
	margin: 0 0 10px; padding: 6px;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.order-now #summary div p {
	margin: 10px 0; padding: 0 30px 0 0;

	color: #666666;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
}
.order-now #summary div p span {
	color: #e98600;
}
.order-now #summary div p.total {
	padding: 5px 30px 0 0;
	border-top: 1px solid #e9e9e9;
}

/* Recaptcha CSS
---------------------------------------------------------*/
.contact-us form div#recaptcha_widget_div, .order-now form div#recaptcha_widget_div {
	margin: 0 0 15px 135px;
}
.contact-us form div#recaptcha_widget_div input, .order-now form div#recaptcha_widget_div input {
	height: auto;
}
.contact-us form div#recaptcha_widget_div div, .order-now form div#recaptcha_widget_div div {
	margin: 0;
}
.contact-us form div#recaptcha_widget_div span, .order-now form div#recaptcha_widget_div span {
	margin: 0;
	display: inline;

	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

/* Portfolio CSS
---------------------------------------------------------*/
.portfolio #design-counting {
	background: url(../images/designs-counting.png) no-repeat;
	width: 277px; height: 44px;
	margin: 32px 0 0;

	text-indent: -9999px;
}
.portfolio h1 {
	background: url(../images/portfolio-text.png) no-repeat;
	width: 469px; height: 19px;

	position: absolute;
	top: 120px; left: 300px;

	text-indent: -9999px;
}
.portfolio .products {
	width: 996px;
	margin: 55px  0 0;
}
.portfolio .products div {
	width: 477px; height: 218px;
	margin: 0 42px 20px 0;
	float: left;
	overflow: hidden;
}
.portfolio .products div.column2 {
	margin: 0;
}
.portfolio .products div img {
	background: url(../images/iMac.jpg) no-repeat;
	padding: 10px 10px 70px 11px;
	float: right;
}
.portfolio .products div p {
	margin: 65px 0 0;

	font-size: 16px;
	font-weight: bold;
}
.portfolio .products div p span {
	color: #e98600;
}
.portfolio .products div a {
	background: url(../images/view-design.png) no-repeat;
	width: 95px; height: 64px;
	margin: 30px 0 0 45px;
	display: block;

	text-indent: -9999px;
	overflow: hidden;
}
.portfolio .products div.paging {
	width: 100%; height: 44px;
	padding: 50px 0 0;
	clear: both;
	float: none;

	position: relative;
}
.portfolio .products div.paging a {
	background: url(../images/previous.png) no-repeat;
	width: 227px; height: 32px;
	margin: 0; padding: 12px 0 0 50px;
	display: block;

	position: absolute;

	color: #fff;
	font-size: 16px;
	text-indent: 0;
}
.portfolio .products div.paging a.next {
	background: url(../images/next.png) no-repeat;

	right: 0;
}

/* Contact-us CSS
---------------------------------------------------------*/
.contact-us h1, .contact-us form {
	width: 630px;
}
.contact-us h1 {
	background: url(../images/contact-us-text.png) no-repeat;
	margin: 35px 0 0;

	text-indent: -9999px;
}
.contact-us form div, .order-now form div {
	margin: 0 0 16px;
}
.contact-us form div label, .order-now form div label {
	width: 150px;
	display: inline-block;

	font-size: 15px;
	font-weight: bold;
}
.contact-us form div label.top {
	vertical-align: top;
}
.contact-us form div input, .contact-us form div textarea, .order-now form div input {
	width: 229px; height: 30px;
	padding: 0 5px;
	border: 1px solid #d1d1d1;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a6a6a6;
}
.contact-us form div textarea {
	width: 415px; height: 150px;
	padding: 5px;
}

.contact-us form div.button, .order-now form div.button {
	margin: 0 50px 0 0;

	text-align: right;
}
.contact-us form div.button input, .order-now form div.button input {
	background: url(../images/button.jpg) no-repeat;
	width: 148px; height: 43px;
	border: 0;
	cursor: pointer;

	color: #fff;
	font-size: 17px;
}

.contact-us #contact-world {
	background: url(../images/contact-world.jpg) no-repeat;
	width: 343px; height: 301px;
}
.contact-us h1.thank-you {
	background: url(../images/thank-you-text.png) no-repeat;
	width: 608px;
	margin: 35px auto 0;
}
.contact-us form div#recaptcha_widget_div {
	margin-left: 265px;
}

/* Footer CSS
---------------------------------------------------------*/
#footer {
	margin: 50px 0 0; padding: 10px 0 0;
	border-top: 1px solid #e5e5e5;

	position: relative;

	color: #b5b5b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer p.right {
	position: absolute;
	top: 5px; right: 0;

	text-align: right;
	line-height: 23px;
}
#footer a {
	color: #b5b5b5;
}
