/* general formating */

html{
	overflow: auto;
	background: #158078 url(images/dbsc_bg.jpg) bottom center;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

body{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
	color: #444444;
	font-size: 8pt;
	font-family: verdana,arial;
}

#nav1{
	background-color:#201d0f;
	Font-family: verdana,arial;
	color:#ffffff;
	font-size: 7pt;
	line-height: 8pt;
	vertical-align: middle;
	padding-top: 3px;
}

#footer{
	background: #135053 url(images/footer_bg.gif) repeat-x;
	padding: 10px 0px 5px 0px;
	font-family: verdana,arial;
	border-bottom: 3px solid #076861;
	color:#ebebeb;
	font-size: 8pt;
	line-height: 13pt;
}

#nav_left{
	float:left;
	padding-left: 10px;
}

#nav_right{
	float:right;
	padding-right: 5px;
}

h1{
	font-size: 10pt;
	color:#006a6e;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
}

h2{
	font-size: 8pt;
	color:#f08e18;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 5px;
}

h3{
	font-size: 8pt;
	color:#444444;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 1px;
}

h4{
	font-size: 8pt;
	color:#006a6e;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
}

h5{
	font-size: 11pt;
	color:#006a6e;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
}

h6{
	font-size: 12pt;
	color:#fcb331;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 0px;
}


p{
	margin-top: 0px;
}


#black{
	font-size: 8pt;
	color:#444444;
}

#black2{
	font-size: 8pt;
	color:#222222;
	background-color:#ebf2f3;
}

#black3{
	font-size: 8pt;
	color:#111111;
}

.green{
	font-size: 8pt;
	color:#006a6e;
	font-weight: bold;
}

#green2{
	font-size: 8pt;
	color:#006a6e;
	background-color:#ebf2f3;
}

#greenbold{
	font-size: 8pt;
	color:#006a6e;
	font-weight: bold;
}

#wine{
	font-size: 8pt;
	color:#111111;
	text-align: left;
	border-left: 2px solid #158078;
		border-right: 2px solid #158078;
	padding-left: 5px;
}

#wine_b{
	font-size: 8pt;
	color:#111111;
	font-weight: bold;
	border-left: 2px solid #158078;
	border-right: 2px solid #158078;
	text-align: left;
	padding-left: 5px;
}

#wine2{
	font-size: 8pt;
	color:#111111;
	text-align: center;
}

.wine2{
	font-size: 8pt;
	color:#111111;
	text-align: center;
}

.fun2{
	font-size: 8pt;
	color:#111111;
}

#fun2{
	font-size: 8pt;
	color:#111111;
}

#wine2a{
	font-size: 8pt;
	color:#111111;
	text-align: center;
	border-right: 2px solid #158078;
	line-height:14pt;
}

#shaded{
	background-color: #ebf2f3;
}

.shaded{
	background-color: #ebf2f3;
}

#none{
	background-color: #ffffff;
}


/* content stuff */

#left_area {
	background-color:#ebebeb;
	padding-top: 35px;
	padding-bottom: 10px;
	width: 220px;
}

#left_content {
	background-color:#f6f6f6;
	Font-family: verdana,arial;
	color:#006a6e;
	font-size: 7pt;
	vertical-align: middle;
	width: 198px;
	text-align: center;
}

#center_area {
	background-color:#ffffff;
	font-size: 8pt;
	font-family: verdana,arial;
	text-align: justify;
	padding-bottom: 10px;

}

#right_area {
	background-color:#ffffff;
	padding-top: 38px;
	padding-bottom: 10px;
	width: 200px;
}


#box_content{
	background: #cde7e8 url(images/box_bg.png) repeat-y 0 0;
	font-size: 8pt;
	width: 435px;
	color:#222222;
}

#right_img {
	padding-bottom: 8px;
}

.divide15 {
	background-color:#ffffff;
	width:15px;
}

.divide10 {
	background-color:#ffffff;
	width:10px;
}


#form_font{
	font-family:verdana;
	font-size:7pt;
	color:#444444;
	padding-top:2px;
}

#sitemap_ul{
	color:#005b5e;	
	margin-left: 15px;
	text-indent: -4px;
	list-style-type: disc;
	padding-left: 0px;
	line-height: 20px;
}

/* list-style-type: decimal; ==> disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none */

#sitemap_ul2{
	color:#005b5e;	
	list-style-type: square;
	text-indent: -4px;
	margin-left: 19px;
	padding-left: 0px;
	line-height: 12px;
}

/* navigation - links */

#nav {
	background-image: url(images/dbsc_nav_bg.png);
	background-repeat: no-repeat;
}



a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

a.form:link {
	color: #e42828;
	text-decoration: none;
}
a.form:visited {
	text-decoration: none;
	color: #e42828;
}
a.form:hover {
	text-decoration: underline;
	color: #e42828;
}
a.form:active {
	text-decoration: none;
	color: #e42828;
}

a.footer:link {
	color: #ebebeb;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #ebebeb;
}
a.footer:hover {
	text-decoration: none;
	color: #f08e18;
}
a.footer:active {
	text-decoration: none;
	color: #ebebeb;
}


a.sitemap:link {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
a.sitemap:visited {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}
a.sitemap:hover {
	text-decoration: none;
	font-weight: bold;
	color: #f08e18;
}
a.sitemap:active {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}


a.sitemap2:link {
	color: #444444;
	text-decoration: none;
}
a.sitemap2:visited {
	text-decoration: none;
	color: #444444;
}
a.sitemap2:hover {
	text-decoration: none;
	color: #f08e18;
}
a.sitemap2:active {
	text-decoration: none;
	color: #444444;
}


a.green:link {
	color: #076861;
	text-decoration: none;
}
a.green:visited {
	text-decoration: none;
	color: #076861;
}
a.green:hover {
	text-decoration: none;
	color: #f08e18;
}
a.green:active {
	text-decoration: none;
	color: #076861;
}


img, div { 
	behavior: url(iepngfix.htc) 
}


/* admin page */

#logincontain{
	width: 175px;
	font-size: 8pt;
	text-align: right;
	line-height: 22px;
	color:#ffffff;
	border: 2px solid #000000;
	background-color:#333333;
	padding: 5px;
	filter:alpha(opacity=97);
	-moz-opacity:.97;
	opacity:.97;
}

#maincontain{
	width: 900px;
	font-size: 8pt;
	color:#ffffff;
	text-align:left;
	border: 2px solid #000000;
	background-color:#333333;
	padding: 10px 10px;
	filter:alpha(opacity=97);
	-moz-opacity:.97;
	opacity:.97;
}

#loginput{
	width: 90px;
	height: 18px;
	font-size: 8pt;	
}

#sechead{
	color:#f08e18;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.sechead2{
	color:#f08e18;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}

#ad_left_content {
	Font-family: verdana,arial;
	color:#006a6e;
	font-size: 7pt;
	vertical-align: middle;
	width: 198px;
	text-align: center;
}

#ad_center_area {
	font-size: 8pt;
	font-family: verdana,arial;
	text-align: justify;
	width: 440px;
}

#noshow {
	font-family: verdana,arial;
	background: transparent;
	border: 0px;	
}

#noshow2 {
	font-family: verdana,arial;
	background: transparent;
	border: 0px;
	font-size: 8pt;
	font-weight: bold;
	color:#158078;	
}

#noshow3 {
	font-family: verdana,arial;
	background-color: #d5eced;
	border: 0px;
	font-size: 8pt;
}

.eightbold{
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;	
}

.eightpoint{
	font-family: verdana,arial;
	font-size: 8pt;
	color:#000000;	
}

.sevengreen{
	font-family: verdana,arial;
	font-size: 7pt;
	color:#158078;	
}

#lilshow{
	border: 1px solid #98c9cb;
	background: transparent;
	font-size: 8pt;
	color:#158078;
	font-weight: bold;
	background-color:#ecfdfe;
	padding: 2px;
}

.momtitle{
	font-size: 11pt;
	color:#006a6e;
	font-weight: bold;
	width: 424px;
	height: 37px;
	text-align: center;
}

.momdesc{
	font-size: 8pt;
	font-family: verdana,arial;
	font-weight: bold;
	width: 424px;
	height: 37px;
	text-align: center;
}

.momprice{
	font-size: 8pt;
	color:#006a6e;
	font-weight: bold;
	width: 424px;
	text-align: center;
}

#form_css{
	padding: 0px;
	margin: 0px;
}

#admin_submit{
	font-size: 7pt;
	background-color:#158078;
	border: 0px;
	font-family: verdana,arial;
	font-weight: bold;
	color: #fcb331;
	cursor: pointer;
	width: 80px;
}


#admin_submit2{
	font-size: 7pt;
	border: 0px;
	background-color:#cae6e7;
	font-family: verdana,arial;
	font-weight: bold;
	cursor: pointer;
	color: #158078;
}

.sml_txt{
	font-size: 1pt;
}

.bott{
	padding-bottom: 8px;
}
