/* CSS Document */
/*
-----------------------------------------------
MASTER STYLE SHEET (styles.css)

Site: MJRose.com/fragrances
Author:   Sunil Kumar 
Version:  Tuesday, January 8, 2012
File Path: http://www.mjrose.com/fragrances/styles.css
----------------------------------------------- */


/* = Macro (Global)
------------------------------------------*/

body { 
	margin: 0; 
	padding: 0; 
	background: #000 url(images/bg.jpg) top left repeat-x; 
	
	font-family: georgia;
	font-size: 14px;
	color: #120b13;
	}

.bg {
	width: 1056px;
	background: url(images/bg_text.jpg) top left repeat-y;
	}



.content {
	position: relative;
	width: 1056px;
	min-height: 888px;
	background: url(images/bg_content.jpg) top left no-repeat;
	}
	
#home .content {
	position: relative;
	width: 1056px;
	min-height: 888px;
	background: url(images/bg_content_home.jpg) top left no-repeat;
	}	
	
a:link, a:visited {
	color: #522a3c;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}		


/* = Nav
------------------------------------------*/

#nav {
	position: relative;
	width: 848px;
	height: 59px;
	top: 19px;
	left: 101px;
	margin: 0;
	padding: 0;
	}	
	
#nav .home-link {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 151px;
	height: 33px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	display: inline;
	
	position: absolute;
	top: 0;
	right: 0;
	width: 620px;
	height: 59px;
	}
	
#nav ul li {
	margin: 0;
	padding: 0;
	width: 162px;
	list-style: none;
	display: inline;
	}
		

#nav ul a:link, #nav ul a:visited {
	color: #563411;
	font-family: georgia;
	font-variant:small-caps;
	font-size: 24px;
	text-decoration: none;
	
	display: inline-block;
	width: 150px;
	height: 59px;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	} 	

#nav ul a:hover {
	color: #5c682e;
	}


/* = Content
------------------------------------------*/

.content2 {
	position: relative;
	top: 0;
	left: 101px;
	width: 848px;
	}
	
#home .quote {
	position: absolute;
	top: 29px;
	right: 18px;
	width: 356px;
	height: 180px;
	
	font-size: 16px;
	font-variant:small-caps; 
	font-weight: bold;
	text-indent: -9px;
	text-shadow: 1px 1px #8f6f3b;
	}	
	
.buy {
	position: absolute;
	top: 107px;
	right: 40px;
	width: 200px;
	height: 120px;
	}	
	
#home .buy {	
	position: absolute;
	top: 279px;
	right: 40px;
	width: 200px;
	height: 120px;
	}	
	
.buy ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
.buy ul li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	text-align: right;
	}
	
.buy ul li a:link, .buy ul li a:visited {
	font-family: georgia;
	font-variant:small-caps;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}	
	
.buy ul li a:hover {
	color: #cecece;
	}			

.cover {
	position: relative;
	margin-top: 29px;
	margin-left: 31px;
	margin-right: 30px;
	margin-bottom: 24px;
	width: 409px;
	height: 618px; 
	float: left;
	clear: left;
	}


/*
p {
	margin: 280px 10px 0px 60px;
	}		

#home p {
	margin: 452px 10px 0px 60px;
	}	
	
p span {
	font-variant:small-caps; 
	font-weight: bold;
	font-size: 15px;
	}	
*/	
	

.text {
	margin: 280px 10px 0px 60px;
	}		

#home .text {
	margin: 452px 10px 0px 60px;
	}	
	
.text span {
	font-variant:small-caps; 
	font-weight: bold;
	font-size: 15px;
	}		
	




/* = Tour
------------------------------------------*/


.tour-item {
	width: 40%;
	float: left;
	margin: 10px;
	min-height: 180px;
	border-bottom: 1px solid #000;
	}


	

/* = Footer
------------------------------------------*/
	
.footer {
	position: relative;
	width: 1056px;
	height: 98px;
	background: url(images/bg_footer.jpg);
	
	padding: 0;
	margin: 0;
	
	font-size: 12px;
	font-style: italic;
	vertical-align: bottom;
	}
.footer-image {
	position: absolute;
	left: 0;
	bottom: 0;
	}	
.footer p {
	position: absolute;
	bottom: 55px;
	left: 160px;
	margin: 0;
	padding: 0;
	}	