html, body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #484848;
}
h1 
{
	font-family:Verdana;
	font-size: 22px;
	margin: 4px 0;
}
h2{
	font-size: 14px;
	margin: 4px 0;
}
h1.column-right {
	font-size: 22px;
	margin: 0;
}
h2.column-right{
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}

h1.secondary {
	font-size: 21px;
	margin: 0;
	text-transform: lowercase;
	color: #d7456b;
}
h2.secondary, h2.content-secondary{
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
	color: #d7456b;
}


#container-homepage {
	background: transparent url('../images/background-container.jpg') no-repeat top left;
}
#container-secondary {
	background: transparent url('../images/background-container-secondary.jpg') no-repeat top left;
}

#redrope {
	position: absolute;
	top: 400px;
	left: -51px;
	width: 283px;
	height: 300px;
}
#redrope.secondary {
	position: absolute;
	top: 342px;
	left: -51px;
	width: 270px;
	height: 300px;
}

#logo {
	padding: 13px 0 0 16px;
	height: 76px;
}

#login {
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	padding: 16px 0 0 20px;
}
	#login a {
		color: #ff0;
		text-decoration: none;
	}
	#login a:hover {
		color: #fff;
	}

#photos {
	margin-left: 39px;
}

#navigation {

}
	#navigation div {
		width: 774px;
	}
	#navigation ul {
		margin: 13px 0 0;
		padding: 0;
		height: 30px;
		width:100%;
		background: transparent url('../images/nav-divider.png') repeat-x top left;
	}
		#navigation ul.secondary {
			margin: 0;
		}
	#navigation ul li {
		float:left;
		height:30px;
		display: inline;
		margin: 0 2px 0 0;
		
		background: transparent url('../images/nav.png') repeat-x top left;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		cursor: pointer;
		position: relative;
	}
		#navigation ul li:hover {
			background: transparent url('../images/nav-on.png') repeat-x top left;
		}
		#navigation ul li.nav-first {
			
		}
		#navigation ul li.nav-last {
			margin: 0;
		}
		#navigation ul li a {
			color: #fff;
			text-decoration: none;
		}
		
		/* dropdown nav */	
		#navigation ul li ul {
			width:150px;
			margin:0;
			padding: 0;
			position: absolute;
			top: 29px;
			left: 0px;
			display: none;
			background: #ff0033;
		}
		#navigation ul li ul li, #navigation ul li ul li:hover{
			list-style-type: circle;
			width:150px;
			height:30px;
			margin: 0;
			background: #ff0033;
		}
		#navigation ul li ul li:hover {
			color: #484848;
		}
		#navigation ul li:hover ul { 
			display: block; 
		}
		
		

#content {
	margin-left: 39px;
	margin-top:10px;
	padding: 5px 0 0 55px;
}
	#contentleft {
		padding: 5px 10px 0px 0px;
		min-height:500px;
		height:auto;
	}
		
	#content a
	{
		font-weight:bold;
	}

	#contentrightindex {
		width: 190px;
		height:120px;
		font-size: 10px;
		margin-right:10px;
	}
	#contentrightdownload {
		background: transparent url('../images/download_coupon.png') no-repeat top left;
		margin:10px 0 0;
		padding:0 0 0 25px;
		width: 166px;
		height: 40px;
		font-size: 10px;
		margin-right:10px;
	}
	#contentrightQG
	{
		background: transparent url('../images/QGBlueBox.jpg') no-repeat top left;
		padding:45px 15px 15px 10px;
		width: 145px;
		height:auto;
		font-size: 12px;
		margin-right:10px;
		
	}
	#contentright {
		background: transparent url('../images/background-contentright.png') no-repeat top left;
		padding: 10px;
		width: 166px;
		height: auto;
		font-size: 10px;
	}
		#contentright.secondary {
			background-image: none;
			font-size: 12px;
			width: 190px;
			height: auto;
			padding: 10px 20px 10px 10px;
		}
	
#footer {
	clear: both;
	margin: 10px 0 0;
}
	#footer a {
		color: #444444;
		text-decoration: none;
	}
	#footer a:hover {
		color: #999999;
	}
	
.container {
	position: relative;
	min-height:528px;
	height:auto !important;
	height:528px;
}	
.anchor-red {
	color: #d7456b;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
	.anchor-red:hover {
		color: #ff0033;
	}
.anchor-red-secondary {
	color: #484848;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.center-div {
	margin: 0 auto;
	width: 146px;
}
.margin-top-0 {
	margin-top: 0;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.border-0 {
	border: 0;
}
.margin-0 {
	margin: 0;
}
.border-bottom-dadada {
	padding-bottom: 4px;
	border-bottom: 1px solid #dadada;
}
.border-bottom-dashed-dadada {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #dadada;
}
.border-right-dashed-dadada {
	border-right: 1px dashed #dadada;
}
