/*
Company:		
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin:20px 0; }

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	background: url(../images/bkg-fade.jpg) repeat-x top center #96151a;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	font-size: 13px;
	font-family: Georgia, serif;
	background: url(/Websites/gibsonwines/Images/bg.jpg) no-repeat top center;
}
div#inner {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
}
div#logo {
	margin-top: 20px;
}
div#left {
	width: 404px;
	position: absolute;
	z-index: 1;
	float: left;
	display: inline;
}
div#inner-left {
	padding-top: 72px;
}
div#right {
	position: relative;
	z-index: 10;
	width: 395px;
	margin-top: 40px;
	float: right;
	display: inline;
}
div#right-hd {
	background: url(../images/content-top-trans.png) no-repeat top center;
	width: 395px;
	height: 32px;
	overflow: hidden;
}
div#right-bd {
	background: url(../images/content-back-full-trans.png) no-repeat bottom center;
	padding: 1px 0 35px 0;
	color: #fff;
	line-height: 150%;
}
div#right-bd div#right-bd-content {
	padding: 0 50px 0 50px;
}
div#right-bd a:link, div#right-bd a:visited {
	color: #f7bc4f;
	text-decoration: underline;
}
div#right-bd a:hover {
	text-decoration: none;
}
div#right-bd h1 {
	background: url(../images/double-lines.gif) bottom center repeat-x;
	padding: 0 25px 10px 25px;
	margin: 5px 20px;
}
div#right-ft {
	background: url(../images/content-back-btm-trans.png) no-repeat;
	width: 395px;
	height: 45px;
	font-size: 92%;
	color: #f7bc4f;
	text-transform: uppercase;
}
div#right-ft div {
	padding: 7px 7px 0 45px;
}
div#right-ft a:link, div#right-ft a:visited {
	color: #f7bc4f;
	text-decoration: none;
}
div#right-ft a:hover {
	text-decoration: underline;
}

div#main-pic {
	height: 340px;
}
div#caption {
	padding: 5px 30px 5px 5px;
	background-color: #200001;
	color: #e38219;
	font-size: 85%;
	margin: 0;
	width: 369px;
	float: left;
	display: inline;
}

img#designed-by {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
	float: right;
	display: inline;
}

div#admin {
	margin-top: 50px;
	/*color: #fff;
	background-color: #aa6826;*/
color: #000; background: #FFF;
	padding: 10px;
}



div#wine-drop {
	background: url(../images/wine-drop.gif) no-repeat;
	width: 9px;
	height: 43px;
	position: absolute;
	top: 95px;
	left: 350px;
}
/* @end */

/* @group Nav */
div#nav-bkg {
	width: 404px;
	height: 27px;
	background-color: #060000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	margin: 150px 0 0 0;
}
div#nav {
	width: 404px;
	height: 27px;
}


div#nav ul {
	margin-left: 0!important;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0 0 0 7px;
	height: 27px;
	font-size: 92%;
	text-transform: uppercase;
	/*line-height: 30px;*/
}
div#nav ul li {
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding-right: 10px;
	line-height: 27px;
	background: url(../images/nav-divider.gif) no-repeat top right;
	display: inline;
}
div#nav ul li a {
	display: block;
	padding: 0 3px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #e38219;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #96161a;
}


div#nav ul ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 340px;
}

/*div#header ul li {  all list items 
	float: left;
	position: relative;
	padding: 0 5px;
	line-height: 29px;
	width: 10em;
}*/
div#nav ul li a {

}

div#nav ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
	font-size: 107%;
	background-color: #96161a;
	text-transform: lowercase;
}
div#nav ul li ul li {
	background-color: #6a011e;
	line-height: 110%;
	margin: 1px 0 0 0;
	padding: 0;
	float: none;
	display: block;
}
div#nav ul li ul li a {
	display: block;
	padding: 5px;
	border: none;
	width: 170px;
	overflow: hidden;
}

div#nav ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
div#nav a:link, div#nav a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li ul li a:link, div#nav ul li ul li a:visited {
	color: #fff;
	text-decoration: underline;
}

div#nav ul li:hover ul, div#nav ul li.over ul { /* lists nested under hovered list items */
	display: block;
}
div#nav ul li ul li a:hover {
	/*background-color: #cc9933;*/
	text-decoration: none;
}
/* @end */

/* @group Headings */
h1 {
	color: #fff;
	font-size: 175%;
	font-weight: normal;
}
h2 {
	color: #fff;
	font-size: 122%;
	font-weight: normal;
	margin-top: 0;
}
h3 {
	color: #fff;
	font-size: 116%;
	font-weight: bold;
}
h4 {
	color: #fff;
	font-size: 108%;
	font-weight: bold;
}
h5 {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #fff;
	font-weight: normal;
}
div#admin h1, div#admin h2, div#admin h3, div#admin h4, div#admin h5, div#admin h6 {color: #000 !important;}
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	
}
a:hover, a:active {
	
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
TEXTAREA.RadETextArea, SELECT.RadEDropDown, SELECT.RadEDropDown td, TEXTAREA.RadETextArea * {color: #000;}


.RadEContentBordered h1, .RadEContentBordered h2, .RadEContentBordered h3, .RadEContentBordered h4, .RadEContentBordered h5, .RadEContentBordered h6 {color: #000 !important;}

/* @end */