/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 01: 3 column
  -------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/star_bkgd.jpg);
	color: #FFF;
	text-decoration: none;
}
a {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-size: 11px;
	color: #FEA821;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}

#col_wrapper {
	width: 997px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
}

#banner {
	background-image: url(../images/logo_banner.jpg);
	height: 124px;
}


#sidemenu {
	width: 244px;
	background-image: url(../images/side_menu_home.jpg);
	height: 403px;
}
#sidemenu_wrapper {
	width: 210px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}

#flashbox {
	background-repeat: no-repeat;
	height: 303px;
}


#bottomMenu {
	height: 289px;
	background-image: url(../images/lower_menu.jpg);
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#newsbox {
	width: 210px;
	margin-top: 13px;
	height: 250px;
	margin-left: 22px;
}
#newsbox li {
	margin-left: -30px;
	list-style-type: disc;
}
#showcase-wrap {
	height: 275px;
	width: 723px;
	margin-top: 7px;
	margin-right: 25px;
}
.showcasetitle {
	width: 150px;
	line-height: 36px;
	height: 36px;
	float: right;
	padding-right: 17px;
	padding-left: 15px;
}
.showcasetitle-right {
	width: 160px;
	line-height: 36px;
	height: 36px;
	float: right;
	padding-left: 15px;
}

.showcaseproduct {
	width: 150px;
	height: 218px;
	float: right;
	padding-left: 15px;
	padding-right: 17px;
	padding-top: 10px;
}
.showcaseproduct a   {
	color: #FFF;
	text-decoration: none;
}
.showcaseproduct-right {
	width: 150px;
	height: 218px;
	float: right;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
}
.showcaseproduct-right a {
	color: #FFF;
	text-decoration: none;
}
.showcase-description {
	width: 142px;
	text-align: left;
	height: 35px;
}
.showcase-description ul{
	padding-left: 12px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.imgbox {
	width: 142px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	width: 997px;
	margin-right: auto;
	margin-left: auto;
}
#footercontent {
	padding: 14px;
	font-size: 0.65em;
	color: #FFF;
}

