@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

/*
body.body1 {
	background:#000000 url(../images/flower-bg.gif) top center; 
	padding: 0px;
	margin-top:50px;
	margin-bottom:50px;
}



div.wrap {
	text-align:left;
	margin:auto;
	width:850px;
}


div.navbar {
	width:400px;
	height:40px;
	padding:31px 10px 0px 132px;
	margin:0px;
	float:right;
}


div.toparea {
	background:url(../images/topbg.gif) no-repeat top left;
	width:850px;
	padding-top:30px;
}




div.flashbox {
	width:790px;
	height:172px;
	margin:0px 28px 0px 28px;
	border:#FFF 1px solid;
	background:#000;
}

div.telbox {
	width:790px;
	height:20px;
	padding:7px 30px 6px 30px;
	text-align:right;
}


div.content1 {
	width:726px;
	border-left:#67023E 2px solid;
	border-right:#67023E 2px solid;
	border-top:none;
	border-bottom:none;
	background:#000;
	padding:40px 60px 50px 60px;
}


div.hrline {
	border-top:#333333 2px solid;
	width:728px;
	height:1px;
}


div.footer {
	text-align:center;
	width:810px;
	padding:6px 20px 0px 20px;
}

*/

/* Template2 Styling */

body.body2 {
	background-color:#000;
	padding: 0px;
}

div.wrap2 {
	text-align:left;
	margin:auto;
	width:954px;
	padding-bottom:30px;
}


div.toparea2 {
	background:url(../images/header-bg.jpg) no-repeat top left;
	width:954px;
	height:360px;
}

div.header2 {
	width:754px;
	padding:0px 60px 0px 140px;
}

div.navbar2 {
	width:400px;
	height:40px;
	padding:37px 20px 0px 0px;
	margin:0px;
	float:right;
}


div.flashbox2 {
	padding:33px 94px 10px 97px;
	width:762px;
}

div.flashboxinner {
	border:#FFF 1px solid;
}

div.telbox2 {
	width:780px;
	height:20px;
	padding:24px 80px 6px 80px;
	text-align:right;
}


div.content2 {
	width:684px;
	border-left:#67023E 2px solid;
	border-right:#67023E 2px solid;
	border-top:none;
	border-bottom:none;
	background:#000;
	padding:0px 60px 30px 60px;
	margin:0px 74px 0px 74px;
}

div.content3 {
	width:684px;
	border-left:#67023E 2px solid;
	border-right:#67023E 2px solid;
	border-top:none;
	border-bottom:none;
	background:#000 url(../images/flower-fade.gif) bottom right no-repeat;
	padding:0px 60px 30px 60px;
	margin:0px 74px 0px 74px;
}

div.content4 {
	width:684px;
	border-left:#67023E 2px solid;
	border-right:#67023E 2px solid;
	border-top:none;
	border-bottom:none;
	background:#000 url(../images/shop.jpg) bottom right no-repeat;
	padding:25px 60px 30px 60px;
	margin:-22px 74px 0px 74px;
}


div.footer2 {
	text-align:center;
	width:808px;
	margin:5px 74px 0px 74px;
}


/* Image Styling */

img.logoimg {
	margin:0px;
}

img.navbutton {
	position:relative;
	float:left;
	display:inline;
}



