/*-----------------------------------------------------------------------------
Chateau Wine Gallery: Screen Stylesheet

version:   1.4b
date:      10/07
author:    Chris Brown (Gotmo Media)

website:   www.GotmoMedia.com

-----------------------------------------------------------------------------*/




/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
body,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote,td,th {
margin:0pt;
padding:0pt;
border: 0;
}
/*
* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}
*/

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}





/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.15 "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	text-align:left;
	background-image: url(http://www.chateauwinemarket.com/images/bgstrip.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#58060a;
}



#wrapper
	{ 
	width: 980px; /* Set page width here - you can also use percentage */
	text-align:left;  

}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.2em; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 2.0em; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 1.9em; /* Equivalent to 18pt */
	margin-top: 5px;
}
	
h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.4em; /* Equivalent to 14pt */
}
	
p, q, cite
	{
	font-size: 1.2em; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

/* Links */

a:link {
	color:#CC0000;
	
}

a:visited {
  color: #CC0000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #CC0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	line-height:2.3em;

}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#FFFF66;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Header
-----------------------------------------------------------------------------*/



/* Navigation
-----------------------------------------------------------------------------*/
.menuBox{
	background-image: url(http://www.chateauwinemarket.com/images/menulion.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 264px;

}

.contactBox{
	background-image: url(http://www.chateauwinemarket.com/images/menuglass.jpg);
	background-repeat: no-repeat;
	height: 226px;

}


/* Footer
-----------------------------------------------------------------------------*/



/* Homepage
-----------------------------------------------------------------------------*/



/* Your template
-----------------------------------------------------------------------------*/
.sideGlasses{
	background-image:url(http://www.chateauwinemarket.com/images/wines.jpg);
	background-repeat: no-repeat;
	background-position:  center bottom;
}
.sideLogo{
	background-image: url(http://www.chateauwinemarket.com/images/sidetext.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
.bodegaTable{
	padding: 6px;
}

.rightColumn{
	padding-top: 5px;
}
.white{
color:#FFFFFF;
}
.contentArea{
margin-bottom:5px;
}
.contentImage{
margin:5px;
}

/* Forms
-----------------------------------------------------------------------------*/



input, textarea
	{
	font-size: 10px;
	padding: 1px;
	border: 1px solid #999999;	
}


/* Tables 
-----------------------------------------------------------------------------*/


