/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.75em;
	margin:0 0 25px 0;
	background-color:#C2073C;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a { color:#000;
	font-weight:bold;
	}

h1, h2, h3, h4 { margin:0 0 8px 0; color:#c1073b; }

p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

a img {
	border: none;
}

/* ---- layout settings ----------------------- */

.img-top {
	position:absolute;
	top:0;
	left:0;
}

.img-btm {
	position:absolute;
	left:0;
	bottom:0;
}

.trade {
	position:relative;
	top:0;
	left:0;
	width:450px;
	height:auto;
}

.trade p {
	width: 200px;
	margin: 10px;
}

.products a {
	top:1px;
	height: 57px;
	width: 400px;
	color: #fff;
	font-size: 1em;
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	padding: 5px 10px 0 5px;
	background-color: #C2073C;
	border: 1px solid #BFB3A7;
}

.products a:hover {
	text-decoration: none;
	background-color: #6F0D2B;
}

.product_title a {
	color: #C1073B;
	font-size: 1em;
	text-decoration: none;
}

.product_title a:hover {
	text-decoration: underline;
}

.category {
	color: #C1073B;
	font-size: 2em;
}

#main_container {
	position:relative;
	margin:0 auto;
	width:900px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:95px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:59px;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-image: url(images/bg_nav.jpg);
}

#sub_nav {
	position:absolute;
	top:59px;
	left:0;
	width:870px;
	height:27px;
}

/* ---- end nav id settings -------------------------- */

#main_bg {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-flower.jpg);
}

#main {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:10px;
	left:10px;
	float:left;
	width:214px;
	height:auto;
	padding: 20px 0;
}

/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:90px;
	left:0;
	float:right;
	width:562px;
	height:auto;
	line-height: 20px;
	padding: 0 10px 0 0;
}

#content_main img {
	margin: 10px 0;
}

#content_main2 {
	position:relative;
	top:90px;
	left:0;
	float:right;
	width:400px;
	height:auto;
	line-height: 20px;
	padding: 0 10px 0 0;

}
/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:900px;
	height:25px;
	clear:both;
	font-size: 1.2em;
}

#footer a {
	color: #fff;
	text-decoration:none;
}


#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	height: 59px;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
}

a:hover#nav_01 {
	background-position: 0 -59px;
}

a#nav_01 {
	width:126px;
	background-position:0 0;
	background-image:url(images/nav/nav.jpg);
}
a:hover#nav_02 {
	background-position: -126px -59px;
}

a#nav_02 {
	width:158px;
	background-position:-126px 0;
	background-image:url(images/nav/nav.jpg);
}

a#nav_03 {
	width:156px;
	background-position:-284px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_03 {
	background-position:-284px -53px;
}

.active_03 {
	background-position:-284px -59px !important;
}

a:hover#nav_04 {
	background-position: -440px -59px;
}

a#nav_04 {
	width:231px;
	background-position:-440px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_05 {
	background-position: -671px -59px;
}

a#nav_05 {
	width:166px;
	background-position:-671px 0;
	background-image:url(images/nav/nav.jpg);
}

/* ---- start nav drop settings -------------------------- */

#sub_nav a {
	color:#fff;
	height:17px;
	font-size:12px;
	display:block;
	padding:5px;
	text-decoration:none;
}

#sub_nav a:hover {
	background-color:#af0132;
}

#L1 {
	position:absolute;
	visibility:hidden;
	width:auto;
	background-color:#c1073b;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}

#L1 { width:125px; left:350px; }
#L2 { width:850px; left:100px; }
#L3 { width:350px; left:500px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}





