/**********************************************************************************************

	Title: CDP Corporate 
	Author: Raw Marketing
	Date: 2010

***********************************************************************************************

	1. CSS Reset
	2. General Elements
	3. Utility Classes
	4. Layout
		4.1 Header
		4.2 Navigation
		4.3 Article Style
		4.4 Footer		
		
***********************************************************************************************/

/* 1. CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	font-family: Verdana, Calibri, Helvetica, Arial;
	vertical-align: baseline;
	text-align: center;
	color: #333;
  }

/* 2. General Elements  */
body { background-image: url(images/body_bg.jpg); background-repeat: repeat-x; background-color: #f0f0f0;}
  
a { color: #ff61c7; text-decoration: none; text-shadow: 1px 1px 1px #fff; }
a:hover, a:focus { color: #767676; }

p {
	line-height: 24px;
	color: #1f1f1f;
	margin: 0 0 10px;
	text-shadow: 1px 1px 1px #fff;
	font-family: Verdana, Calibri, Helvetica, Arial;
	text-align: left;
}
p.lists{ line-height: 24px; color: font-size:14px; #1f1f1f; margin: 0 0 10px; text-shadow: 1px 1px 1px #fff; font-size:14px; }
p.lists strong {font-weight:bold; font-size:14px; color: #ff61c7; }
h1 { font-size: 30px; color: #ffffff; }
h2 {
	font-size: 24px;
	color: #000000;
	font-family: Georgia;
	margin: 0 0 15px;
	text-shadow: 1px 1px 1px #fff;
	text-align: left;
}
h3 { font-size: 18px; color: #424242; font-family: Georgia; margin: 0 0 15px; line-height: 24px; }
h4 { font-size: 16px; color: #2779d1; font-family: Georgia; margin: 0 0 10px; }

ul { margin-bottom: 10px; }
li { line-height: 24px; margin-left: 8px; color: #767676; }


/* 3. Utility Classes */
.float_left { float: left; }
.float_right { float: right; text-align: right; }
.clear { clear: both; }
.clear_right { clear: right; }
.bold { font-weight: bold; font-size: inherit; font-family: inherit; }
.highlight { color: #ff61c7; }
.line {
	height: 1px;
	background-color: #ccc;
	border-bottom: 1px solid white;
	margin: 0 0 20px;
	font-family: Verdana, Calibri, Helvetica, Arial;
}

/* 4. Layout */
#wrapper { width: 960px; margin: 0px auto; position: relative; }

.contact_details { color: #fff; text-shadow: 1px 1px 1px #000; }

/* HEADER */
h1#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: -51px;
	text-indent: -9999px;
	overflow: hidden;
	height: 152px;
	width: 288px;
	margin: 0 0 25px;
}
.contact_details  { margin: 20px 0 0 20px; }
blockquote { background-image: url(images/open_quote.jpg); background-repeat: no-repeat; background-position: 0% 5px; padding: 0 20px 0 50px; width: 640px; float: right; margin: 60px 0 40px; }
h2#tagline { font-style: italic; background-image: url(images/close_quote.jpg); background-repeat: no-repeat; background-position: 100% 100%; }

ul#nav { text-align: left; padding-bottom: 20px; }
ul#nav li { display: inline; }
ul#nav li a { text-decoration: none; color: #767676; font-size: 13px; padding: 10px 15px; border: 1px solid white; background-color: #ddd; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
ul#nav li a:hover { text-decoration: underline; color: #ff61c7; -moz-box-shadow: 1px 1px 10px #1f1f1f; -webkit-box-shadow: 1px 1px 5px #1f1f1f; }

#top_masthead {
	position: relative;
	background-image: url(images/topheaderwebsites.png);
	background-repeat: repeat-x;
	height: 269px;
	padding: 40px 0 0;
	margin-bottom: 0px;
}
#top_masthead h2 { color: white; width: 350px; margin-left: 60px; text-shadow: 1px 1px 1px #000; font-size: 30px; }
#top_masthead p { width: 350px; margin-left: 60px; color: white; text-shadow: 1px 1px 1px #000; font-size: 14px; }

p.call_to_action { height: 57px; width: 242px; background-image: url(images/call_to_action.jpg); background-repeat: no-repeat; text-indent: -9999px; overflow: hidden; margin: 30px 0 0; }
p.call_to_action:hover { background-position: 0 100%;}

#slideshow { background-image: url(images/slideshow_bg.png); background-repeat: no-repeat; position: absolute; right: -10px; top: -10px; height: 458px; width: 512px; }
#slideshow img { position: absolute; top: 25px; right: 25px; width: 455px; height: 290px; z-index:8; opacity:0.0; }
#slideshow img.active { z-index:10; opacity:1.0; }
#slideshow img.last-active { z-index:9; }

#slideshow_photo { background-image: url(images/slideshow_bg.png); background-repeat: no-repeat; position: absolute; right: -10px; top: -10px; height: 458px; width: 512px; }
#slideshow_photo img { position: absolute; top: 25px; right: 25px; width: 455px; height: 290px; z-index:8; opacity:0.0; }
#slideshow_photo img.active { z-index:10; opacity:1.0; }
#slideshow_photo img.last-active { z-index:9; }
/* MASTHEAD */
#masthead { background-color: #ffffff; padding: 5px; margin-bottom: 60px; border: 1px solid #ccc; -moz-box-shadow: 0px 0px 10px #fff; -webkit-box-shadow: 0px 0px 10px #fff; }

.main_image {
    width: 633px;
    height: 390px;
    float: right;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
    border: 1px solid #ccc;
}
.main_image h2 {
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    color: #ff61c7;
    padding: 10px 10px 0;
    margin: 0 0 10px;
}
.main_image p {
    font-size: 12px;
    line-height: 1.6em;
    text-shadow: 1px 1px 1px #000;
    padding: 10px 10px 10px;
    margin: 0;
    color: white;
}

.block small { 
	padding: 0 0 0 20px; 
	background: url(images/icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block a { text-shadow: 1px 1px 1px #000; }
.main_image .block small { margin-left: 10px; }

.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #1f1f1f;
    border-top: 1px solid #000;
    padding: 0 10px;
}

.main_image a.collapse { /*--This is our hide/show tab--*/
    height: 29px;
    width: 94px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
    background-image: url(images/show_details_tab.jpg);
    background-repeat: no-repeat;
    display: none;
}
.main_image a.show {background-position: left bottom;}

/* THUMBNAILS */
.image_thumb {
    float: left;
    width: 297px;
    background: #f0f0f0;
    border-right: 6px solid #ff61c7;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
    display: none;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 5px 10px;
    background: #f0f0f0;
    width: 279px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 15px;
    margin: 5px 0 0;
    text-shadow: 1px 1px 1px white;
    color: #3d3d3d;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 200px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

#templates { margin: 0 0 60px; }
#templates li {
	width: 300px;
	margin-left: 0;
	height: 220px;
	display: inline;
}
#templates img { width: 300px; height: auto; padding: 4px; background-color: white; border: 1px solid #ccc; margin: 10px 3px; opacity: 1.0; }
#templates img:hover { -moz-box-shadow: 0px 0px 2px #fff; -webkit-box-shadow: 0px 0px 2px #fff; opacity: 0.8; }


#contact_details { width: 330px; padding: 0 0 0 25px; margin: 0 0 20px; }
#contact_form { width: 560px; margin: 0 0 20px; }

#footer a {  }
#homepage #wrapper table {
	color: #FFF;
}
#homepage #wrapper table {
	font-weight: bold;
}
#homepage #wrapper table {
	font-weight: bold;
	text-align: center;
}
#homepage #wrapper h2 {
	text-align: center;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:960px;
	height:300px;
	margin-top:15px;
	margin-bottom:25px;
}

#slider {
	position:relative;
	width:960px;
	height:300px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:450px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

