body {
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/v2/back.jpg) repeat-x #1E4C74;
}
a {color:#06c;}
a:hover {color:#ocf;}
img {border:0;}

td {font:normal 12px/15px Arial, Helvetica, sans-serif;}

#nav {background-color:#069;text-align:center;border-bottom:1px solid #003366;}
#navR {background-color:#c00;text-align:center;border-bottom:1px solid #003366;}

#navSub {padding-left:10px;background:#eee;font:bold 11px/38px "Comic Sans MS", arial, cursive;color:#666;border-bottom:1px solid #ccc;}
#navSub a {color:#333;text-decoration:none;}
#navSub a:hover {color:#0cf;}

#navRr {background:#900;clear:both;border-bottom:1px solid #fff;height:30px;padding-left:90px;}
#navRr a {display:inline;float:left;padding:0 10px;}
#navRr a:hover {background:#c00;}

#navB {background:#069;clear:both;height:30px;padding-left:150px;}
#navB a {display:inline;float:left;padding:0 10px;}
#navB a:hover {background:#09c;}


#container { 
	width: 850px; 
	margin: 0 auto; 
	text-align: left;
	background:#ffffff;
}

#contentHome {
	width: 380px;
	float: right;
	margin: 0 30px 0 0;
	padding-left:20px;
	color:#333333;
	line-height:18px;
}
#specials {
	float: left;
	width: 340px;
	padding:0 20px;
	margin: 0 0 0 30px;
	text-align:center;
	border:2px solid #ccc;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background:#eee;
}

#footer {
	background:#001A35;
	clear:both;
	border-top:10px solid #600;
}


#footer a {
	color:#333333;
	text-decoration:none;
}
#footer a:hover {
	color:#0099FF;
	text-decoration:underline;
}


#footer1 {
	text-align:center;
	color:#666;
	font:bold 14px/18px "Comic Sans MS", arial;
	border-top:1px solid #fc0;
	padding-top:10px;
}
#footer1 a {
	color:#ccc;
	text-decoration:none;
}
#footer1 a:hover {
	color:#0099FF;
	text-decoration:underline;
}

#footer2 {
	padding:0 0 10px 0;
	text-align:center;
	color:#666666;
	font-size:12px;
}

#footer3 {
	padding:10px;
	text-align:center;
	color:#666666;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer3 a {
	color:#666666;
	text-decoration:none;
}
#footer3 a:hover {
	color:#0099FF;
	text-decoration:underline;
}

#content {
	padding:10px 20px;
	color:#333333;
	line-height:18px;
}

/************** CUSTOM HOME ***************/

.linedash {border-top:1px dashed #999;margin:10px 0 0 0;padding:0;}
.newstuff {color:#c00;font-family:tahoma,verdana;font-size:14px;line-height:20px;font-weight:bold;}
.newstuffTXT {color:#c00;font-family:tahoma,verdana;font-size:12px;line-height:20px;}
.hdrHome {color:#069;font-size:14px;margin:0;border-bottom:1px dashed #999;}

/************** CUSTOM INSIDE ***************/

.rightText {
	width: 400px;
	float: right;
	padding: 0 0 0 20px;
	margin: 15px 0 0 0;
	border-left:1px solid #ccc;
	color:#333333;
	line-height:18px;
}
.leftPic {
	float: left;
	width: 300px;
	margin: 15px 0 0 10px;
	padding:0 10px 0 0;
}

/*.hdrMain {font-size:18px;font-family:arial;margin:0;color:#c00;}*/
.hdrMain {font-size:18px;font-family:arial;margin:0;color:#c00;padding:5px;border-bottom:1px dotted #999;}
.hdrSub {font-size:12px;font-family:verdana;margin:0;color:#069;}
.hdrSub2 {font-size:15px;font-family:verdana;color:#069;border-bottom:1px dashed #ccc;}

.prodTitle {margin:0 0 -20px 0;font-size:14px;color:#c00;}
.callToday {font-family:Verdana;font-size:15px;color:#069;font-style:italic;}
.accTitle {margin:0;font-size:14px;color:#c00;}

.hdrTents {margin-top:10px;background:#D9E8F0;border-bottom:1px dotted #069;border-top:1px dotted #069;font-size:14px;padding:5px;color:#069;text-align:center;}

.products h2 {font:bold 18px/20px "comic Sans MS", "trebuchet MS", Arial, "Arial Rounded MT Bold";color:#c00;margin:0;}
.products p {margin:0;font-family:arial;font-size:12px;line-height:20px;color:#036;}


#entNav {background:#fff;text-align:center;padding:4px;margin:0 0 40px 0;color:#333;font:normal 14px/20px "comic Sans MS", "trebuchet MS", Arial, "Arial Rounded MT Bold";border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;}
#entNav a {color:#069;}
#entNav a:hover {color:#666;}



/************** tabs - wedding ***************/

ul.tabs {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px; /*--Set height of tabs--*/
	border-bottom: 4px solid #ccc;
	border-left:1px solid #ccc;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 30px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:;
}
ul.tabs li a {
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 1.2em;
	padding: 0;
	/* border: 3px solid #fff;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
	font:normal 14px/30px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:0 10px;
	margin:0;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}

ul.tabs li a:hover {
	background:#eee;
	color:#666;
}

ul.tabs li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #eee;
	border-bottom: 4px solid #036; /*--Makes the active tab look like it's connected with its content--*/
	color:#666;
}
ul.tabs li.active a{
	font:bold 14px/30px Georgia, "Times New Roman", Times, serif;color:#036;
}

.tab_container {
	_border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	padding-top:20px;
}
.tab_container img {width:150px;height:100px;border:1px solid #999;padding:4px;margin:0 10px 10px 0;}

.tab_content {
	padding: 10px;
}


.tblTent {border-top:1px solid #ccc;border-right:1px solid #ccc;}
.tblTent td {border-bottom:1px solid #ccc;border-left:1px solid #ccc;text-align:center;padding:10px 0;}
.tblTent th {border-bottom:1px dotted #999;text-align:center;padding:5px 0;}
.bdrRT {border-right:1px solid #ccc;font-weight:bold;}
.tentList li {padding-bottom:5px;}











