/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background:#007f61;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	line-height:1.4em;
	margin-top:0em;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/*********************************************************************Header Tags*********************************/

h1 {font-size:140%; font-family:Arial, Helvetica, sans-serif; margin: .5em 0em .5em 0em;}
h2 {font-size:130%; font-family:Arial, Helvetica, sans-serif; margin: .5em 0em .5em 0em;}
h3 {font-size:120%; margin: .5em 0em .5em 0em;}
h4 {font-size:110%; margin: .5em 0em .5em 0em;}

/*********************************************************************Font Color**********************************/

.red {
color:#FF0000;
}

.blue {
color:#0000FF;
}

.yellow {
color:#FFFF00;
}
.green {color:#008061;}
.pink {color:#923c75;}
/********************************************************************Font Styles**********************************/
.size85 {font-size:85%;}

/**********************************************************************Nav**************************************/


/***********************************************************************Layout***************************/

#wrap {
	width:960px;
	margin: 0 auto;
}
#headerTop {
	width:960px;	
	clear:both;	
}
#address {
	float:left;
	width:580px;
	padding:10px 0px 10px 20px;
	font-size:175%;
	color:#fff;
}
#telephone {
	float:right;
	width:300px;
	padding:10px 20px 10px 0px;
	font-size:175%;
	color:#fff;
	text-align:right;
}
#header {
	width:960px;
	height:297px;
	background-image:url(../images/header4.png);
	background-repeat:no-repeat;
	clear:both;
}
#pageBodyTop {
	width:900px;
	padding:0px 30px 0px 30px;
	margin-top:15px;
	clear:both;
	background-image:url(../images/topmid.png);
	background-repeat:no-repeat;
	height:30px;
}
#pageBodyMiddle {
	width:900px;
	padding:0px 30px 0px 30px;
	clear:both;
	background-image:url(../images/middle.png);
	background-repeat:repeat-y;
}
#pageBodyMiddleBottom {
	width:900px;
	height:3px;
	clear:both;
}
#pageBodyBottom {
	width:900px;
	padding:0px 30px 0px 30px;
	clear:both;
	background-image:url(../images/botmid.png);
	background-repeat:no-repeat;
	height:26px;
}
#footer {
	width:900px;
	padding:0px 30px 0px 30px;
	margin-top:15px;
	clear:both;
	color:#fff;
	font-size:85%;
}
#footer a {
	color:#fff;
}
/***********************************************************************Universal Div's***************************/
#labels {
	width:900px;
	clear:both;
	color:#923c75;
}
#labels ul {
	text-align:center;
}
#labels li {
	display:inline;
	margin-left:30px;
	margin-right:30px;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
}
#newLine {
	width:900px;
	clear:both;
	margin-top:20px;
}
#newLine ul {
	text-align:center;
}
#newLine li {
	display:inline;
	margin-left:30px;
	margin-right:30px;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
}
#newLine h2 {
	font-size:160%;
	text-align:center;
}
/*************************************************************************************Slider Styles****/

#hpSlide {
	width:191px;
	height:350px;
	padding-left:20px;
	float:left;
}

#winSlide {
	width:350px;
	height:auto;
	padding-left:12px;
}

#featured_section {
	width:191px;
	height:300px;
	padding-left:0px;
}

.container {
	width:191px;
	height:300px;
	overflow:hidden;
	position:relative;
	border:1px solid #000;
}

#featured_section2 {
	width:350px;
	/*height:auto;*/
	padding-left:0px;
}

.container2 {
	width:350px;
	height:250px;
	overflow:hidden;
	position:relative;
}

.container2Bottom {
	width:100%;
	height:40px;
	clear:both;
}

.slides { 
	position:absolute; 
	top:0; 
	left:0; 
}

.slides div {
	position:absolute;
	width:191px;
	display:none;	
	/*border:1px solid #000;*/
	padding-top:0px;
}

.slides div img {
	padding-left:0px;
	cursor:pointer;
}

ul.pagination li {
	position:absolute;
	font-size:13px;
	display:none;
}

ul.pagination li.total {
	display:block;
}

ul.pagination li.active {
	display:block;
}

ul.pagination li a {
	color:#0380a5;
}

#nextPrevious {
	width:100%;
	/*height:20px;*/
	clear:both;
}
.next {
	/*position:absolute;*/
	/*top:0px;
	left:160px;
	clear:both;*/
}

.previous {
	/*position:absolute;*/
	/*top:0px;
	left:110px;
	clear:both;*/
}
/****************************************************************************Home Page**********************************/
#sale {
	width:280px;
	float:right;
	padding:5px;
}
#topCenter {
	width:360px;
	float:left;
	padding-left:25px;
}
.image01 {
	width:152px;
	float:left;
	margin-top:20px;
}
.image02 {
	width:152px;
	float:right;
	margin-top:20px;
}
#club {
	clear:both;
}
