/* CSS Document */

body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2C3127;
	padding:0px;
	margin:0px;
}

.allContent{
	width:1050px;
}

.topBar{
	background:url(images/trog_rose/roseTitle.jpg);
	width:1050px;
	height:450px;
	position:relative;
}

	.interactive a{
		display:block;
		width:235px;
		height:70px;
		background:url(images/trog_rose/interactiveButton.jpg);
		position:absolute;
		top:371px;
		left:678px;
	}	

.mainContent{
	background:url(images/trog_rose/mainContentBG.jpg);
	width:1050px;
}

	.mainTextArea{
		width:780px;
	}
	
	.quotes{
		font-style:italic;
		text-align:center;
	}
	
	.quoteBy{
		font-weight:bold;
		font-variant:small-caps;
		text-align:center;
	}
	
	#buyNowContainer{
		background:url(images/trog_rose/buyNowMenu.jpg);
		width:700px;
		height:60px;
		position:relative;
	}
	
		.button1 a{
			display:block;
			width:140px;
			height:60px;
			background:url(images/trog_rose/button1.jpg);
			position:absolute;
			top:0px;
			left:197px;
		}	

		.button2 a{
			display:block;
			width:140px;
			height:60px;
			background:url(images/trog_rose/button2.jpg);
			position:absolute;
			top:0px;
			left:344px;
		}	

		.button3 a{
			display:block;
			width:140px;
			height:60px;
			background:url(images/trog_rose/button3.jpg);
			position:absolute;
			top:0px;
			left:496px;
		}	

.bottomArea{
	background:url(images/trog_rose/contentBottom.jpg) no-repeat;
	width:1050px;
	height:15px;
}

.halfLight{
	color:#FFFFFF
}