/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
/* HTML5 display-role reset for older browsers */ {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a { color: #00e;}
a:hover { color: #06e; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html { overflow-y: scroll; }
/*RESET CSS END*/

html {
	height: 100%;
}

a {
	text-decoration: none;
}

i {
	font-style: italic;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #818991;
	line-height: 1.231;
	min-height: 100%;
	height: 100%;
	background: #E6F1F7 url(images/bg_body.png) repeat-x;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
}

#page{
	height:auto !important;
	min-height: 100%;
	height: 100%;
	background: url(images/bg_page.png) no-repeat top center;
}

header {
	
}

#logo {
	float: left;
}

header nav ul {
	margin-top: 103px;
	background: url(images/bg_nav.png) repeat-x;
	height: 49px;
	float: right;
}

header nav li {
	float: left;
	background: url(images/line.gif) no-repeat;
}

header nav li#first {
	background: none;
	width: 92px;
}

header nav li a {
	padding: 16px 14px;
	color: #00A8D7;
	text-transform: uppercase;
	display: block;
}

header nav li a:hover {
	color: white;
	background: url(../images/bg_nav_hover.png) repeat-x;
}

#general {
	overflow: hidden;
	background: #FFF;
	padding: 22px 0 22px 22px;
	clear: both;
}

#general h1 {
	color: #172B66;
	font-size: 20px;
	margin-bottom: 20px;
}

.card-in-list {
	width: 287px;
	height: 211px;
	background: url(../images/card_in_list.jpg) no-repeat;
	float: left;
	margin: 0 22px 0 0;
}

.card-in-list h2 {
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 28px;
	padding: 20px 0 0 20px;
}

.card-in-list h2 img {
	float: right;
	margin: 0 10px 0 5px;
}

.card-in-list .price {
	font-size: 48px;
	color: #07146A;
	padding: 5px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	font-weight: bold;
}

.card-in-list .more {
	width: 112px;
	height: 30px;
	background: url(images/more.png) no-repeat;
	text-indent: -9999px;
	outline: 0;
	display: block;
	float: right;
	margin: 25px 15px 0 0;
}

.card {
	padding: 20px 40px 0 40px;
}

.card h2 {
	font-size: 20px;
	color: #1A95C5;
}

.card .photos {
	float: right;
	margin: 20px 0 0 20px;
}

.card .description {
	padding-top: 20px;
}

.card .add-to-card {
	width: 95px;
	height: 23px;
	background: url(images/add_to_card.gif) no-repeat;
	text-indent: -9999px;
	outline: 0;
	display: block;
	float: left;
	margin: 25px 15px 0 0;
}

.card .price {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	padding-top: 25px;
	display: block;
}

#gtexts {
	clear: both;
}

#gtexts h2 {
	color: #818991;
	margin-bottom: 25px;
}

#footer_gauranter {
	height: 150px;
	clear: both;
}

.cart {
	margin: 0 11px;
}

.cart table {
	width: 100%;
}

.cart input[type="submit"], .cart input[type="button"] {
	margin: 20px 0;
	padding: 5px 10px;
}

.right-button {
	float: right;
	margin-right: 25px;
}
	
.carttotal {
	margin-top: 20px;
}

footer {
	height: 150px;
	margin-top: -150px;
	font-size: 12px;
	color: white;
}

footer .wrapper {
	background: url(images/bg_footer.png) no-repeat;
	height: 150px;
}

footer nav ul {
	float: left;
	padding: 15px 0 0 50px;
}

footer nav li {
	float: left;
	list-style-type: none;
	border-left: 1px solid white;
	padding: 0 10px;
}

footer nav li#first {
	border-left: none;
}

footer a {
	color: white;
}

footer a:hover {
	color: #D7EAF0;
}

