/* 
Lavish - CSS  
Thin Air Media Solutions - http://www.thinairmediasolutions.com  
Sep 20, 2008 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*
:focus {
	outline: 0;
}*/

html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
/* \*/
.clear {
	display: block;
}
/* */
.image {
	display: block;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}


/* ----- Lavish ------*/

body {
	background:url(../images/bg1.jpg) no-repeat top center;
	background-color:#F0E9D9;
	background-attachment:fixed;
	font-family: Arial, Verdana, Helvetica, 'Lucida Grande', sans-serif;
	font-size:14px;
	color:#443424;
	}

h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:26px; color:#EF655B;}
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; color:#EF655B;}
h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#EF655B;}

a {color:#EF655B; text-decoration:none; font-weight:normal;}
a:link {color:#EF655B; text-decoration:none; font-weight:normal;}
a:visited {color:#EF655B; text-decoration:none; font-weight:normal;}
a:hover {color:#EF655B; text-decoration: underline; font-weight:normal;}


#container {
	margin: 0 auto;
	width:800px;
	background-color:#FEFEFE;
	}

/*----------------------------
			Header
-----------------------------*/	
#header {
	background-image:url(../images/headerbg.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:134px;
	}
#headerleft {
	float:left;
	width:235px;
	height:134px;
	}
#headerright {
	float:right;
	width:265px;
	height:134px;
	}

/*----------------------------
			Navigation
-----------------------------*/	
#nav {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	height:35px;
	padding:10px 10px 0px 15px;
	}

a.mainNav 			{font-size:16px;height:18px;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif;color:#ffffff;text-align:left;text-decoration: none;}
a.mainNav:link		{font-size:16px;height:18px;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif;color:#ffffff;text-align:left;text-decoration: none;}
a.mainNav:visited	{font-size:16px;height:18px;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif;color:#ffffff;text-align:left;text-decoration: none;}
a.mainNav:hover		{font-size:16px;height:18px;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif;color:#91C28E;text-align:left;text-decoration: none;}

#shop {
	color:#FFFFFF;
	float:right;
	font-size:16px;height:18px;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif;color:#ffffff;text-align:left;
	vertical-align:top;
}

/*----------------------------
			Content
-----------------------------*/	

#content {
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	min-height:100px;
	padding:10px 30px 20px 30px;
	}


/*----------------------------
			Footer
-----------------------------*/	

#footerimg {
	background: url(../images/footer_img.jpg) no-repeat;
	width:800px;
	height:149px;
	}
	
#footer {
	color:#BC9D64;
	text-align:right;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}	
	
a.footer 			{color:#EF655B; text-decoration:none; font-weight:normal;}
a.footer:link 		{color:#EF655B; text-decoration:none; font-weight:normal;}
a.footer:visited 	{color:#EF655B; text-decoration:none; font-weight:normal;}
a.footer:hover 		{color:#EF655B; text-decoration: underline; font-weight:normal;}

