* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
body {
	background:url('images/new/pagebg.jpg') repeat-x;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#F9F1D8;
}

a{
	text-decoration:none;
}

#header{
	position:relative;
	float:left;
	width:100%;
	height:150px;
	/*background-color:blue;*/
	background-image:url('images/new/tophat2.jpg');
	background-repeat:no-repeat;
	background-position:center;
	margin-top:25px;
}

#waves{
	position:relative;
	float:left;
	width:100%;
	height:71px;
	/*background-color:blue;*/
	background-image:url('images/new/waves.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

#logo_ctr{
	position:relative;
	width:898px;
	margin-left:auto;
	margin-right:auto;
}


#menu_container{
	position:relative;
	float:left;
	width:100%;
	height:75px;
	background-image:url('images/menubg6.jpg');
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:solid 1px gray;
}

#menu_container ul{
	position:relative;
	margin-left:210px;
	list-style: none;
	padding: 0;
}

#menu_container li{
	float: left;
	margin:5px 5px 0px 5px;
	padding-top:5px;
	padding-left:5px;
	display: block;
	/*border-bottom: 0.1em solid #e9db92;*/
	width:85px;
	height:25px;
	color:white;
	/*background:url('images/new/menuitem.jpg') no-repeat;*/
	text-align:center;
}

#menu_container li:hover{
	/*border-bottom: 0.1em solid #dcdce9;*/
	font-weight:bold;
}

#menu_container a{
	color:white;
	text-decoration:none;	
}

#page_container{
	position:relative;
	float:left;
	width:100%;
}

#content_container{
	position:relative;
	width:898px;
	/*overflow-x:hidden;*/
	margin:0px auto 0px auto;
	height:100%;
	background-color:white;
}

.lc{
	position:relative;
	float:left;
	height:250px;
	width:50%;
}

.rc{
	position:relative;
	float:right;
	width:50%;
	height:250px;
}

.fw{
	position:relative;
	float:left;
	width:100%;
}


/* TEST REGION */

.curved-box
    {
    position:relative;
    width: 429px;
    margin: 10px;
    background-color: #c3d0d4;
}

.curved-box h2
    {
    background: #c3d0d4 url(images/curve_top.png) no-repeat left top;
    /*color: #f4fbfd;*/
	color:#5D6D7C;
	font-size:1.2em;
	font-weight:bold;
    padding: 10px 15px 5px 15px;
}

.curved-box p
    {
    background: #c3d0d4 url(images/curve_bottom.png) no-repeat left bottom;
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
	font-size:0.9em;
} 

.picturebox
    {
    position:relative;
    width: 429px;
    background-color: #c3d0d4;
	margin-top:10px;
}

.picturebox h2
    {
    background: #c3d0d4;
    color:#5D6D7C;
    padding: 10px 15px 5px 15px;
}

.picturebox p
    {
    background: #c3d0d4;
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
} 

.tribox
    {
    position:relative;
    width: 878px;
	height:150px;
    margin: 10px;
    background-color: #c3d0d4;
}

.tribox h2
    {
    background: #c3d0d4 url(images/curve_top.png) no-repeat left top;
    color: #f4fbfd;
    padding: 10px 15px 5px 15px;
}

.tribox p
    {
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
	font-size:0.9em;
} 

.tribox_flg{position:relative;float:left;width:66%;}

.tribox_fl{
	position:relative;
	float:left;
	width:48%;
}

.tribox_fl h2{
	color:#5D6D7C;
}
.tribox_fl p{color:black;}

.tribox_fr h2{
	margin:0px;
	font-size:1.0em;
	color:#5D6D7C;
}
.tribox_fr p{
	margin-left:15px;
	font-size:0.9em;
	color:black;
}


.tribox_fr{position:relative;float:right;width:33%;}

.fwbox
    {
    position:relative;
    width: 878px;
	height:35px;
    margin: 10px;
    background-color: #c3d0d4;
}

.fwbox h2
    {
    background: #c3d0d4 url(images/curve_top.png) no-repeat left top;
    color: #f4fbfd;
    padding: 10px 15px 5px 15px;
}

.fwbox p
    {
    background: #c3d0d4 url(images/curve_bottom.png) no-repeat left bottom;
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
} 

#footer{
	position:relative;
	float:left;
	width:100%;
	height:25px;
	margin:10px;
	text-align:center;
	font-size:0.8em;
}

#footerbar{
	position:relative;
	float:left;
	width:100%;
	height:15px;
	background-image:url('images/new/footerbar.jpg');
	background-repeat:repeat-x;
}

.sectionheader{
	position:relative;
	float:left;
	width:100%;
	height:100px;
	background-color:orange;
}

.menupage{
	text-align:center;
}

.fullpagebox{
	position:relative;
	float:left;
    width: 878px;
    margin: 10px;
    background-color: #c3d0d4;
}

.labelcell{
	text-align:right;
	font-size:0.9em;
}

#gobutton{
	border-width:1px;border-color:black;border-style:solid;
}

#important_content{
	width:210px;
	height:233px;
	float:left;
	background: #F8EFC4 url('images/bw_gradient.jpg') top left repeat-y;
	padding:5px;
	margin-top:10px;
}

	#slider{
		float:left;
		margin-left:10px;
		margin-top:10px;
		border-width:1px;border-color:#DEB671;border-style:solid;
	}	

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:656px;
		height:241px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */

#container_fix{
	clear:both;
}

.clearfw
 {
    position:relative;
    width: 878px;
	height:150px;
    margin: 10px;
}

.section_header{
	position:relative;
	margin:10px auto 0px auto;
	width:848px;
	height:75px;
	color:white;
	background:#5D6D7C url('/images/sectionheader/background.jpg') repeat-x bottom left;
}

.section_header h1{
	font-size:1.8em;
}

.section_header2{
	position:relative;
	margin:10px auto 0px auto;
	width:848px;
	height:75px;
	color:white;
	background:#5D6D7C url('/images/sectionheader/background2.jpg') repeat-x bottom left;
}

.section_header2 h1{
	font-size:1.8em;
}


/* Specials */

#specials_tbl_ctr{
	margin:0px auto 10px auto;
	width:848px;
	background: #F8EFC4 url('images/vertical_grad.jpg') top left repeat-x;	
}

.specials_table{
	margin-top:15px;
	width:100%;
}

.specials_table tr{
	border-bottom:1px solid gray;
}

.imagecol{
	width:20%;
	text-align:center;
	font-style:italic;
	font-size:0.7em;
}

.specialcontentcol{
	width:70%;
}

.specialpricecol{
	width:10%;
	font-size:1.1em;
	font-style:italic;
	
}

.specialcontentcol h3{
	font-size:1.1em;
	font-weight:bold;
}

/* Specials -- End */

.tritable{
	width:100%;
}

.tritable td{
	width:33%;
	text-align:center;
}

.tritable img{
	margin-top:20px;
}


.summarybox{
	margin-left:15px;
	margin-bottom:15px;
}


.addressbox
    {
	background: #F8EFC4 url('images/vertical_grad.jpg') top left repeat-x;
    position:relative;
    width: 429px;
    margin: 10px;
}

.addressbox h2
    {
	color:black;
	font-size:1.2em;
	font-weight:bold;
    padding: 10px 15px 5px 15px;
}

.addressbox p
    {
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
	font-size:0.9em;
} 

.contactus_box
    {
	background: #F8EFC4 url('images/vertical_grad.jpg') top left repeat-x;
    position:relative;

    margin: 10px;
}

.contactus_box h2
    {
	color:black;
	font-size:1.2em;
	font-weight:bold;
    padding: 10px 15px 5px 15px;
}

.contactus_box p
    {
    margin: 0px;
    padding: 5px 15px 25px 15px;
    text-align: left;
	font-size:0.9em;
} 

.addressbox ul{
	margin-left:45px;
}


#pscroller1{
	margin-top:15px;
	width: 190px;
	height: 190px;
	border: 0px solid black;
	padding: 5px;
}

#pscroller1 a{
	color:#565962;
	text-decoration:none;
}

.sc_name{
	font-weight:bold;
	color:#565962
}

.sc_desc{
	color:#565962
}
