@charset "utf-8";
body , html
{
	width:100%;
	margin:0;
	padding:0;
	font-family: courier;
	line-height:1.6;
}
ul,li {
	float: left;
}


ul, ol {
    font-family: courier;
}

form#frmCheckout {
    padding: 0 30px;
}

img , a , a img 
{
	text-decoration:none;
	border:none;
}
body
{
	background:url(/images/bg.png);
}
.main_container {
    background: none repeat scroll 0 0 #f4f4ef;
    margin: 0 auto;
    width: 882px;
}
.cat_img a img
{
	border-radius:5px;
}
.shopping_count {
    background: url("../images/s.png") no-repeat scroll center top / contain rgba(0, 0, 0, 0);
    height: 82px;
    position: absolute;
    right: 100px;
    top: 40px;
    width: 67px;
}
.shopping_count_num {
    background: none repeat scroll 0 0 black;
    border-radius: 20px;
    color: white;
    font-size: 1em;
    font-weight: bold;
    height: 28px;
    margin-top: 3px;
    position: absolute;
    right: 89px;
    text-align: center;
    top: 33px;
    width: 28px;
}
.row
{
	clear:both;
}
.clr
{
	clear:both;
}
/* header */
#boday-wrap {
    background: url("/images/side_border.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    width: 904px;
    margin-left: -10px;
}
#small-wrap {
    background: none repeat scroll 0 0 #F4F4EF;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 22px;
    width: 800px;
	margin-top:30px;
}
.logo
{
}
.logo img {
    margin: 6px 50px 20px 200px;
    width: 481px;
}
.buttons
{
	position:relative;
	margin-top:-13px;
}
#buttons-img {
    margin-left: 49px;
    width: 800px;
    margin-top: -20px;
}
#header_img {
    display: block;
    margin: 0 auto;
}
.buttons a {
    float: left;
    height: 64px;
    margin-bottom: 30px;
    margin-top: -20px;
    text-decoration: none;
	border:none;
}
.buttons a img{
	width:95%;
	border:none;
}
.home {
	margin-left:36px;
}
.about-us {
}
.shop {
}
.contact-us {
}
#flags {
    margin-top: -35px;
    width: 100%;
}
/*Slider*/
.container {
    background: url("/images/slider_bg.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}
/*Product page*/
.left_nav
{
	width:15%;
	float:left;
}
.pro_area
{
	width:70%;
	float:left;
}
.cart
{
	width:15%;
	float:left;
}
/*Contact page*/
.body {
    color: #5E5B5A;
    height: auto;
    overflow: hidden;
    /*padding: 0 30px 60px;*/
}
#social {
    text-align: center;
}
#social img {
    width: 18%;
    padding: 50px 20px;
}
.left {
    float: left;
    margin-top: 30px;
    width: 380px;
}

#signup {
    float: left;
    width: 100%;
}
.conDet
{
	width:100%;
}

.button {
    color: #37BEF9;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto 0 33%;
    text-transform: uppercase;
    width: 35%;
}
input[type="text"] {
    background: none repeat scroll 0 0 #31A1FF;
    color: #FFFFFF;
    float: left;
    height: 30px;
    margin-right: 30px;
    margin-top: 25px;
    width: 100%;
}

.map {
    float: right;
    margin-top: 30px;
    width: 380px;
}
/*Product page*/
.catWrap {
    border-left: 10px solid #f4f4ef;
    border-right: 10px solid #f4f4ef;
    float: left;
	width:23%;
}

.cat_img {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/images/gallery_img.png");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    overflow: hidden;
}

.cat_img a {
    display: block;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.cat_img a img {
    display: block;
    height: 93px;
    margin: 0 auto 0 16px;
    width: 106px;
}
.cat_img a img:hover
{
	opacity:.7;
}

.proName {
    padding: 2px 3px;
    text-align: left;
    text-transform: uppercase;
}
.catWrap a
{
	text-decoration:none;
	color:#000;
}

#about_img {
    float: right;
    width: 45%;
}
.full_width
{
	width:100%;
}
.about_left {
    float: left;
    width: 53%;
}
.about_txt {
    margin-top: 35px;
}
.about_txt p {
    float: left;
    text-align: left;
}
.catWrap a:hover
{
	color:#4D89E1;
}
/* Footer*/
.footer {
    padding: 10px 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 50px;
}