﻿@charset "UTF-8";
/* CSS Document */

body
{
    padding: 0px;
	margin: 0px;
    background: #FFFFFF url(Images/b3.jpg) no-repeat left bottom;
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    color: #774528;
    font-size: 13px;
    background-attachment: fixed;
}

.header {
	height: 39px;
	text-align: right;
	width: 100%;	
	min-width: 1200px;
	padding-top: 5px;
	font-weight: bold;
	color: #774528;
	font-size: 11px;
	background: url('Images/trans_bg_large_pink.png'); 
	border-bottom: solid 1px #fce6ed;
}

.header a
{
    color: #774528;
    font-weight:bold;
}
	
.checkout {	
	width: 201px;
	height: 35px;
	border: none;
	margin-left: 10px;}	
	
.addCart {		
	border: none;
	margin-top: 10px;}	
	
.proceed {		
	border: none;
	margin-top: 30px;
	}		

.processOrder {
	/*background: url(Images/process-order.jpg) top left no-repeat;*/
	width: 204px;
	height: 40px;
	border: none;
	margin-top: 30px;
	}		

.submit {
	/*background: url(Images/submit.jpg) top left no-repeat;*/
	width: 204px;
	height: 40px;
	border: none;
	margin-top: 30px;
	}		

.sidebar {
	width: 300px;
	height: 100%;
	border: solid 1px #fce6ed;
    background: url('Images/trans_bg.png');
    display:inline-block;
	}	
	
ul.nav {
	list-style: inside none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	line-height: 1.5em;}	

ul.nav li a {
	color: #EE7199;
	text-decoration: none;}	
	
.content2 {	
	width:100%;	
	border: solid 1px #fce6ed;
    background: url('Images/trans_bg.png');	    
	}
	
.content3 
{
    padding:10px;
}
    
	
.cl {
	clear: both;}	
	
a.pink {
	color: #EE7199;
	font-weight: bold;
	text-decoration: none;}	
	
a.moreinfo {
    color: #EE7199;	
	text-decoration: underline;
}
	
h1 {
	font-size: 34px;
	font-weight: normal;}
	
	
h2 {
	color: #EE7199;
	font-size: 18px;
	margin-bottom: 20px;}
	
h3 {
	color: #C00;
	font-weight: normal;
	font-size: 20px;}	
h4 {
    color: #EE7199;
	font-size: 18px;
	margin-bottom:5px;}
        
p.h35 {
	height: 35px;}

p.h75 {
	height: 75px;}


.l {
	float: left;
	width: 250px;}
	

.l-item1 {
	width: 500px;
	padding-left:30px;
	float: right;
	padding-top:20px;
}


.l-2 {
	float: left;
}
	
.l-3 {
	float: left;
	width: 220px;
	text-align: right;}
	
.l-4 {
	float: left;
	width: 220px;
	}
	

.l-item2 {
	width: 500px;
	padding-left:30px;
	float: left;}

.w-g {
	background-color: #fff;	
	padding: 20px 0px;
	text-align: center;
	border: 4px solid #EE7199;}		
	
.w-g-2 {
	background-color: #fff;	
	padding: 90px 0px;
	text-align: center;
	border: 4px solid #EE7199;}	
	
.pink {
	color: #EE7199;
	font-weight: bold;
	}	
	
	
.line {
	border-bottom: 1px solid #774528;
	width: 100%;
	margin: 20px 0px;}	
	
.holder {
	width: 1250px;}	
	
p.t {
	margin-bottom: 3px;
	height: 25px;}	
	
.Error {
	color: #C00;
	font-size: 16px;
	margin-top: 25px;}
	

	
.menuItem
{
    margin-left:20px;
    color: #774528;
    text-decoration:none;
}

.subMenuItem
{
    color: #774528;
    text-decoration:none;
}

.subMenuItem:hover
{
    color: #EE7199;
    text-decoration:none;
}

.loginButton
{
    padding:0px;
}

.loginLink
{
    text-decoration:none;
    font-weight:normal;
}
.loginLink:hover
{
    text-decoration:underline;
}
    
