/* global */

html {
_overflow:auto;
}

    body{ 
		background:#3C4141;
        font:10px Arial, Helvetica, Sans-Serif;
		color:white;
		line-height:160%;
		margin:0;
		padding:0 0 1em 0;
		text-align:center;
		_height:98%;
		_overflow:hidden;
		_padding:0;
        }

#fixie {
position:relative;
width:100%;
height:102%;
overflow:auto;
}

    /* headings */
        h1{
			font-size:20px;
			font-weight:normal;
			text-align: center;
			margin:40px;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
        h2{            
			font-size:21px;
			font-weight:bold;
			padding-bottom:.75em;	
			padding-top:10px;		
			border-bottom: 3px double #CFC7B5;
            margin-bottom:.5em;
            text-align:center;
            margin:10px;
            color:#CFC7B5;
            line-height:1.5em;
			}
        h3{          
			font-size:20px;
			font-weight:bold;			
            }
        h4{          
			font-size:16px;
			margin-left:30px;
			margin-right:30px;
            }				
    /* // headings */

    /* image replacement */
        .graphic, #header h1{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#C7C1E6;
            }
        a:hover{
			color:#BB6781;
            }			
		table, input, textarea, select, li{
			font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#242424;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			color:white;
			border:1px solid white;
			}
		th, td{	
			padding:10px;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:954px;
		text-align:left;
		position:relative;
		}
	#header{
		height:80px;
		position:relative;
		background:transparent;
		}	
	#main{
		float:left;
		display:inline;
		width:470px;
		margin-left:55px;
		height:290px;
		}											
	#side{
		float:right;
		clear: none;
		display:inline;		
		width:284px;
		margin-right:10px;
		position:relative;
		padding-top:20px;
		}
	#footer{
		clear:both;
		background:transparent;
		padding:0 48px;
		color:#fff;
		height:101px;
		font-size:12px;
		}		

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			margin:0px 7px 4px;
			height:25px;
			/*background:url(../images/bg_nav.png) no-repeat 0 0;*/
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:29px;		
			line-height:29px;			
			}			
		ul#nav li a{
			float:left;
			display:inline;
			height:29px;		
			line-height:29px;			
			font-size:12px;
			color:#fff;
			padding:0 15px;
			text-transform:uppercase;
			}							
		ul#nav li.selected a, ul#nav li a:hover{
			color:#aaa;
			}			
		ul#nav li.selected a {
			background:#292D2D;
			}										
	
	/* //main nav */
	
	/* meta nav */
		
		#header ul,  
		#header ul li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#header ul{
			height:45px;
			position:absolute;
			top:15px;
			right:7px;
			background:#292D2D;
			padding:0 10px;
			margin:0;
			}			
		#header ul li{
			float:left;
			display:inline;
			height:45px;		
			line-height:45px;			
			padding:0 10px;
			}											
		#header ul li a{
			float:left;
			display:inline;
			height:45px;		
			line-height:45px;			
			font-size:13px;
			color:#fff;
			text-transform:lowercase;
			}							
		#header ul li a:hover, #header ul li.selected a{
			color:#aaa;
			}									
	
	/* //meta nav */
	
	
	/* lists */
		
		#intro ul,  
		#intro ul li{
			margin:0;
			padding:0;
			list-style:disc;
			font-size: 13px;
			}	
		#intro ul, #intro ol{
			margin:1em 0 1em 70px;
			}
		#intro ul li{
			padding:.3em 0;
			}
		#intro ul li a{			
			display:block;
			text-decoration:none;
			font-weight:normal;
			}													
	
	/* //lists */		
	
/* //navigation elements */

/* header */

	#header h1{
		position:absolute;
		float:left;
		left:0;
		top:0;
		height:80px;
		width:243px;
		background:url(../images/logo2.png) no-repeat 20px 15px;
		_background:url(../images/logo2.gif) no-repeat 20px 15px;
		}
	#header h1 a{
		display:block;
		height:80px;
		}		

/* // header */

/* content */

	#main a{
		color:#a50000;
		text-decoration:underline;
		font-weight:bold;
		}	
	.img{
		border:5px solid #fcfcfc;
		float:left;
		}	
	.right{
		float:right;
		}
		
	/* intro */
	
		#intro{
			min-height:524px;
			_height:auto !important;
			_height:524px;
			padding-top:1px;
			position:relative;
			background-color:#292D2D;
			margin:0 auto;
			_margin-top:-5px;
			z-index:100;
			width:950px;
			}
		#blank {
			position:absolute;
			top:0;
			left:0;
			width:954px;
			height:525px;
			background:transparent url(../images/blank.png) repeat 0 0;
			z-index:1000;
		}
		#blank2 {
			position:absolute;
			top:0;
			left:300px;
			width:644px;
			height:525px;
			background:transparent url(../images/blank.png) repeat 0 0;
			z-index:1000;
		}
		#logo{
			background:transparent;
			width:99%;
			padding-left:1%;
			color:#DBE2D9;
			padding-top:8px;
			text-align:center;
			font-size:13px;
			}
		.introtxt {
			float:right;
			width:260px;
			margin-top:26px;
			margin-right:25px;
			color:#DBE2D9;
			}		
		#intro p{
			margin:30px;
			font-size:13px;
			line-height:130%;
			letter-spacing:1px;
			color:#fff;
			}	
		#intro p a{
			color:#C7C1E6;
			text-decoration:underline;
			}				
		#intro p a:hover{
			color:#BB6781;
			text-decoration:none;
			}																				
	
	/* // intro */		
						
	/* form */
																				
		form{
			margin:1em auto;
			width:400px;
			}
		fieldset{
			border:none;
			margin:0;
			background:transparent;
			padding:1em 15px;			
			}			
		legend{
			display:none;
			}			
		label{
			width:120px;
			margin-right:10px;
			margin-top:5px;
			text-align:left;
			}	
		input, textarea, select{
			width:300px;
			border:1px solid #ccc;
			padding:5px;
			margin:5px 0;
			}
		input:focus{
			background:#C7C1E6;
			}
		#newsletter-signup{
			width:100px;
			margin-left:15px;
			vertical-align: middle;
			padding:2px;
			height:14px;
			line-height:14px;
			}			
		textarea{
			height:150px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:10px !important;
			}	
		form h3{
			margin:1em 0 .5em 0;
			font-size:25px;
			}				
		button{
			border:none;
			width:171px;
			height:33px;
			line-height:33px;
			text-align:center;			
			padding:0;
			margin:0;
			margin-left:15px;
			background:url(../images/bg_button.gif) no-repeat 0 0;	
			color:#555;
			font-weight:bold;
			font-size:14px;
			cursor:pointer;			
			}										
		.submit{
			text-align:center;
			height:52px;
			margin:1em 0;					
			}
		span.error{
			display:block;
			color:#a50000;
			font-weight:bold;
			margin-left:50px;
			}
		#enewsjoin {
			width:auto;
			cursor:pointer;
			margin-left:5px;
			vertical-align: middle;
			height:20px;
			line-height:20px;
			font-size:11px;
			color:#2C147E;
			padding:0 5px !important;
			}
		#enewsjoin:hover {
			background:#2C147E;
			color:white;
			}
			
	/* // form */					
						
	
/* // content */

/* footer */

	
	#footer p{
		margin:0;
		padding-top:25px;
		}
	#footer a{
		color:#fff;
		text-decoration:underline;
		}
	#footer a:hover{
		color:#aaa;
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		padding:25px 0 0 0;
		margin:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}		
				
/* // footer */


/* MASK for NOSCRIPT */

#mask {
background: black;
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:5000;
}

#disclaimer {
width:350px;
margin:auto;
margin-top:100px;
padding:25px;
background:red;
color:white;
text-align:center;
font-size:18px;
}


/* // QUOTE */

div.quote {
	margin:20px;
	margin-bottom:10px;
	padding-left: 52px;
	padding-top: 13px;
	background: url(images/quote-l.png) no-repeat left top;
	color:white;
	font-size:14px;
	font-style: italic;
	letter-spacing:1px;
	line-height:22px;
}

div.quote div {
	padding-bottom: 13px;
	padding-right: 42px;
	background: url(images/quote-r.png) no-repeat right bottom;
}

.author {
	text-align:right;
	padding-right:70px;
	}
	

/* POPUPS*/

#frame1, #frame2, #frame3 {
background:transparent url(images/shadow.png) repeat 0 0;
_background:transparent url(images/shadow.gif) repeat 0 0;
position: fixed;
top:0;
left:0;
_position:absolute;
width:100%;
height:100%;
_height:102%;
z-index:5000;
display:none;
}

#provence, #tuscany {
width:850px;
padding:30px;
height:75%;
margin:auto;
margin-top:3%;
overflow:scroll;
background:white;
border:2px solid #882D00;
color:black;
font-size:13px;
overflow-x:hidden;
}

#enewsbox, #regform {
width:500px;
padding:30px;
height:70%;
overflow: auto;
margin:auto;
margin-top:3%;
background:#aaa;
border:2px solid #882D00;
color:black;
font-size:12px;
}


#provence p, #tuscany p {
color:black;
font-size:13px;
}

#provence a, #tuscany a {
color:#BB6781 !important;
font-size:13px;
}

#provence a:hover, #tuscany a:hover {
color:#C7C1E6 !important;
}


#closeframe1, #closeframe2, #closeframe3 {text-align:center;font-size:15px; padding:2px;border:1px solid #882D00;background:white;width:100px;margin:auto;}

#closeframe1:hover, #closeframe2:hover, #closeframe3:hover {background:red;}


#pricetable td {
padding:7px;
}

tr:hover {
background:#A3A9C2;
}

.killbill {
padding-top:30px !important;
}


#tooltip{
	position:absolute;
	/*border:1px solid #333;*/
	background:transparent url(images/tooltip.png) no-repeat 0 0;
	_background:transparent url(images/tooltip.gif) no-repeat 0 0;
	padding:20px 15px;
	_padding:10px 7px;
	color:#333;
	display:none;
	width:82px;
	height:71px;
	}	
	
.centered {
display: block;
margin-left:auto;
margin-right:auto;
}

#intro p.small {
font-size:10px;
margin-top:10px;
}


#single-caption {
width:150px;
padding-left:30px;
padding-top:50px;
font-size:12px;
position: absolute;
top:0;
left:0;
}

#single-image {
display: table-cell;
text-align: center;
vertical-align: middle;
width:774px;
height:524px;
padding-left:180px;
}

#single-image img {
vertical-align: middle;
border: none;
}

#single-image span {
display:inline-block;
height:100%;
vertical-align:middle;
}

