/* CSS Document - Reflections Wine - Main CSS */

/* ---- =Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input,  blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
table tr td {
	padding:5px;
}



/* ---- Set new basic styles --------------------------------------------------------- */
html { 
	height: 100%; 
	margin-bottom: 1px;
}
body {
	background:#ffffff;
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 13px Corbel, Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color:#87653F;
}
a {
	color:#000080;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul li {
	list-style: disc outside;
}
ul li ul li {
	list-style: circle outside;
}
p {
	margin-top:0px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.access {
	position:absolute;
	text-indent:-9999px;
}
.clear {
	clear:both;
}
div#errordiv {
	border:3px double #900;
	background-color:#FFFFF2;
	color:#900;
	padding:5px 10px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:18px;
}
/* ---- Structure ---------------------------------------------------------------------- */
#outer-container {
	position:relative;
	margin:0px auto;
	width:800px;
}
#header-container {
	position:relative;
	height:116px;
	margin:30px auto;
}
#nav-container {
	position:relative;
}
#content-container {
	position:relative;
	width:800px;
	margin:50px auto 50px auto;
	background: url(../images/blue.gif) repeat-y center top;
}
#footer-container {
	position:relative;
	margin:0 auto;
	width:800px;	
	text-align:center;
}
/* ---- One Column Structure  ---- */
.one-column #main-column {
	position:relative;
	width:740px;
	padding:0 30px;
}
.one-column #side-column {
	display:none;
}
.one-column#content-container {
	background: url(none);
}
/* ---- Two Column Structure ---- */
.two-column #main-column {
	position:relative;
	float:left;	
	display:inline;
	width:340px;
	padding:0px 30px;
}
.two-column #side-column {
	position:relative;
	float:right;
	display:inline;
	width:340px;
	padding:0 30px;
}
/* ---- =Header ------------------------------------------------------------------------ */
#header-container h1 {
	background: url(/images/RefScript150pW.jpg) no-repeat center top;
	display: block;
	height: 116px;
	width: 800px;
}

/* ---- =Nav stylings in css/nav.css document ------------------------------------------ */

/* ---- =Content stylings ----- */

#content-container h1 {
	text-transform: uppercase;
	color:#000080;
	letter-spacing: .1em;
	font-weight:bold;
	margin-bottom:1em;
}
#content-container h2 {
	font-weight:bold;
	color:#000080;
}
#content-container h3 {
	font-weight:bold;
}
#content-container ul {
	margin-left:1.5em;
}
#content-container ul li {
	list-style-position: outside;
	list-style-type: disc;
}

/* ---- =Main Column ------------------------------------------------------------------- */


/* ---- =Side Content ------------------------------------------------------------------ */

/* ---- =Footer ------------------------------------------------------------------------ */

