/**********************
* Elements
**********************/
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #dcd9d4;
}

div {
	font-family: verdana;
	font-size: 11px;
	color: #2f3359;
}

a{
	color: #2f3359;
	text-decoration: none;
}

a:hover{
	color: #f57575;
	text-decoration: none;
}
.breaker {
	height: 0px;
	overflow: hidden;
	clear: both;
}

h1{
	font-size: 20px;
	font-weight: normal;
}

h2{
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}


/**********************
* End elements
**********************/

/**********************
* containers
**********************/
#pageContainer{
	margin-left: auto;
	margin-right: auto;
	width: 988px;
}

#pagetop{
	height: 65px;
}

#menuContainer{
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 26px;
}

.menu{
	text-align: right; 	
}

#pageImage{
	float: left;
	width: 316px;
	min-height: 1px;	
}

#content{
	float: left;
	width: 400px;
	padding-top: 0px;
	padding-left: 10px;
}

.gallery{
	float: left;
	width: 716px;	
}

#bigImage{
	float: left;
	width: 316px;
}

#thumbnails{
	float: left;
	width: 284px;
}

.breaker{
	clear: both;
}
/**********************
* End containers
**********************/

/**********************
* menu
**********************/

.menuItem{

}

.menu2{
	padding-bottom: 10px;
}

.firstLevel{
	padding-bottom: 10px;
}

.firstLevelPicked{
	padding-bottom: 10px;
	font-weight: bold;	
}


.menuItem{
	font-weight: bold;
}


.menuItemPicked{
	color: #f57575;
	font-weight: bold;
}

.menu2{
	margin-top: -10px;
}

.secondLevelmenuItem{
	height: 15px;
	font-weight: bold;
}	

.secondLevelmenuItemPicked{
	height: 15px;
	color: #f57575;
	font-weight: bold;
}

.thirdLevel{
	padding-right: 10px;
}

.thirdLevelLevelmenuItemPicked{
	color: #f57575;
}
/**********************
* End menu
**********************/

