body, html {
	min-height: 100%;
}

body {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	line-height: 1.47em;
	color: #363636;
	background: url('../images/bg_wrapper.jpg') top repeat-y;
}

h1 {
	font-size: 32px;
	line-height: 1.0em;
	margin: 0 0 10px;
}

h2 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 20px;
}

h3 {
	font-size: 14px;
	color: #E20000;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	color: #E20000;
	font-weight: bold;
}

h6 {
	font-weight: bold;
}

p {
	margin: 0 0 10px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

#wrapper {
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

#wrapper-main {
	width: 720px;
	height: 100%;
	margin: 0 90px;
}

#main-header {
	padding: 40px 0 0;
}

#header-logo {
	display: block;
	width: 400px;
	height: 70px;
	background: url('../images/logo_main_agbi_02.jpg') top no-repeat;
}

nav {
	margin: 20px 0 0;
	padding: 0 0 5px;
	border-bottom: #959595 1px solid;
}

nav ul {
	list-style: none;
}

nav ul li {
	float: left;
	margin-right: 40px;
}

nav ul li a {
	color: #707070;
}

nav li.active a {
	color: #E20000;
	padding: 0 0 7px;
	border-bottom: #E20000 1px solid;
}

#main {
	position: relative;
	margin: 40px 0 0;
	min-height: 500px;
	background: url('../images/bg_main.jpg') bottom right no-repeat;
}

#main-content {
	width: 500px;
}

#main-footer {
	margin: 20px 0 0;
	padding: 5px 0 0;
	border-top: #959595 1px solid;
	font-size: 10px;
	line-height: 1.2em;
	color: #959595;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #E20000;
}

/* -- CartLite styles -- */

.bl-cart-intro {
	width: 100%;
}

.bl-cart-basket {
	position: absolute;
	width: 170px;
	left: 535px;
	top: 20px;
	padding: 10px;
	background: #EEEEEE;
}

.bl-cart-total {
	color: #E20000;
}


#bl-cart-table {
	clear: both;
	margin: 10px 0;
}
#bl-cart-table tr td {
	vertical-align: top;
}

.bl-cart-image {
	width: 140px;
	height: 180px;
	text-align: left;
}

.bl-cart-image img {
	height: 120px;
	width: 120px;
}

.bl-cart-title {
	font-size: 14px;
	line-height: 1.47em;
	font-weight: bold;
	color: #E20000;
	margin-bottom: 8px;
}

.bl-cart-price {
	font-size: 14px;
	line-height: 1.47em;
	color: #E20000;
	margin-bottom: 8px;
}

.bl-cart-desc {
	color: #707070;
}

.bl-cart-title-large {
	font-size: 32px;
	line-height: 1.0em;
	margin: 0 0 10px;
	color: #E20000;
}

.bl-cart-detail-col {
	width: 50%;
}

.bl-cart-detail-col img {
	width: 230px;
}

.bl-cart-qty {
	width: 30px;
}

.bl-cart-client-details {
	border-collapse: separate;
	border-spacing: 3px 3px;
}

.bl-cart-client-details-left {
	width: 114px;
	padding: 3px;
}

.bl-cart-details {
	width: 250px;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	color: #555;
}

.bl-cart-required {
	font-size: 10px;
}

.bl-cart-order-btn {
	width: 110px;
	margin: 0 0 10px;
	padding: 5px;
	background: #E1E1E1;
	color: #363636;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.bl-cart-current {
	width: 100%;
	margin: 0 0 20px;
}

.bl-cart-current tr {
	height: 25px;
}

.bl-cart-current-item {
	width: 50%;
}

.bl-cart-current th {
	font-weight: bold;
}

.bl-cart-current-price {
	width: 20%;
	text-align: right;
}

.bl-cart-current-qty {
	width: 20%;
	text-align: center;
}

.bl-cart-current-total {
	text-align: right;
}

.bl-cart-current-rmv {
	width: 10%;
	text-align: center;
}

.bl-cart-review-box {
	position: absolute;
	width: 170px;
	left: 535px;
	top: 20px;
	padding: 10px;
	background: #EEEEEE;
}

.bl-cart-sort {
	position: absolute;
	width: 240px;
	left: 500px;
	top: -20px;
}

.bl-cart-go-btn {
	background: #959595;
	color: #EEEEEE;
	border: none;
	margin: 5px 0;
	padding: 3px 5px;
	font-size: 12px;
}

.bl-msg {
	margin: 10px 0;
}

.success {
	color: #39B54A;	
}

select {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	color: #363636;
}
