/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url("./graphics/bg.gif") repeat;
	font-family:verdana,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:866px;
	background: url("./graphics/ctbg2.gif");
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom left;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#containershop {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:866px;
	background: url("./graphics/ctbg3.gif");
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom left;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container_splash {
	margin:36px auto 0 auto; /* center, not in IE5 */
	width:850px;
	background: url("./graphics/splash.gif") no-repeat;
	

}

div#header {
	width:850px;
	height:187px;
	background: url("./graphics/header.gif") no-repeat;
	margin:0 auto 0 auto;
}

div#header2 {
	width:850px;
	height:187px;
	background: url("./graphics/header2.gif") no-repeat;
	margin:0 auto 0 auto;
}

div#header_splash {
	width:850px;
	height:134px;
	margin:0 auto 0 auto;
	border: 0px solid;
}
	
div#content {
	width:850px;
	margin:0 auto 0 auto;
	padding:0 0 0 0; /* bottom padding for footer */	
	border: 0px solid;
	
}

div#contentshop {
	width:850px;
	margin:0 auto 0 auto;
	padding:0 0 120px 0; /* bottom padding for footer */	
	border: 0px solid;
	
}

div#content_splash {
	width:850px;
	height:366px;
	margin:0 auto 0 auto;
	border: 0px solid;
	position: relative;
}

div#footer {
	margin:12px auto 0 auto;
	padding:10px 15px 15px 0;
	width:369px;
	background: #fef4ad;
	font-size:11px;
	line-height:13px;
	color: #673225;
	text-align: right;
}

div#footershop {
	margin:12px auto 0 auto;
	padding:10px 15px 15px 0;
	width:368px;
	background: #fef4ad;
	font-size:11px;
	line-height:13px;
	color: #673225;
	text-align: right;
	position:absolute;
	bottom:0;
	right:8px;
}


div#text_splash {
	width:730px;
	color: #673225;
	padding: 15px 60px 0 60px;
	font-size:11px;
	line-height:16px;
	border: 0px solid;
	background: url("./graphics/splashbg.gif") #fef4aa no-repeat;
}

div#footer_splash {
	width:850px;
	height:36px;
	margin:0 0 30px 0;
	font-size:10px;
	border: 0px solid;
	background: url("./graphics/footersplash.gif") no-repeat;
}


/* main nav */


.menucontainer {
	width: 850px;
	padding: 16px 0 15px 0;
	.padding: 17px 0 15px 0;
	_padding: 17px 0 11px 0;
	margin:0 auto 0 auto;
	border: 0px solid;
	}

.menucontainer_splash {
	width: 850px;
	padding: 10px 0 15px 0;
	.padding: 14px 0 11px 0;
	margin:0 auto 0 auto;
	border: 0px solid;
	}



/* content formatting */

#pageleft {
	width: 392px;
	padding: 25px 36px 20px 38px;
	overflow: hidden;
	font-family:trebuchet ms,sans-serif;
	line-height:18px;
	float:left;
}

#pageright {
	width: 384px;
	padding: 12px 0 0 0;
	overflow: auto;
	line-height:15px;
	float:right;
	background: #ffffff;
}

#pagewide {
	width: 770px;
	padding: 25px 0 20px 38px;
	overflow: auto;
	font-family:trebuchet ms,sans-serif;
	line-height:18px;
	float:left;
}

#right_foot {
	color: #673225;
	float: right;
	padding-top: 4px;
	padding-right:22px;
}

#left_foot {
	color: #673225;
	float: left;
	padding-top: 4px;
	padding-left:22px;
}

#splashlines {
	position: absolute; 
	top: 0px; 
	left: 0px;
}

#clear {
	clear: both;
}






/* text styles */



a {
	color: #e81202;
	text-decoration: underline;
}
a:hover {
	color: #7a4336;
	text-decoration: underline;
}

a.imedia {
	color: #7a4336;
	text-decoration: underline;
}
a.imedia:hover {
	color: #e81202;
	text-decoration: underline;
}

a.mail {
	color: #e81202;
	text-decoration: none;
}
a.mail:hover {
	color: #7a4336;
	text-decoration: underline;
}

a.catalog {
	color: #674525;
	text-decoration: none;
	outline:none;
	font-size:14px;
}
a.catalog:hover {
	color: #e81202;
	text-decoration: none;
	outline:none;
}





h1 {
	font-weight:bold;
	font-size:28px;
	color: #3795cc;
	font-family:times,serif;
	text-transform: capitalize;
}


p { 
	margin:12px 0 12px 0;
}





/* menu codes */


#navCircle {
	margin: 0;
	padding: 0 0 0 0;
	}

#navCircle li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navCircle a:link, #navCircle a:visited {
	font-size: 12px;
	font-weight: bold;
	padding: 0 9px 10px 9px;
	text-decoration: none;
	color: #674525;
	border: 0px solid;
	}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	color: #c12339;
	background: url(./graphics/tab_circle.gif) no-repeat bottom center;
	}
