html, body {
	line-height: 13px;
	background-color: #FFFFFF;
	color: #472a2b;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}

/*
COLORS
Burgandy #472a2b
Blue #00BCD3
Grey #EFEFF0
*/


a:link{
	color: #00BCD3;
	text-decoration: none;
}

a:visited{
	color: #00BCD3;
	text-decoration: none;
}

a:hover{
	color: #472a2b;
	text-decoration: none;
}

.clear{
	clear:both;
}


.border {
	border-color: #ff27cb;
	border-style: solid;
	border-width: 1px;
}

#container{
  width: 854px;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 25px ;
  overflow: hidden;

}


#header{
	margin-right:10px;
	margin-left:10px;
	height:120px;
}


#logo{
	width:170px;
	float:left;
}

#nav{
	width:auto;
	float:right;
	margin-top:35px;
}

a.navItem{
	text-transform: uppercase;
	font-size: 13px;
	width:auto;
	float:left;
	margin-left:15px;
}


a.navItemOn{
	color: #472a2b;
	text-transform: uppercase;
	font-size: 13px;
	width:auto;
	float:left;
	margin-left:15px;
}


#sideNav{
	margin-left:10px;
	margin-top:10px;
	float:left;
	width:280px;
	height:390px;
	overflow: hidden;
	
	/*
	border-color: #ff27cb;
	border-style: solid;
	border-width: 1px;
	*/
	
}


.subNav{
	display:none;
	clear:both;
}

.category {
	display:block;
	width:280px;
	color: #472a2b;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom:10px;
}


.category a:link{
	width:280px;
	color: #472a2b;
	
}

.category a:visited{
	width:280px;
	color: #472a2b;
	
}

.category a:hover{
	width:280px;
	color: #00BCD3;
	
}


.item {
	color: #00BCD3;
	width:280px;
	display:block;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom:10px;
}



 ul#item_list{
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: move;
}



#pressLink{
	position:absolute;
	left:10px;
	top:405px;
	
	font-size:12px;	
	text-transform: uppercase;
}



#contentBox{
	width:828px;
	height: 410px;
	margin-left:10px;
	margin-right:10px;
	border-color: #EFEFF0;
	border-style: solid;
	border-width: 1px;
	padding:7px;
	position: relative;
}

.slide{
	position: absolute;
	top: 7px;
	left: 426px;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}


#slideshow1 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 405px;
	height: 405px;
	visibility: hidden;
}

#slideshow2 li {
	position: absolute;
	top: 0;
	left: 415;
	width: 405px;
	height: 405px;
	visibility: hidden;
}

li img {
	display: block;
}


.col{
	float:left;
	width:405px;
	height:405px;
	overflow: hidden;
}

#gallery{
	width:525px; 
	height:405px;
	float:right;
	margin-right:10px; 
	margin-top:10px;
	overflow: hidden;

}

#customGallery{
	width:415px; 
	height:400px;
	float:right;	
	margin-right:10px; 
	margin-top:10px;
	overflow: hidden;

}

#customDetail{
	width:399px; 
	height:390px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
}

#customTitle{
	margin-top:10px;
	font-size: 14px;
}

#customCopy{
	margin-top:10px;
}


.customThumb{
	float:left;
	width:120px;
	height:120px;
	
	
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	
	margin-left: 10px;
	margin-bottom: 10px;
	
	
}

.customThumb img{
	margin-top:15px;
}


#detailImage{
	float:right; 
	width:400px;
	text-align: center;
	
	/*
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	*/
}


#landingImage{
	float:right; 
	width:500px;
	text-align: center;
	
	/*
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	*/
}


#thumbsCol{
	float:right; 
	width:101px;
}

.thumb{
	width:101px;
	margin-bottom: 10px;
}

.blogPost{
	padding:15px;
	width:600px;
	margin-bottom:25px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	
}

.blogTitle{
	color: #472a2b;
	font-size:16px;
	margin-bottom:5px;	
}


.blogDate{
	font-size:12px;
}

.blogContent{
	margin-top:15px;
	text-align:left;
}






#footer{
	margin-top:5px;
	float:right;
}
