html * {margin:0;padding:0;border:0;}

body {
	font-size:		100%;
	line-height:	1.125em;
	font-family:	'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	color:			#555;
	text-align:		center;
	background:		#fff;
}

h1, h2, h3 {
	font-weight:	normal;
	font-family:	'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	color:			#666;
	width:			460px;
}
h1 {
	font-size:		1.1em;
}

h2 {
	font-weight:	bold;
	font-size:		1.0em;
}

h3, h4 {
	font-size:		0.9em;
	font-weight:	bold;
}

p, ul {
	font-size:		0.875em;
	margin:			0.5em 0 1.5em 0;
}
ul {margin-left:	1.0em;}
#tell li {margin-bottom:	1.0em;}
a {color:#0078bf;text-decoration: none}
a:visited {color:#324b95;}
a:hover {text-decoration: underline;}


/* MAIN PAGE BLOCKS */
#header {
	background: #000 url(/img/css/bg-head.png) repeat-x;
	height:		150px;
}

#logo {
clear: none;
float: left;
position: absolute;
top:	0;
text-align: left;
}

#shell {
	width: 1000px;
	background: #fff url(/img/css/bg-page.png) no-repeat;
	text-align: center;
	margin: 0 auto;
	min-height: 200px;
}

#page {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding:	20px 10px 10px 10px;
}

#tell {float:left;width:460px;}
#show {float:right;width:460px;}
.clear{clear:both;}


#foot {
	width: 940px;
	border-top:	2px solid #ccc;
	text-align: left;
	margin: 0 auto;
	margin-top:	10px;
}


/* MAIN NAV */
#nav {
	width:		960px;
	margin:		0 auto;
	text-align: left;

}
#nav ul {
	list-style:	none;
	margin: 0 ! important;
}
#nav li {
	margin-left: 0 ! important;
	margin-top:99px;
	float:		left;
	font-size:	0.9em;
	list-style:	none;
}
#nav li a {
	display:		block;
	width:			92px;
	height:			50px;
	line-height:	50px;
	text-align: center;
	border-right:1px solid #333;
	border-top:1px solid #333;
	background:	#111;
	color:		#ddd;
	text-decoration:none;
}
#nav li a:hover{color: #fff;text-decoration:underline;}
#nav li.current a{
	border-top:		1px solid #fff;
	background:			#fff;
	color:				#111;
	text-decoration:	none;
}
#nav li.current a:hover {color: #000;text-decoration:underline;}


/* PRETTIFYING */
.elevate {
	border-bottom:		2px solid #ddd;
	padding-bottom:		1.25em;
}

.section {
	border-top:		2px solid #ddd;
	padding-top:			1.25em;
}

.callBox {
	margin:				20px 0 20px 0;
	clear: both;
}
.callBox p {
	margin-left:		140px;
}
.leftImg {
	float:				left;
	clear:				none;
	border:				10px solid #ddd;
	margin:				0 20px 20px 0;
}
.riteImg {
	float:				right;
	clear:				none;
	border:				10px solid #ddd;
	margin:				0 0px 20px 20px;
}


#bnr {margin-bottom:	10px;}

.bigImg {
	border:				10px solid #dcdcdc;
}

.thumbs{clear:both;margin-bottom:60px;}

.thumbs a {
	display:			block;
	border:				10px solid #efefef;
	margin-right:		16px;
	float:left;clear:none;
}
.thumbs a:hover {border:10px solid #ddd;}

.thumbs .imgSel {
	border:				10px solid #dcdcdc;
	margin-right:		16px;
}

#fin img {
	display:			block;
	border:				10px solid #efefef;
	margin-right:		16px;
	margin-bottom: 20px;
	float:left;clear:	none;
}

.shout {
	font-size:				0.8em;
	width:					300px;
	padding:				10px 160px 10px 10px;
	min-height:				50px;
	line-height:			1.75em;
	border-top:				1.5em solid #fff;
	margin-bottom:			0.5em;
}
#couple {background-image:url("/img/css/shouts/couple.png");background-repeat:no-repeat;}
#pdf {background-image:url("/img/css/shouts/pdf.png");background-repeat:no-repeat;}
#mov {background-image:url("/img/css/shouts/mov.png");background-repeat:no-repeat;}
.subNav {
	margin-top: 30px;
	width:		440px;
}
.subNav h3 {
	padding:			5px;
	border-top:			1px solid #666;
	background-color:	#eee;
	color:				#666;
	border-bottom:		1px dotted #666;
	width:				435px ! important;
}
.subNav ul {margin:0;width:455px;}
.subNav ul li {list-style: none;}
.subNav ul li a {
	display:			block;
	width:				435px;
	border-bottom:		1px solid #999;
	background-color:	#f8f8f8;
	padding:			5px;
}
.subNav ul li a:hover {background-color:	#fff;}