@charset "UTF-8";
/* CSS Document */
	
/* -------  general  ------- */
	
html {
	margin: 0;
	padding: 0;
   	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #92bdd9;
	height: 100%;
	font: 12px/18px 'Gotham-Book', 'Gotham', Helvetica, Arial, sans-serif;
	color: #000;
	}

a,
a:link,
a:visited {
	color: #175aa4;
	text-decoration: underline;
	}

a:hover,
a:active {
	color: #175aa4;
	text-decoration: none;
	}
	
p {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	font: bold 20px/24px 'Futura', Helvetica, Arial, sans-serif;
	color: #0d59a4;
	}
	
h2 {
	margin: 0;
	padding: 20px 0 0 0;
	font: normal 17px/20px 'Futura', Helvetica, Arial, sans-serif;
	color: #0d59a4;
	}
	
h2.spotlight {
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 9px;
	}
	
h3 {
	margin: 0;
	padding: 20px 0 0 0;
	font: bold 14px/18px 'Futura', Helvetica, Arial, sans-serif;
	color: #333;
	}
	
h4 {
	margin: 0;
	padding: 15px 0 0 0;
	font: normal 12px/18px 'Gotham-Book', 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000;
	}
	
.top,
p.top,
h1.top,
h2.top,
h3.top {
	padding-top: 0;
	margin-top: 0;
	}
	
.large {
	font-size: 14px;
	line-height: 21px;
	}
	
/* ------- main structure ------- */
	
#cont {
	width: 1024px;
	margin: 0 auto;
	padding: 0 8px;
	background: #fff url("../images/backer.gif") repeat-y;
	min-height: 100%;
	position: relative;
	}
	
#header_home {
	background: transparent url("../images/header_bkrd.png") no-repeat;
	width: 924px;
	height: 238px;
	padding: 0 50px;
	position: relative;
	}

#header_logo_home {
	position: absolute;
	top: 26px;
	left: 50px;
	}
	
#header_girl_home {
	position: absolute;
	right: 50px;
	}
	
#header_tagline_home {
	position: absolute;
	top: 87px;
	left: 395px;
	font: italic 16px/22px 'Gotham', Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#header_title_home {
	position: absolute;
	bottom: 24px;
	left: 65px;
	font: 22px/22px 'Gotham-Book', 'Gotham', Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#header {
	background: transparent url("../images/header_bkrd.png") no-repeat;
	width: 924px;
	height: 124px;
	padding: 0 50px;
	position: relative;
	}

#header_logo {
	position: absolute;
	bottom: 16px;
	left: 50px;
	}
	
#header_title {
	position: absolute;
	bottom: 22px;
	right: 50px;
	font: 22px/22px 'Gotham-Book', 'Gotham', Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
/* ---------- nav ---------- */

ul#nav_main {
	width: 950px;
	height: 60px;
	border-right: 8px solid #fff;
	border-left: 8px solid #fff;
	margin: 0;
	padding: 0 7px 0 51px;
	background: #fff url("../images/nav_main_bkrd.gif") repeat-x;
	list-style: none;
	}

ul#nav_main li {
	float: left;
	margin: 0 85px 0 0;
	}

ul#nav_main li a,
ul#nav_main li a:link,
ul#nav_main li a:visited {
	padding: 24px 5px;
	display: block;
	font: 12px/12px 'Gotham-Book', 'Gotham', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	}

ul#nav_main li a:hover,
ul#nav_main li a:active {
	color: #175aa4;
	}

ul#nav_main li a,
ul#nav_main li a.current:link,
ul#nav_main li a.current:visited,
ul#nav_main li a.current:hover,
ul#nav_main li a.current:active {
	color: #175aa4;
	}
	
	/*  --- sub ---  */
	
ul#nav_sub {
	float: left;
	margin: 0;
	padding: 10px 8px 50px 12px;
	list-style: none;
	color: #0d59a4;
	font: 13px/17px 'Futura', Helvetica, Arial, sans-serif;
	width: 154px;
	}
	
ul#nav_sub li {
	padding: 0 0 16px 0;
	margin: 0 0 0 8px;
	}
	
ul#nav_sub li.head {
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	}

ul#nav_sub li a,
ul#nav_sub li a:link,
ul#nav_sub li a:visited {
	color: #175aa4;
	text-decoration: underline;
	padding-left: 8px;
	margin-left: -8px;
	}

ul#nav_sub li a:hover,
ul#nav_sub li a:active {
	color: #175aa4;
	text-decoration: none;
	}

ul#nav_sub li a.current,
ul#nav_sub li a.current:link,
ul#nav_sub li a.current:visited,
ul#nav_sub li a.current:hover,
ul#nav_sub li a.current:active {
	background: transparent url("../images/nav_sub_arrow.gif") no-repeat center left;
	}
	
/* ------- body structure ------- */

#main {
	position: relative;
	padding-bottom: 63px; /* height of the footer */
	}

#left {
	float: left;
	width: 697px;
	margin: 0 9px;
	padding: 7px 0 0 0;
	border-top: 5px solid #fff;
	background: transparent url("../images/left_rounded_top.gif") no-repeat top left;
	}
	
.left_inside_full {
	float: left;
	border-left: 1px solid #d0cfcf;
	padding: 15px 30px;
	margin-bottom: 25px;
	}
	
.left_inside {
	float: left;
	border-left: 1px solid #d0cfcf;
	padding: 10px 20px 70px 14px;
	width: 486px;
	margin-bottom: 25px;
	}
	
#right {
	float: right;
	width: 309px;
	height: 100%;
	background-color: #d4dee2;
	}
	
.right_inside {
	font-size: 13px;
	line-height: 19px;
	padding: 20px 9px 20px 16px;
	}
	
#foot {
	width: 1024px;
	position: absolute;
	bottom: 0;
	height: 63px; /* height of the footer */
	}
	
ul#foot_nav {
	padding: 1px 12px;
	width: 671px;
	margin: 0 9px;
	border-left: 1px solid #d0cfcf;
	border-right: 1px solid #d0cfcf;
	font-size: 12px;
	height: 18px;
	list-style: none;
	font: 10px/12px 'Gotham-Book', 'Gotham', Helvetica, Arial, sans-serif;
	}

ul#foot_nav li {
	float: left;
	margin: 4px 0 0 36px;
	}

ul#foot_nav li a,
ul#foot_nav li a:link,
ul#foot_nav li a:visited {
	color: #000;
	text-decoration: none;
	}

ul#foot_nav li a:hover,
ul#foot_nav li a:active {
	color: #175aa4;
	}
	
#foot_end {
	background: transparent url("../images/left_rounded_bot.gif") no-repeat top left;
	height: 17px;
	margin: 0 9px;
	}
	
/* -------    specific    ------- */

blockquote {
	padding: 5px 24px 20px 24px;
	
	background-color: #e7e7e7;
	}

.spotlight_homepage {
	background: transparent url("../images/spotlight_homepage.jpg") no-repeat top left;
	width: 270px;
	height: 200px;
	padding: 50px 50px 50px 330px;
	margin: 20px 0 0 0;
	overflow: hidden;
	}
	
p.large {
	font-size: 14px;
	}
		
/* -------   contentbox   ------- */
	
.contentbox_head {
	background-color: #edecec;
	margin: 12px 0 0 0;
	padding: 7px 10px 0 10px;
	background-image: url("../images/contentbox_head.png");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.contentbox_head h3 {
	padding-top: 0;
	}
	
.contentbox_head_end {
	background-color: #edecec;
	height: 7px;
	background-image: url("../images/contentbox_head_end.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
.contentbox_sub {
	padding: 0 10px 5px 10px;
	border-top: 5px solid #edecec;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	}
	
.contentbox_sub ul {
	margin-bottom: 0;
	}
	
.contentbox_sub ol {
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 28px;
	padding-left: 0;
	}
	
.contentbox_sub_end {
	height: 9px;
	background: transparent url("../images/contentbox_sub_end.gif") no-repeat bottom left;
	}
		
/* -------    forms      ------- */

label {
	margin: 10px 0 0 0;
	display: block;
	}
	
label.top {
	margin-top: 0;
	}

input.text,
textarea,
select {
	border: 1px solid #999;
	padding: 4px 5px;
	color: #333;
	width: 375px;
	margin: 2px 0 0 0;
	}
	
	option {
		margin: 4px 5px;
		}

select {
	width: 388px;
	}
	
textarea {
	height: 150px;
	margin-bottom: 10px;
	}

input.text:focus,
input.text:hover,
textarea:focus,
textarea:hover {
	border: 1px solid #333;
	}
	
input.btn {
	margin-top: 10px;
	}

		
/* -------    tables     ------- */

table.dp_catalog {
	margin-top: 10px;
	}

table.dp_catalog th {
	background-color: #edecec;
	text-align: left;
	font-size: 10px; 
	padding: 4px 9px;
	text-transform: uppercase;
	}

table.dp_catalog td {
	padding: 0;
	border-bottom: 1px solid #ccc;
	padding: 9px;
	}

table.dp_catalog td small.table {
	background-color: #ccc;
	padding: 3px 5px;
	}

table.dp_catalog td.title_auth {
	}
		
/* -------    general    ------- */

.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.floatleft {
	float: left;
	}
	
.floatright {
	float: right;
	}
	
.gray {
	color: #666;
	}
	
small {
	font-size: 11px;
	color: #444;
	font-weight: normal;
	}
	
sup {
	font-size: 10px;
	}
	
	
	
	
	
	
	