@charset "utf-8";

body {
	background-color: #fff;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body * {
	font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}
a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
    font-size: 120%;
}
a:hover {
    text-decoration:  underline;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 auto 0 0;
	width: 100%;
    position: relative;
    background-image: url(images/back_main.jpg);
    background-repeat: repeat-x;
    background-position: 0px -300px;
}
#head {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(images/back_logo.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 0px;
	height: 103px;
}
html > body #head {
	height: auto;
	min-height: 103px;
}
#page_body {
	margin: 0px auto;
    text-align: center;
	width: 1000px;
	padding-top: 0px;
	height: 1000px;
    position: relative;
    top: -103px;
    
}
html > body #page_body {
	height: auto;
	min-height: 1000px;
}
#logo {
	margin-left: 0px;
	margin-top: 0px;
    text-align: left;
    height: 103px;
    width: 100%;
}

#menu {
    background-image: url(images/back_menu.jpg);
    background-repeat: repeat-x;
	margin-left: 0;
	margin-top: 10px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #666;
	width: 100%;
	padding-top: 0px;
	height: 35px;
}
html > body #menu {
	height: auto;
	min-height: 36px;
}

#menu ul {
    height: 15px;
    margin: 10px;
    padding: 0;    
}

#menu li {
    float: left;
    list-style-type: none;
    font-size: 120%;
    margin-right: 10px;
}
#menu a {
    color: #FFF;
}

#content {
	margin-top: 10px;
	display: inline;
	float: left;
	margin-bottom: 0px;
	background-color: #fff;
	width: 100%;
	padding-top: 0px;
    padding-bottom: 10px;
}
html > body #content {
	height: auto;
}
#content address {
    font-style: normal;
    font-size: 130%;
    margin-top: 10px;
}
#page_title {
	color: #aaa;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
	float: left;
	margin-bottom: 0;
}
#content_link {
	margin-left: 10px;
	margin-top: 7px;
	display: inline;
	float: left;
	margin-bottom: 0;
	border-bottom: 3px solid #fc3;
	width: 980px;
	height: 1px;
	overflow: hidden;
}
#carts {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    width: 980px;
    display: inline;
	float: left;
    text-align: left;
}
.cart {
	height: 220px;
	width: 256px;
    background-image: url(images/back_cart.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 10px;
}
.c2, .c3 {
    margin-left: 106px;
}
.in_cart {
    width: 246px;
    height: 210px;
    text-align: center;
}
.in_cart img {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
}
.in_cart p {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
}
#footer {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
	background-color: #000;
	padding: 1em;

}
html > body #footer {
	height: auto;
}
.footer_txt {
	text-align: justify;
	color: #ccc;
}
.footer_txt span {
    font-weight: bold;
    color: #fff;
}

