﻿@import url("ectcart.css");

* {
	padding: 0;
	margin: 0;
} 

body {
background: #4c320d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

#wrap {
margin: 20px auto;
width: 1000px;
}

#header { 
background: #4c320d url("../images/header-F3.jpg") no-repeat;
height: 80px;
}
/* Top Menu */
#menu {
height: 30px;
line-height: 30px;
background: #4c320d url("../images/menu.jpg") no-repeat;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #4c320d url("../images/content.jpg") repeat-y;
padding: 10px 20px;
min-height:700px;
}

/* Left Sidebar*/
#left {
width: 160px;
float: left;
font-size: 12px;
}
#left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
line-height:20px;
text-decoration:underline;
}
#left ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}
#left ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#left h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
#left h3 {
	font-size: 16px;
	color: #800000;
	text-align:center;
	margin-left:-10px;
}

#left a {
    text-decoration: underline;
	font-weight: bold;
	color:#800000;	
}
#left a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* Right Side Content*/	
#right {
background:white;
float: right;
width:780px;
}

#right h2 {
	color: #800000;
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 5px 0 5px 0;
	text-align: center;
	font-family: "Script MT Bold", "Comic Sans MS", sans-serif
}

#rightsub {
	padding: 20px 30px 10px 30px;	
}

#rightsub h3 {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	text-align:center;
}

#clear {
clear: both;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}

#homemain {
     padding: 10px 20px 0 20px;
     font-size: 11px;     
}
#homemain h5 {
		font-weight: bold;
		 line-height:40px;
		 font-size:  small;   
		 
		 
}

#homemain h6 {
	color: #990033;
	font-size: medium;
	letter-spacing: 0px;
	font-weight: bold;
	line-height:25px;
}
.center {
      text-align:center;
}


	
