html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #f1f7fc;
}

img {border: 0;}

a {color: #334c9e;}


/* Custom fonts */

@font-face {
	font-family: 'DynamoLXEDXE';
	src: url('../fonts/dynamolxedxe-webfont.eot');
	src: local('?'), url('../fonts/dynamolxedxe-webfont.woff') format('woff'), url('../fonts/dynamolxedxe-webfont.ttf') format('truetype'), url('../fonts/dynamolxedxe-webfont.svg#webfontplNtfJlm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VAGRoundedBoldRegular';
	src: url('../fonts/vagroun-webfont.eot');
	src: local('?'), url('../fonts/vagroun-webfont.woff') format('woff'), url('../fonts/vagroun-webfont.ttf') format('truetype'), url('../fonts/vagroun-webfont.svg#webfontnOCkejln') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Login page */

.login-container {
	height: 305px;
	background: #fff url(../images/login-background.png) repeat-x bottom center;
	font-family: DynamoLXEDXE;
}

.login-content {
	width: 700px;
	height: 305px;
	margin: 0 auto;
	position: relative;
}

.login-logo {
	position: absolute;
	left: 0;
	top: -3px;
}

.login-heading {
	position: absolute;
	top: 5px;
	left: 270px;
}

.login-title {
	margin: 0;
	position: absolute;
	top: 76px;
	left: 269px;
	color: #334c9e;
	font-size: 16px;
}

.login-fields {
	position: absolute;
	bottom: 159px;
	left: 268px;
	width: 500px;
}

.login-fields .text {
	background: url(../images/login-input.gif);
	border: 0;
	width: 156px;
	height: 20px;
	padding: 2px 10px;
	color: #fff;
	font-family: Verdana;
}

.login-fields .submit {
	vertical-align:bottom;
}

.login-links {
	position: absolute;
	left: 265px;
	bottom: 125px;
}

label.remember {
	color: #334c9e;
	font-size: 11px;
	cursor: pointer;
}
label.remember .checkbox {
	vertical-align: top;
}

a.forgot {
	font-size: 11px;
	text-decoration: none;
	color: #e77b06;
	margin-left: 16px;
}

.login-note {
	position: absolute;
	bottom: 45px;
	left: 15px;
	width: 100%;
	text-align:center;
	font-size: 11px;
	font-family: Arial;
	margin: 0;
	color: #5c5f63;
}


/* Inside pages */

.header-container {
	background: #fff;
	height: 114px;
}
.header {
	width: 1022px;
	height: 114px;
	margin: 0 auto;
	position: relative;
	font-family: DynamoLXEDXE;
}

.header .logo {
	position: absolute;
	top: 30px;
	left: 0;
	display:block;
}

.nav {
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 37px;
	margin: 0;
	padding: 0;
}

.nav li {
	float:left;
	margin-left: 12px;
}

.nav li a {
	display:block;
	color: #334c9e;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 10px 0 10px;
	height: 23px;
}

.nav li:hover, .nav li.current {
	background: url(../images/nav-right.png) right center no-repeat;
	color: #fff;
}
.nav li:hover a, .nav li.current a {
	background: url(../images/nav-left.png) left center no-repeat;
	color: #fff;
}


/* Main content area */

.content-container {
	background: url(../images/background.png) repeat-x top center;
	padding-bottom: 50px;
}

.content {
	width: 1022px;
	margin: 0 auto;
	min-height: 350px;
}

.content .left {
	width: 260px;
	float:left;
	position: relative;
}

.content .left .inner {
	padding: 20px 20px 20px 0;
}

.content .left .news-item {
	border-bottom: 1px solid #c1c8cd;
	margin-bottom: 10px;
	color: #2c2c2c;
	font-size: 12px;
}

.content .left h3 a {
	color: #334c9e;
	text-decoration: none;
}

.content .left h3 {
	font-size: 14px;
	color: #334c9e;
	margin: 0 0 5px 0;
	line-height: 18px;
}

.content .left p {
	margin-top: 5px;
	line-height: 16px;
}

.content .left .read-more {
	color: #e77b06;
	font-weight: bold;
	text-decoration: none;
}
	
.content .right {
	width: 762px;
	float:right;
	position: relative;
}

.content .right h2 {
	padding-left: 20px;
}

.content .right .inner {
	background: #fff;
	min-height: 300px;
	padding: 20px 20px 20px 20px;
}

.content .right .subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 16px;
}
.content .right .subnav li {
	float:left;
}
.content .right .subnav li:first-child a {
	border-left: 0;
}
.content .right .subnav li a {
	color: #334c9e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #e77b06;
	padding: 0 6px; 
}

.content h2 {
	color: #e77b06;
	font-family: DynamoLXEDXE;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding-top: 9px;
	height: 32px;
}

.content h3 {
	color: #e77b06;
	font-family: DynamoLXEDXE;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding-top: 9px;
	height: 32px;
}

.content .corner-right {
	width: 24px;
	height: 24px;
	background: url(../images/background-corner-right.png) no-repeat center center;
	position: absolute;
	top: 41px;
	right: 0px;
}
.content .corner-left {
	width: 24px;
	height: 24px;
	background: url(../images/background-corner-left.png) no-repeat center center;
	position: absolute;
	top: 41px;
	right: -24px;
}

.content .divider {
	clear:both;
	margin: 15px 0;
	border-top: 1px solid #cfcfcf;
}


/* Main content order area */

.product-list {
	float:left;
	width: 465px;
}

.product-list table {
	width: 100%;
}
.product-list td {
	border-bottom: 1px solid #cfcfcf;
	padding: 5px 6px 5px 6px;
	vertical-align:middle;
}
.product-list td.col1 {
	padding-right: 14px;
	font-weight: bold;
	font-size: 17px;
	color: #e77b06;
	
	border-bottom: 0;
}
.product-list td.col2 {
	color: #334c9e;
	font-size: 13px;
	font-weight: bold;
	padding-left: 2px;
	width: 236px;
}
.product-list td.col6 {
	text-align:right;
	padding-right: 14px;
}

.product-list td p.grey {
	margin: 0;
	margin-top: 2px;
	padding: 4px 5px 3px 5px;
	background: #e9e9e9;
	white-space: nowrap;
	float:left;
	min-width: 14px;
	text-align:center;
}
.product-list td input.text {
	border: 1px solid #cfcfcf;
	width: 22px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
}


.your-order {
	float:right;
	width: 246px;
}

.content .right .your-order h2 {
	height: auto;
	margin: 0 0 5px 0;
	padding: 0 0 7px 13px;
	border-bottom: 1px solid #cfcfcf;
}

.your-order table {
	width: 100%;
}
.your-order td {
	padding-top: 1px;
	padding-bottom: 1px;
}
.your-order td.col1 {
	padding-left: 13px;
	padding-right: 7px;
	font-size: 14px;
	font-weight: bold;
	font-family: Garamond, Times New Roman, serif;
	color: #e77b06;
}
.your-order td.col2 {
	font-size: 11px;
	font-weight: bold;
	color: #334c9e;
	width: 160px;
	padding-right: 7px;
}
.your-order td.col3 {
	font-size: 11px;
	color: #334c9e;
	white-space: nowrap;
}

.your-order .totals {
	padding-top: 5px;
	height: 30px;
	margin-top: 15px;
	background: #f2f2f2;
}
.your-order .totals p.qty {
	float:left;
	font-weight: bold;
	font-size: 14px;
	color: #e77b06;
	padding-top: 5px;
	padding-left: 12px;
	margin: 0;
}
.your-order .totals p.price {
	float:right;
	font-weight: bold;
	font-size: 20px;
	color: #334c9e;
	margin: 0;
	padding-right: 10px;
}

.your-order .buttons {
	clear:both;
	padding: 16px 10px 8px 0;
	text-align:right;
	border-bottom: 1px solid #cfcfcf;	
}

/* Buttons */

.button-orange {
	background: url(../images/button-right.png) no-repeat right center;
	font-family: DynamoLXEDXE;
	font-size: 12px;
	margin: 0 auto;
	float:left;
}
.button-orange a {
	color: #fff;
	text-decoration: none;
	display:block;
	height: 20px;
	padding: 2px 12px 0 12px;
	background: url(../images/button-left.png) no-repeat left center;
}

/* Sales reports */

.sales-report {
	width: 525px;
	border: 1px solid #e6ebf1;
}

.sales-report .heading {
	background: #5078b8;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	margin: 0 0 5px 0;
}
.sales-report .heading select {
	float:right;
	margin: 3px 8px 0 0;
}
.sales-report .heading .small {
	font-size: 15px;
	padding: 4px;
	float:left;
	margin: 0;
}
.sales-report .heading .date {
	font-size: 15px;
	font-weight: bold;
	padding: 4px;
	float: right;
	margin: 0;
}

.sales-report-left {
	float:left;
	width: 232px;
	margin-left: 18px;
}

.sales-report-confirm .sales-report-left p, .sales-report-confirm .sales-report-right p {
	height: 22px;
}

.sales-report-left p {
	padding: 10px 0px 10px 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 18px;
	color: #5078b8;
	height: 28px;
	margin: 0;
}

.sales-report-right {
	float:left;
	width: 257px;
	font-size: 18px;
}

.sales-report-right p {
	padding: 10px 0px 10px 45px;
	border-bottom: 1px dotted #ccc;
	color: #5078b8;
	height: 28px;
	margin: 0;
}

.sales-report input.sales {
	border: 1px solid #a8bcdc;
	font-size: 16px;
	padding: 3px;
	width: 82px;
	margin-left: 5px;
}

.sales-report .dollar {
	color: #e77b06;
}
.sales-report .sales {
	padding-left: 15px;
}
.sales-report .total {
	color: #000;
	font-weight: bold;
}
.sales-report .total-label {
	color: #000;
	padding-left: 38px;
}

.sales-report-thanks {
	color: #5078b8;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 15px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 480px;
}

/* Misc */

.clear {clear:both;}
.left {float:left;}
.right {float:right;}