@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#topLogo {
	background-image: url(Assets/Images/FrontImages/vinoLogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
}
#mainPhoto {
	background-repeat: no-repeat;
	background-position: left top;
	height: 311px;
}
#navigationBar {
	font-size: 10px;
	color: #FFF;
	height: 32px;
	text-align: center;
	background-image: url(Assets/Images/FrontImages/vino_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigationBar a, a:link, a:visited{
	font-size: 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#belowNavagationBar {
	height: 280px;
	text-align: left;
	vertical-align: top;
}
#welcome1 {
	font-size: 50px;
	color: #FFF;
	font-weight: bold;
	padding-top: 75px;
}
#welcome2 {
	font-size: 34px;
	color: #ed0a8c;
}
#welcome3 {
	font-size: 11px;
	color: #FFF;
}
#mainRegion {
	height: 287px;
}
#footer {
	height: 27px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #262626;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#header {
	height: 65px;
}
#headerTitle {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
}
#headerSubtitle1 {
	font-size: 14px;
	color: #4dc7ff;
}
#headerSubtitle2 {
	font-size: 14px;
	color: #a6cf39;
}
#headerSubtitle3 {
	font-size: 14px;
	color: #fcaf1a;
}
#line {
	background-image: url(Assets/Images/FrontImages/line.jpg);
	background-repeat: repeat-x;
	height: 3px;
}

#mainData {
	height: 224px;
	text-align: left;
	padding-right: 10px;
}
#newsRow {
	width: 260px;
}
#newsTitle {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	width: 260px;
}

#newsDescription {
	font-size: 10px;
	color: #FFF;
	width: 260px;
	padding: 0px;
}
#newsReadMore {
	font-size: 9px;
	color: #4dc7ff;
	text-decoration: underline;
}
#newsReadMore a,a:link, a:visited{
	font-size: 9px;
	color: #4dc7ff;
	text-decoration: underline;
}
.linkForEvent {
	font-size: 9px;
	color: #a6cf39;
	text-decoration: underline;
}
.linkForEvent a,a:link, a:visited{
	font-size: 9px;
	color: #a6cf39;
	text-decoration: underline;
}

#eventsTable {
	font-size: 10px;
	color: #FFF;
	width: 50px;
}

#subscribeTable {
	text-align: center;
	width: 180px;
	background-color: #000;
	border: 1px solid #CCC;
}
#subscribe {
	font-size: 10px;
	color: #fcaf1a;
	text-decoration: underline;
	text-align: left;
	padding-left: 5px;
}
#enterEmailAddress {
	font-size: 10px;
	color: #FFF;
	text-align: left;
	padding-left: 5px;
}
.emailAddress {
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #FFF;
	width: 150px;
}
#emailAddressCell {
	text-align: left;
	padding-left: 5px;
}
.subscribeButton {
	font-size: 11px;
	text-decoration: underline;
	background-color: #000;
	color: #fcaf1a;
	border: 1px solid #000;
	cursor: pointer;
	text-align: left;
}
#log_res {
	width:160px;
	padding-left: 5px;
	font-size: 9px;
	text-align: left;
	color: #FFF;
}
		#log_res.ajax-loading
			{
	background-color: #FFF;
	background-image: url(http://www.roscripts.com/images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 30px;
		}
#navResultsTable {
	font-size: 11px;
	color: #FFF;
	margin-top: 5px;
}
#navResultsTable a,a:link,a:visited{
	font-size: 11px;
	color: #a6cf39;
	text-decoration: underline;
	padding-right: 3px;
}

		.error {
	color:#FFF;
	margin:0;
	padding:0;
	font-size: 9px;
		}
