/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #666666;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(images/background-bottles.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a{
	text-decoration: none;
	color: #333333;
}

a:link{
	color: #333333;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

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

h1{
	font-size: 16px;
	color: #333333;
	padding: 5px 0px;
	font-weight: bold;
	line-height: 22px;
	border-bottom-width: 1px;
}

h2{
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
}

h3{
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 10px 0px 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AD1A1E;
}

h4{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 12px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h5{
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 5px 0px 0px;
	font-weight: normal;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 15px;
	width: 100%;
}

#navBar{
	float: left;
	width: 145px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	color: #990000;
	font-size: 14px;
	text-align: center;
}

#button {
	width: 120px;
	padding: 0 0 1px;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333;
	font-size: 12px;
        }
		
#button ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
}
                
#button li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
        }
				
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 8px solid #990000;
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

html>body #button li a {
        width: auto;
        }

#button li a:hover {
	border-left: 8px solid #666666;
	border-right: 4px solid #666666;
	background-color: #000000;
	color: #fff;
	list-style-image: none;
	list-style-type: none;
}

#headlines{
	float:right;
	width: 145px;
	margin-right: 5px;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

#content{
	float: left;
	width: 60%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 0px;
	background-image:   url("images/home-header.jpg");
	background-repeat: no-repeat;
	height: 150px;
	background-color: #FFFFFF;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 8px 0px 8px 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	background-color: #333333;
}

#globalNav a {
	padding: 0 4px 0 0;
	color: #FFFFFF;
}

#globalNav a:hover {
	padding: 0 4 0 0;
	color: #FFFFFF;
	text-decoration: underline;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	padding: 5px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 20px 10px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 5px;
}

.feature img{
}

.feature a{
	padding: 0px;
	font-weight: bold;
	color: #990000;
}
.feature a:link{
	font-weight: bold;
}
.feature a:visited{
	padding: 0px;
	font-weight: bold;
	color: #333333;
}
.feature a:hover{
	padding: 0px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	background-color: #333333;
}

#siteInfo a{
	clear: both;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}

#advert img{
	display: block;
}
.imageright {
	clear: left;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.imageleft {
	clear: right;
	float: left;
	margin-right: 10px;
}
li {
	color: #333333;
	padding-top: 2px;
	list-style-type: square;
}
.disclaimer {
	font-size: 9px;
	color: #000000;
	line-height: 11px;
}

