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

/** Gauderic Perignon's End of year Website **/


/** Body Styles **/

body {
	background-image: url(header_bg.jpg);
	background-color: #151A25;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0
}




/** Container Styles **/

#container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-style:double 
}




/** Text Styles **/

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 24px;
	padding-top: 30px;
	padding-left: 20px
		
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 20px
}

#totop {
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif
}

h3 {
	font-size: 14px;
 	font-family: Georgia, "Times New Roman", Times, serif;}	

ul {
	color: #000000;
	font-size:16px;
}




/** Span Styles **/

#swap {
  background-image:url("banner.gif");
  background-repeat:no-repeat;
  height: 300px;
}
  
#swap span {
	display:none
} 




/** Menu Styles **/

#menu {
	width: 750px;
	background:#1f2531;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 11.71em;
	float: left;
}

#menu a, #menu h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #FFFFFF;
	background: #151A25;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #151A25;
}

#menu a:visited {
	color: #FFFFFF;
	background: #151A25;
	text-decoration: none;
}
#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	top: 0;
	left: 70%;
}




/** IE Fix styles**/
<style type="text/css" media="screen">

body {
	behavior: url(csshover.htc);
	font-size: 100%;
}

#menu ul li {
	float: left; width: 100%;
}
#menu ul li a {
	height: 1%;
} 

#menu a, #menu h2 {
	font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->




/** Link Styles **/

A:link {
	color:#333333;text-decoration:underline
}
A:hover {
	color:#990000
}
A:visited {
	text-decoration: none
}




/** Copyright Styles **/

#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 14;
	color:#FFFFFF }
	
#copy {
	color: #FFFFFF
}