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


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #MonacellarsContainer selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
.thrColFixHdr #MonacellarsContainer {
	width: 960px;  /* using less pixels than a full 1024 px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #960102;
}
.thrColFixHdr #MonacellarsHeader {
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #MonacellarsHeader div will avoid margin collapse - an unexplainable space between divs.  */
	height: 300px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	border-bottom: solid #CCCCCC 2px;
}


/* navbar styles and link colors*/
.thrColFixHdr #navbar {
	font-size:1.1em;
	text-align: right;
	padding: 5px 0px 5px 0px;
	margin:0px;
	margin-right: 120px;
	color: #FFFFFF;
	padding-top: 220px;
}

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* main page boxes styles and link colors*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* padding keeps the content of the div away from the edges */
	height: 350px;
	background-image: url(../images/box1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 20px 10px 20px 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* padding keeps the content of the div away from the edges */
	height: 350px;
	background-image: url(../images/box2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 20px 15px 20px 10px;
	background-color: #FFFFFF;
}

/* red box styles and link colors*/
.thrColFixHdr #mainContent {
	margin: 20px 305px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px;
	border-bottom: solid #CCC 1px;
	border-top: solid #CCC 1px;
}

.thrColFixHdr #MonacellarsContainer #mainContent #shopimage {
	border: 1px solid #CCC;
	text-align: center;
	margin: 10px 58px;
	padding: 5px;
}

.thrColFixHdr #mainContent a:link {
	color: #D6D6D6;
	text-decoration: none;
}

.thrColFixHdr #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:visited {
	color: #D6D6D6;
	text-decoration: none;
}

h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h2 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #960202;
}
h3 {
	color: #960202;
	margin-left: 15px;
	font-size: 1em;
	font-style: italic;
}

p {
	line-height: 1.4em;
	margin: 0px 5px 5px 10px;
}

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

h3 a:link {
	color: #960202;
	text-decoration: none;
}
h3 a:visited {
	color: #960202;
	text-decoration: none;
}
a:link {
	color: #960202;
	text-decoration: none;
}
a:hover {
	color: #960202;
	text-decoration: none;
}
a:visited {
	color: #960202;
	text-decoration: none;
}

/*Footer link color and styless*/
.thrColFixHdr #MonacellarsFooter {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-bottom: solid #960102 1px;
}
.thrColFixHdr #MonacellarsFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}
.thrColFixHdr #MonacellarsFooter a:link {
	color: #000000;
	text-decoration: none;
}

.thrColFixHdr #MonacellarsFooter a:hover {
	color: #960202;
	text-decoration: none;
}
.thrColFixHdr #MonacellarsFooter a:visited {
	color: #000000;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.thrColFixHdr #mainContent p, .thrColFixHdr #mainContent h3 {
	color: #FFFFFF;
}


/*Second level page Styles*/

/* white content box styles on second level pages*/
.thrColFixHdr #mainContentLevelTwo {
	margin: 0 auto; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px;
	border-bottom: solid #CCC 1px;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
}

.thrColFixHdr #containerLevelTwo {
	width: 960px;  /* using less pixels than a full 1024 px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	color: #000000;
}
