/* CSS RESET */
html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;line-height: inherit;font-family: inherit;text-align: left;vertical-align: baseline;}
a img, :link img, :visited img {border: 0;}
table  {border-collapse: collapse; border-spacing: 0;}
ol, ul {list-style: none;}
q:before, q:after,blockquote:before, blockquote:after {content: "";}
/* CSS RESET */

body {
	background:url(images/bg.jpg) repeat-y #009ee0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

h1 {
	font-weight:bold;
	font-size:14px;
}

h2 {
	font-weight:normal;
	font-size:14px;
}

a {
	color:#e31818;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

hr {
	height:1px;
	background:0px;
	border:0px;
	border-bottom:1px solid #009ee0;
}

#header {
	background:url(images/bg_main.png) no-repeat;
	width:100%;
	height:305px;
	position:relative;
}

#breadCrumbs {
	float:left;	
	font-size:10px;
	margin-top:228px;
	margin-left:406px;
	width:450px;
}

#menuWrapper {
	float:left;
	margin-top:265px;
	margin-left:-472px;
	width:556px;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: pointer;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display:block;
	position: relative;
	float:left;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	margin-left: -6px;
	padding:7px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	line-height:17px;
}

/*** Menu colors (customizable) ***/

a.navHeaditems {
	display:block;
	height:31px;
	margin-right:30px;
	color:#000000;
	font-weight:bold;
	font-size:13px;
}

a.navHeaditems:hover {
	color:#e31818;
}

ul.nav li:hover,
.nav ul li a:hover{
	color:#e31818;
}

.subNav{
	background:#96d6f2;
	width:200px;
}


/*

#menuWrapper li {
	display:inline;
	margin-right:20px;
}

#menuWrapper a {
	color:#000000;
	font-weight:bold;
	font-size:13px;	
}

#menuWrapper a:hover {
	color:#e31818;
}

#menuWrapper a.active {
	color:#e31818;
}

#submenuWrapper {
	float:left;
	margin-top:295px;
	margin-left:-450px;
	background:#96d6f2;
	width:130px;
	padding:10px;
}
#submenuWrapper li {
	line-height:12px;
	text-align:center;
}

#submenuWrapper a {
	color:#000000;
	font-weight:bold;
	font-size:10px;	
}

#submenuWrapper a:hover {
	color:#e31818;
	font-weight:bold;
	font-size:10px;	
}

#submenuWrapper a.active {
	color:#e31818;
	font-weight:bold;
	font-size:10px;
}
*/

#masterItems {
	float:left;
	padding-left:110px;
	padding-top:20px;
	width:220px;
}

#masterItems a {
	font-size:14px;
	font-weight:bold;
	height:40px;
	display:block;
	text-align:right;
	color:#000000;
}

#masterItems a:hover {
	color:#e31818;
}

#masterItems a.active {
	color:#e31818;
}

#content {
	float:left;	
	padding-left:54px;
	padding-top:20px;
	width:494px;
}

#content p {
	line-height:19px;
}

/* FOTO GALLERY */

.fotogalleryWrapper {
	margin-top:10px;
	margin-bottom:20px;
	float:left;
	clear:both;
}

.fotogalleryWrapper h3 {
	font-size:15px;
	font-weight:bold;
}

.thumbsWrapper {
	margin-top:10px;
}

.fotoWrapper {
	float:left;
	width:125px;
	background:#fff;
	border-bottom:1px solid #CCC;
	padding:5px;
	margin:4px 4px 30px 4px;
}

.fotoWrapper img {
	max-width:125px;
	max-height:75px;
	border:1px solid #000;
}

.fotoWrapper img:hover {
	border:1px solid #666;
}


.clearBoth {
	clear:both;	
}
