/* CSS Document */
@import url(_fonts.css);
@import url(_forms.css);
@import url(_layout.css);
@import url(_scrollbar.css);

html,body{
	width:100%; height:100%;
}

body {
	margin: 0px; padding: 0px;
	background-image: url(../images/global/pageBackground.jpg);
	background-position: center center;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0em;
	color: #333;
	}
	
#pageWrapper {
	position: relative;
	background-image: url(../images/global/contentBackground.jpg);
	background-repeat: no-repeat;
    margin: 0px auto;
    width:920px; height:614px;
    text-align:left;
	}
	
	#pageLeftSide {
		position: relative;
		float: left;
		width: 485px; height: 614px;
		}
		
		#pageLeftFlash {
			position: absolute;
			top: 0px; left: 0px;
			width: 485px; height: 614px;
			}
			
		#pageLeftHeader {
			color:#FDFBFB;
font-size:11.5px;
left:80px;
position:absolute;
text-align:left;
top:624px;
width:485px;
			}
			
			#pageLeftHeader a{
				color: #FDFBFB;
				}
		
	#pageRightSide {
		position: relative;
		float: left;
		width: 435px; height: 614px;
		}
		
		#pageMollyDookerLogo {
			position: absolute;
			top: 24px; left: 233px;
			}
			
		.Container {
			position: absolute;
			top: 130px; left: 0px;
			width: 320px; height: 400px;
			}
			
			#Scroller-1 { 
				position: absolute; 
  				overflow: hidden;
  				width:320px; height:400px;
				}
				
			.Scroller-Container {
			 	position: absolute;
  				top: 0px; left: 0px;
				width: 320px;
				}
			
			/*#pageRightSide h1 {
				font-weight:bold;
				font-size:100%;
			}*/
			
			#pageRightSide h1.title{
				font-weight:bold;
				font-size:100%;
			}
			
			#pageRightSide h1.type{
				font-style:italic;
				font-weight:lighter;
				font-size:100%;
				clear:none;
				display:inline;
			}
			
			#pageRightSide h2.price{
				font-size:100%;
				font-weight:lighter;
				margin-left:10px;
				clear:none;
				display:inline;
			}
			
			#pageRightSide h2.priceBottle{
				font-size:100%;
				font-weight:lighter;
				margin-bottom:10px;
				clear:left;
				display:inline;
			}
			
			#pageRightSide h3.addToCart{
				font-size:90%;
				font-weight:bold;
				margin-left:10px;
				clear:left;
				display:inline;
			}
			
			#pageRightSide h2.about{
				font-size:100%;
				font-weight:bold;
			}
			
			#pageRightSide h2.title{
				font-size:100%;
				font-weight:bold;
			}
			
			#pageRightSide p{
				clear:left;
				display:block;
				margin-bottom:0px;
			}
			
		#Scrollbar-Container {
			position: absolute;
			top: 130px; left: 335px;
			width: 20px;
			}
			
		.pageBackButton {
			position: absolute;
			top: 550px; left: 0px;
			width:44px; height:24px;
			}
			
			a.backButton{
				display:block;
				width:44px;
				height:24px;
				background:url(../images/global/leftArrow.gif) top left no-repeat;
				}
				
			a.backButton:hover{
				width:49px;
				padding-left:5px;
				background:url(../images/global/leftArrowOver.gif) -2px 0px no-repeat;
				}
	
#pageFooter {
	width:840px; 
	margin: 0px; padding: 10px 80px 15px 0px;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	}
	
	#pageFooter a{
		color: #FFFFFF;
		}
		