/* Nipa Cellars */


/* ///// SITEWIDE ///// */

html, body, p, form, img, a img, h1, h2, h3, h4 { margin: 0; padding: 0; }

html, body {
width:100%;
background-color:#000000;
font-family: "Lucid Grande", Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #CCCCCC;
}

img { border: none; }

#wrapper {
	width:872px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(../images/generalback_02.jpg);
	margin:0 auto;
}

#header {
	width:872px;
	height: 120px;
}

#logolink {
	margin: 50px 0 0 25px;
	width: 140px;
	height: 70px;
	float: left;
}

#menu {
	color: #FF9900;
	margin: 73px 10px 0px 0px;
	float: right;
}
/*#menu_sndlevel {
	color: #FF9900;
	margin: 73px 10px 0px 0px;
	float: right;
}*/

#menu a:link {color: #FF9900;text-decoration: none;}
#menu a:visited {color: #FF9900;text-decoration: none;}
#menu a:hover {color: #FFFFFF;text-decoration: none;}
#menu a:active {color: #FF9900;text-decoration: none;}

/*#menu_sndlevel a:link {color: #FF9900;text-decoration: none;}
#menu_sndlevel a:visited {color: #FF9900;text-decoration: none;}
#menu_sndlevel a:hover {color: #FFFFFF;text-decoration: none;}
#menu_sndlevel a:active {color: #FF9900;text-decoration: none;}*/

a:link {color: #CCCCCC;}
a:visited {color: #CCCCCC;}
a:hover {color: #CCCCCC;}
a:active {color: #CCCCCC;}

#content {
	width:872px;
	padding: 1px 0px 1px 0px;
	margin: 45px 0 15px 0;
	display: table;
}
#textarea {
	width: 600px;
	text-align: left;
	float: left;
	margin:0 0 15px 18px;
}
#imagearea { 
	float: right;
	width: 200px;
	margin: 0 20px 15px 0;
}

.imgborder {
	border: #333333 solid 1px;
	padding: 3px;
}

.leftContentImage {
margin-top: 0px;
padding-right:10px;
float:left;
}

.rightContentImage {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	border:1px solid #333333;
}

#imagearea ul, #imagearea li { margin: 0px; padding: 0px; list-style-type: none; }

#imagearea a {
	width: 196px;
	display: block;
	padding: 5px 0 5px 10px;
	background-color: #000;
	border: 1px dotted #666666;
	margin: 8px 0 0 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#imagearea a:hover {
	background-color: #333333;
}

#footer {
	text-align:center;
	width:100%;
	background-repeat: no-repeat;
	background-image: url(../images/footer.gif);
	padding: 12px 0px;
	clear: both;
	margin-top: 20px;
}

#footer.home {
	background:none;
	margin-top:220px;
}

h1 {
	font-size:20px;
	font-weight:lighter;
	color: #FF9900;
	margin-bottom: 7px;
}

h2 {
	font-size:14px;
	font-weight:lighter;
	color:#6699CC;
	margin: 10px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	font-style: oblique;
	font-weight: normal;
	margin-bottom: 2px;
}

p {
	margin: 0px 0px 10px 0px;
}

label {
display:block;
}

label input, label select, label textarea {
width:220px;
margin-top:2px;
margin-bottom:10px;
padding:2px;
border:solid 1px #555555;
background-color:#222222;
color:#FFFFFF;
}

label textarea {
overflow:auto;
}

/* ///// HOME PAGE ONLY ///// */


#wrapperHome {
	width:/*765px*/ 872px;
	height: 630px;
	/*display: table;*/
	margin:0 auto;
	background: #000000 url(../images/homeback_01.jpg) no-repeat right top;
}

#contentHome {
	/*display:table;*/
	margin-bottom:15px;
	width: 400px;
	height: 183px;
	margin-top: 135px;
	margin-left: 35px;
	text-align: left;
}

.endMenuLink {margin-left:160px;}