html, body {
	height: 100%;
}
body {
	background: url(../img/bg.jpg) no-repeat bottom left fixed;
	color:#000;
	font:15px 'CabinMedium', Arial, Helvetica, sans-serif;
}
a {
	color:#157294;
}
strong {
	font-family: 'CabinBold' !important;
	font-weight:normal !important;
}
.button {
	display:block;
	background:url(../img/button.gif) repeat-x;
	height:34px;
	line-height:32px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	border:solid 1px #c8e41d;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	text-align:center;
	text-decoration:none;
	font-size:24px;
	color:#000;
	margin-top:20px;
}
button {
	background:url(../img/button.gif) repeat-x;
	border:0;
	overflow:visible;
	padding:1px 15px 2px 15px;
	margin:0;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	border:solid 1px #c8e41d;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	text-align:center;
	text-decoration:none;
	font:24px CabinMedium, Arial, Helvetica, sans-serif;
	color:#000;
	cursor:pointer;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearfix:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
div.error, 
div.success, 
div.info, 
div.notice {
	display: block;
	padding: 10px 20px 10px 44px;
	font-size:12px;
	margin-bottom:10px;
}
div.error {
	background: url(../img/icon-box-error.png) no-repeat scroll 10px 9px #F9E5E6;
	border:solid 1px #cc0000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #cc0000;
}
div.success {
	background: url(../img/icon-box-success.png) no-repeat scroll 12px 8px #F1F7C5;
	border:solid 1px #8FA442;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #8FA442;
}
div.info {	
	background: url(../img/icon-box-info.png) no-repeat scroll 10px 8px #D8ECF5;
	border:solid 1px #E9ECF1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #E9ECF1;
}

.input-edit textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	font:14px CabinMedium, Arial, Helvetica, sans-serif;
	padding: 5px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:block !important;
	margin-bottom:10px;
}

.row-error label {
	color:#cc0000;
}
.row-error input,
.row-error textarea {
	background: #F9E5E6 !important;
	border:solid 1px #cc0000 !important;
}

ul.tabs {
	width:100%;
	margin-bottom:12px;
	border-bottom:solid 1px #ccc;
}
ul.tabs li {
	display:block;
	float:left;
	padding:0 0 0 5px;
}
ul.tabs li a {
	background:#fefefe;
	display:block;
	float:left;
	padding:5px 10px;
	font-size:12px;
	border:solid 1px #ccc;
	color:#000;
	text-decoration:none;
	margin-bottom:-1px;
	
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
ul.tabs li a.selected {
	font-family: 'CabinBold';
	background:#fff;
	border-bottom:solid 1px #fff;
}
.tab-content {
	clear:both;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px;
}
footer, .push {
	height: 32px;
}
.hidden {
	display: none;
}

#content {
	width:960px;
	text-align:left;
	padding:0 0 0 20px;
}

#page {
	width:677px;
	position:relative;
	padding-left:283px;
	padding-top:50px;
}
#page h1 {
	font-size:24px;
	padding-bottom:14px;
}
#page h1 a {
	text-decoration:none;
}
#page h2,
form h2 {
	font-size:18px;
	padding-bottom:14px;
}
form h2 .loader {
	padding-left:10px;
}
#page h6 {
	font-family: 'CabinRegular';
	font-weight:normal;
	font-size:16px;
	line-height:140%;
	padding-bottom:14px;
}
#page p, 
form p {
	line-height:150%;
	padding-bottom:10px;
	font-size:15px;
}

#page .col-left {
	float:left;
	width:343px;
	padding-bottom:35px;
}
#page .col-left div {
	float:right;
	width:252px;
}
#page .col-left div p {
	padding-bottom:10px;
	line-height:140%;
	padding-left:3px;
}
#page .col-left img.png {
	display:block;
	float:left;
}
#page .col-left a img {
	display:block;
	padding-top:20px;
}
#page .col-right {
	float:right;
	width:310px;
	padding-bottom:35px;
}
#page .col-right ul li {
	background:url(../img/ico-check.gif) no-repeat 0 0;
	line-height:140%;
	padding-left:33px;
	padding-bottom:5px;
}
#page .col-right ul li div {
	padding-top:10px;
}
#page .col-right ul li img {
	display:block;
	float:left;
	padding-right:4px;
}

#page #i77, #page #i50 {
	display:block;
	position:absolute;
	top:-5px;
	right:80px;
	z-index:2;
	width:88px;
	height:80px;
	font-size:0em;
	text-indent:-100000000px;
}
#page #i77 {
	background:url(../img/77.png) no-repeat;
}
#page #i50 {
	background:url(../img/50.png) no-repeat;
	z-index:1;
	right:0;
}

#page .carousel-wrap {
	padding:0 24px;
	margin-bottom:24px;
	position: relative;
	width: 684px;
	height: 204px;
	left:-24px;
	overflow:hidden;
}
#carousel li {	
	display: inline;
	float: left;
	height: 204px;
	list-style: none outside none;
	width: 342px;
}
#page .carousel-wrap .carousel-control {
	display:block;
	width:24px;
	height:24px;
	cursor:pointer;
	font-size:0em;
	line-height:0em;
	text-indent:-1000000px;
	position:absolute;
}
#page .carousel-wrap #carousel-next {
	background:url(../img/next.gif) 0 0 no-repeat;
	top:90px;
	right:-6px;
}
#page .carousel-wrap #carousel-prev {
	background:url(../img/prev.gif) 0 0 no-repeat;
	top:90px;
	left:-6px;
}
#page .carousel-wrap .carousel-control:hover {
	-moz-opacity:.7;
	opacity:0.70;
	filter:alpha(opacity=70);
}



#portfolio a img {
	display:block;
	padding-bottom:18px;
}

form .row {
	padding-bottom:14px;
	width:100%;
}
form .row label {
	display:block;
	font-size:15px;
	padding-bottom:4px;
}
form .row:after {
	content:"";
	clear:both;
	height:0;
	display:block;
} 
form .row input {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	font:14px CabinMedium, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 270px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#form-create-order {
	width:325px;
	padding-bottom:7px;
	position:relative;
	padding:24px 0;
	float:left;
	overflow:hidden;
}
#form-create-order label {
	text-align:left;
	float:left;
	display:block;
	width:100px;
	font-size:14px;
	padding-top:3px;
}
#form-create-order .row {
	padding-bottom:7px;
	width:100%;
}
#form-create-order .row:after {
	content:"";
	clear:both;
	height:0;
	display:block;
} 
#form-create-order .row input, 
#form-create-order input.file {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	float: right;
	font:14px CabinMedium, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	width: 210px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#form-create-order div.f {
	float:right;
	width:222px;
}
#form-create-order input.file {
	float:none;
}
#form-create-order textarea {
	background:#fff;
	border:solid 1px #ccc;
	padding:2px 5px;
	width:210px;
	height:100px;
	float:right;
	font:14px CabinMedium, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#summary.fixed {
  position: fixed;
  top: 0;
}
#form-create-order .order-summary {
	border-top:solid 1px #146E91;
	margin-bottom:28px;
	background:#8ED0DB;
}
#form-create-order .order-summary-row {
	padding:5px 10px;	
	border-bottom:solid 1px #146E91;
	width:305px;
	position:relative;
}
#form-create-order .order-summary-row:after {
	content:"";
	clear:both;
	height:0;
	display:block;
} 
#form-create-order .order-summary-row div {
	float:left;	
	margin-bottom:0;
	padding-bottom:0;
}
#form-create-order .order-summary-row input {
	display:block;
	margin:0 0 0 auto;
	width:44px;
	text-align:center;
	background: #FFFFFF;
	border:solid 1px #146E91;
	font:14px CabinMedium, Arial, Helvetica, sans-serif;
	position:absolute;
	right:10px;
	top:3px;
}
#form-create-order .order-summary-row span {
	display:block; 
	float:right;
	color:#000;
	text-align:right;
}
#form-create-order .order-summary-row span em {
	font-family: 'CabinBold';
}
#form-create-order #discount {
	color:#146E91;
	font-family: 'CabinBold';
	float:right;
	width:auto;
}

#order-form {
	width:328px;
	padding-bottom:7px;
	padding:22px 0;
	float:right;
}
#order-form h3,
#form-create-order h3 {
	color:#000;
	font-size:21px;
	padding-bottom:5px;
}
#order-form .ot {
	background:url("../img/plus.gif") no-repeat left center;
	display:block;
	cursor:pointer;
	font: 18px/24px 'CabinMedium', Arial, Helvetica, sans-serif;
	height:24px;
	color:#146E91;
	padding-left:24px;
	margin-top:10px;
}
#order-form .oc {
	display:none;
}
#order-form .oi {
	background:#fff;
	border:solid 1px #ccc;
	margin-top:10px;
	padding: 10px 20px;
}
#order-form .os {
	margin-top:10px;
	padding-bottom:10px;
}
#order-form .oi h5 {
	font-size:14px;
	padding-bottom:10px;
}
#order-form .os h5 {
	font: 18px/24px 'CabinMedium', Arial, Helvetica, sans-serif;
	color:#146E91;
	padding-bottom:3px;
}
#order-form .oi h6,
#order-form .os h6 {
	font-style:italic;
	color:#333;
	font-size:11px;
	padding-bottom:10px;
}
#order-form .oi p,
#order-form .os p {
	border-bottom:dotted 1px #ccc;
	text-align:right;
	font-size:14px;
	padding:5px 0;
}
#order-form .os p {
	padding-left:2px;
}
#order-form .oi p span,
#order-form .os p span {
	font-family: 'CabinBold';
}
#order-form .oi p em,
#order-form .os p em {
	font-style:normal;
}
#order-form .oi label,
#order-form .os label {
	display:block;
	float:left;
	font-size:13px;
}
#order-form .oi label input,
#order-form .os label input {
  margin-right:5px;
}
#order-form .oi label small,
#order-form .os label small {
	font-size:14px;
}

#order-form .oo {
	clear:both;
	padding-bottom:7px;
	width:100%;
}

#order-form .oo.last {
  margin-bottom: 28px;
}
#order-form .oo.imp label {
 	font-family: 'CabinBold';
}

#testimonials {
	width:100%;
	padding-top:20px;
	padding-bottom:111px;
}
#testimonials blockquote {
	background: url(../img/blockquote.png) no-repeat scroll 0 3px transparent;
	margin: 0 0 40px;
	min-height: 68px;
	padding: 0 0 40px 125px;
	border-bottom: dashed 1px #ccc;
}
#testimonials blockquote:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
#testimonials blockquote.align-left, #testimonials blockquote.align-right, #testimonials blockquote.align-center {
	text-align: left;
	width: 50%;
}
#testimonials blockquote.align-right {
	margin-left: auto;
}
#testimonials blockquote.align-center {
	margin-left:auto;
	margin-right:auto;
}
#testimonials blockquote p {
	font-size:15px;
	font-style:italic;
}
#testimonials blockquote small {
	display:block;
	font-size:17px;
}

#faq h2 {
	background:url(../img/plus.gif) no-repeat 0 2px;
	padding-left:24px;
	font-size:17px;
	color:#000;
	padding-bottom:5px;
	outline:none;
	color:#157294;
	cursor:pointer;
}
#faq h2.active {
	background:url(../img/minus.gif) no-repeat 0 2px;
	color:#000;
}
#faq p {
	line-height:140%;
	padding-bottom:8px;
	font-size:15px;
}
#faq div {
	padding-bottom:12px;
	padding-left:24px;
}

table.orders {
	width:100%;
}
table.orders th {
	background:#efefef;
	padding:7px 15px;	
	font-size:17px;
	text-align:left;
	border-bottom:dashed 1px #ccc;
}
table.orders td {
	padding:12px 15px;
	border-bottom:dashed 1px #ccc;
	font-size:15px;
}
table.orders td a {
	text-decoration:none;
	color:#0087e3;
}
table.orders td a:hover {
	color:#ed7400;
}
#order-detail {
	padding-bottom:50px;
}
#order-detail .order-nfo {
	float:left;
	font-size:14px;
	line-height:140%;
	padding-top:10px;
}
#order-detail .order-nfo h3 {
	font-size:17px;
	color:#000;
	padding-bottom:8px;
}
#order-detail .order-summary {
	float:right;
	padding-top:10px;
  width: 360px;
}
#order-detail .order-summary h3 {
	border-bottom:dashed 1px #ccc;
	font-size:17px;
	padding-bottom:8px;
}
#order-detail .order-summary-row {
	padding:8px 0;	
	border-bottom:dashed 1px #ccc;
	width:360px; 
}
#order-detail .order-summary-row div {
	float:left;
	font-size:15px;
	margin-bottom:0;
	padding-bottom:0;
}
#order-detail .order-summary-row span {
	display:block; 
	float:right;
	width:230px;
	font-size:15px;
	color:#146E91;
	text-align:right;
}
#order-detail .order-summary-row span a {
	color:#146E91;
}
#order-detail .order-summary-row span.discount {
	color:#ed7400;
}
#order-detail .order-summary p {
	font-family: 'CabinBold';
}

#notes {
	width:100%;
}
#notes article {
	width:100%;
	padding-bottom:20px;
	clear:both;
}
#notes article:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
#notes article .text {
	float:right;
	width:500px;
	padding:10px;
	background:#dfdfdf;
	min-height:55px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#notes article.alt .text {
	background:#efefef;
}
#notes article.new .text { 
	background:#ddd;
}
#notes article .meta {
	float:left;
	text-align:right;
	width:140px;
	padding-top:10px;
}
#notes article .meta strong {
	display:block;
	font-size:17px;
	font-weight:normal;
}
#notes article .meta time {
	font-size:14px;
	font-style:italic; 
}
#notes #add-note {
	width:520px;
	margin:0 0 0 auto;
	border-top: 1px dashed #989490;
	padding-top:20px;
} 
#notes #add-note textarea {
	width:508px;
	height:69px;
	background:#fff;
	border:solid 1px #ccc;
	padding:2px 5px;
	font:14px CabinMedium, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#sidebar {
	width:267px;
	position:fixed;
	top:8px;
	left:20px;
}
#sidebar #logo {
	background: url(../img/xhtmlmaster.com.png);
	width:257px;
	height:83px;	
	display:block;
	font-size:0em;
	text-indent:-1000000px;
}
#sidebar ul {
	padding-bottom:20px;
	clear:both;
	float:left;
}
#sidebar ul li {
	clear:both;
	display:block;	
}
#sidebar ul li a {
	background: url(../img/nav.gif) repeat-x bottom;
	padding:0 12px;
	height:23px;
	line-height:23px;
	text-decoration:none;
	font-size:14px;
	color:#000;
	display:block;
	float:left;
	margin-bottom:7px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	border:solid 1px #e9e9e9;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}
#sidebar ul li a strong {
	font-family:CabinBold, Arial, Helvetica, sans-serif;
}
#sidebar ul li a:hover,  #sidebar ul li a.active {
	background:url(../img/nav.gif) repeat-x top;	
	border:solid 1px #c8e41d;
}

#sidebar nav {
	position:relative;
}
#sidebar nav div {
	clear:both;
	background: url(../img/nav.gif) repeat-x bottom;
	height:23px;
	color:#000;
	display:block;
	float:left;
	margin-bottom:20px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	border:solid 1px #e9e9e9;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	padding:0 6px;
	position:absolute;
	bottom:7px;
	left:100px;
}
#sidebar nav div:hover {
	background:url(../img/nav.gif) repeat-x top;	
	border:solid 1px #c8e41d;
}
#sidebar nav div a {
	font-size:0em;
	text-indent:-1000000px;
	display:block;
	float:left;
	width:16px;
	height:23px;
	padding:0 4px;
}
#sidebar nav div a.ico-login {
	background:url(../img/ico-login.png) no-repeat center 4px;
}
#sidebar nav div a.ico-logout {
	background:url(../img/ico-logout.png) no-repeat center 5px;
}
#sidebar nav div a.ico-dashboard {
	background:url(../img/ico-dashboard.png) no-repeat center 6px;
}
#sidebar nav div a.ico-settings {
	background:url(../img/ico-settings.png) no-repeat center 5px;
}

#sidebar .bookmark {
	display: block;
	clear: both;
	padding-top:10px;
}
#sidebar #ico-facebook,
#sidebar #ico-twitter,
#sidebar #ico-skype {
	background:url(../img/facebook.png) no-repeat;
	width:24px;
	height:24px;
	display:block;
	float:left;
	font-size:0em;
	text-indent:-1000000px;	
	margin-right:3px;
}
#sidebar #ico-twitter {
	background:url(../img/twitter.png) no-repeat;
}
#sidebar #ico-skype {
	background:url(../img/skype.png) no-repeat;
}

#login {
	width:282px;
}
#login p {
	font-size:14px;
	line-height:normal;
}
#login .notice {
	font-size:14px;
	padding-bottom:10px;
}

footer {  
	overflow:hidden;
	width:677px;
	margin-left:303px;
	text-align:right;
	font-size:11px;
}
footer div.copy { 
  background:url(../img/t.png); 	
	display:block;
	float:left;
	padding:0 10px 0 7px;
  height: 20px;
  line-height: 20px;
}
footer div a {
	color:#000;
	text-decoration:none;
}
footer div a:hover {
	color:#FF6A00;
}
footer .like {
	display:block;
	float:right;
  width: 90px;
}
