/* @override http://localhost:8888/orderbarcodes_landing_dev/styles.css */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #666;
	margin-bottom: 12px;
}

h1 a {
	color: #4f8bc9;
}

h2 {
	font-size: 2.6em;
	font-weight: normal;
	color: #4f8bc9;
}

h2 span {
	color: #666;
}

body {
	font-family: Arial, sans-serif;
	background: #eee;
	font-size: .625em;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 4px;
	background: url(images/bg_wrapper.png);
	overflow: auto;
}


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

#header {
	background: url(images/bg_header.png);
	border-top: solid #0066a1 7px;
	border-bottom: solid #0066a1 7px;
}

#header #logo {
	float:left;
	margin: 12px 0 11px 11px;
}

#header #header_sub {
	float: right;
	text-align: right;
	padding: 5px 13px 0 0;
}

#header #header_sub span {
	font-size: 1.2em;
	display: block;
}

#header #header_sub span#phone {
	font-size: 1.8em;
	display: block;
	color: #0066a1;
}

#header #header_sub a {
	font-size: 1.4em;
	display: block;
	color: #0066a1;
	text-decoration: none;
}


/*-------------------------------
SIDEBAR_LEFT
-------------------------------*/

#sidebar_left {
	width: 314px;
	float: left;
	padding: 18px 21px;
}

#sidebar_left ul {
	margin-bottom: 21px;
}

#sidebar_left li {
	font-size: 1.5em;
	color: #666;
	background: url(images/icon_check.png) no-repeat;
	list-style: none;
	padding: 9px 0 9px 40px;
}

#sidebar_left img#gs1 {
	padding-left: 48px;
}

/*-------------------------------
MAIN
-------------------------------*/

#main {
	width: 581px;
	float: left;
}

#main .product {
	border-bottom: solid #ccc 1px;
	padding: 31px 0 40px;
	height: 92px;
	position: relative;
	overflow: hidden;
}

* html #main .product {
	padding-bottom: 0;
	height: 135px;
}

#main .product img {
	float: left;
}

#main .product img.btn {
	position: absolute;
	top: 31px;
	right: 0;
}

#main .product div {
	float: left;
	width: 261px;
	padding-left: 15px;
	overflow: visible;
}

#main .product div a {
	clear: left;
	float: left;
	font-size: 1.5em;
	color: #4f8bc9;
}

#main .product div p {
	padding-top: 29px;
}

#main .product div p img {
	clear: left;
}

#main .product div p span {
	float: left;
	font-size: 2.2em;
	color: #6f6f6f;
	padding-top: 17px;
	padding-left: 10px;
	font-weight: bold;
	width: 127px;
}

#main .product.last {
	border: 0;
	padding-bottom: 24px;
}

#main .product.last h2 span {
	font-size: .7em;
}


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

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 16px 4px 0;
	background: url(images/bg_wrapper_bot.png) no-repeat;
	color: #666;
}



















