/***********************************/
/*Site Wide Resets and declarations*/
/***********************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
	border: 0 none;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul {
    list-style: none outside none;
}
html {
    background-color: #FFFFFF;
    background: url("images/DZP_BG4.jpg") repeat-x 50% 75px;
}
img {
    border: none;
}
h1 {
    color: #888888;
    font: bold 1.8em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
	/*Pseudo Anti-Aliasing*/
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
    line-height: 2.7em;
    text-transform: uppercase;
	margin-left:15px;
}
/*Home Page tagline*/
h1#line2 {
	margin-top:-50px;
	color:#666;
}
h2 {
    color: #888888;
    font: bold 1.2em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    line-height: 2.5em;
    text-transform: uppercase;
}
p {
    color: #000;
    font: 500 0.9em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    line-height: 1.3em;
    margin-top: -10px;
    text-align: justify;
}
a {
    font: 1em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header {
    position: fixed;
    width: 100%;
	z-index:10;
	background:transparent url("images/white_tile.png") repeat;
	background: rgba(255, 255, 255, 0.95); 
	height: 75px;
	box-shadow:0px 8px 15px #333;
}
nav { 
	margin:0px 35px;
}
nav a {
    float: right;
	font-size: 1.05em;
	margin-left:20px;
    text-transform: uppercase;
	color: #999999;
	display:block;
	height:75px;
	padding-top:25px;
}
nav a:hover {
	height:68px;
	padding-top:18px;
    color: #333333;
    text-decoration: none;
	border-top:7px solid #99CCFF;
}
.logo {
	margin: 12px 35px;
	float:left;
}
a.logo:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#Contact {
	cursor:pointer;
}
  /*************************/
 /***Footer Declarations***/
/*************************/
footer {
    background: none repeat scroll 0 0 #999999;
    width: 100%;
	min-height:525px;
}
footer section {
    background: none repeat scroll 0 0 #555555;
    font: 0.9em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    height: 35px;
    width: 100%;
	box-shadow:0px 3px 5px #333;
}
.footer {
    color: #FFFFFF;
    height: 25px;
	margin:0 auto;
    width: 980px;
	box-shadow:none;
}
#arrow {
	margin:-2px 0px 0px 40px;
}
.footer_list {
    float: right;
    list-style-type: none;
    margin-top: 11px;
}
.footer_list li {
    float: left;
    margin-right: 25px;
}
.footer_list a {
    color: #00CCFF;
    font-weight: bold;
    text-decoration: none;
}
.footer_list a:hover {
    text-decoration: underline;
}
.small_icons {
    float: right;
    list-style-type: none;
    margin-top: 9px;
}
.small_icons li {
    float: left;
    margin-right: 8px;
}
.small_icons img {
    width: 20px;
}
/*Form declarations*/
section#form {
    background: none repeat scroll 0 0 transparent;
    height: 300px;
    margin: 0 auto;
    width: 1000px;
	box-shadow:none;
}
section#form h1 {
    color:#CCC;
	margin:5px 0px 0px 30px;
    font-size: 2.5em;
}
footer form {
    color: #555555;
    font: 1em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    height: 320px;
    line-height: 1.5em;
	margin-top:-10px;
	box-shadow:1px 1px 18px #333 inset;
    border-radius: 15px;
	background-color:#BBB;
	padding:15px;
}
fieldset {
    float: left;
    margin: 18px;
}
#Errors {
    font: 600 1em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin:20px 0px 15px 0px;
    width: 330px;
	color:#000;
	padding:10px;
}
#Errors li {
    list-style-type: none;
}
label {
    font-weight: bold;
}
input {
    background-color: #FFF;
    border: 1px solid #666;
    border-radius: 5px;
    font: 0.9em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    height: 30px;
    margin-bottom: -15px;
    padding: 0 10px;
    width: 330px;
	box-shadow:1px 1px 5px #333 inset;
}
textarea {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    font: 0.9em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    height: 200px;
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 500px;
	box-shadow:1px 1px 5px #333 inset;
	resize:none;
}
input.button {
    background-color: #555555;
    border: 2px solid #CCCCCC;
    color: #DDDDDD;
    font: bold 1em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    text-transform: uppercase;
    width: 150px;
	float:right;
	box-shadow: 0px 1px 5px #444;
}
input:focus, textarea:focus {
    background:#99CCFF;
	color:#333;
}
input.button:hover {
    background-color: #99CCFF;
    border: 2px solid #333;
    box-shadow: 0.5px 0.5px 8px #444 inset;
    color: #333;
    cursor: pointer;
}
  /*****************************/
 /***Home Page Declarations****/
/*****************************/
section.home_banner {
    height: 540px;
	margin:0 auto;
    padding-top: 35px;
    width: 980px;
}
.rotating_home_image {
    box-shadow: 0 7px 18px #111;
    height: 470px;
 	margin:31.5px auto 0px auto;
    width: 950px;
	overflow:hidden;
	background:#222;
	border:12px solid #BBB;
	border-radius:0px 0px 10px 10px;
}
section.home_text {
    height: 425px;
	margin:0 auto;
    width: 980px;
}
section.home_text article {
    float: left;
    height: 300px;
    padding: 25px 35px 15px 15px;
    width: 575px;
} 
section.home_text p {
	background-color:#CCC;
	border-radius:15px;
	padding:30px;
	box-shadow:1px 1px 15px #555 inset;
	width:475px;
}
section.home_text aside {
	background-color:#DEDEDE;
	height:360px;
	box-shadow:1px 1px 8px #888 inset;
	border-radius:10px 10px 0px 0px;
	width:295px;
	margin-top:25px;
}
.button_link {
    background: -moz-linear-gradient(center top , #EDEDED 5%, #B8B8B8 100%) repeat scroll 0 0 #EDEDED;
    border: 1px solid #888888;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #5249D1;
    display: inline-block;
    font: bold 1em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
    margin-top: 8px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.button_link:hover {
    background: -moz-linear-gradient(center top , #B8B8B8 5%, #EDEDED 100%) repeat scroll 0 0 #B8B8B8;
    color: #333333;
    text-decoration: none;
}
.button_link:active {
    top: 1px;
}
aside.social {
    float: left;
    margin-top: 10px;
    padding: 25px 15px 15px 20px;
    width: 325px;
}
ul.icons li {
    float: left;
    margin-right: 10px;
}
aside h2 {
    margin-top: 5px;
}
.fb-like {
    float: left;
    margin-right: 10px;
}
#twitBox {
    background: none repeat scroll 0 0 #EFEFEF;
    border-radius: 10px 10px 10px 10px;
	margin:0px 0px 8px -5px;
    padding: 15px;
	box-shadow:1px 1px 10px #666 inset;
}
#twitter_update_list {
    list-style-type: none;
}
#twitter_update_list li {
    font: .95em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.twitter-follow-button {
    margin-top: 10px;
}
  /**************************************/
 /***Services & Pricing Declarations****/
/**************************************/
section#pricing_info {
	min-height:1000px;
	width:1000px;
	margin:0 auto;
}
#tabs {
	width:980px;
	margin:0 auto;
	position:relative;
	top:110px;	
	padding: 0px;
	background: none;
	border-width: 0px;	
}
#tabs .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	border-radius: 5px;
}
#tabs .ui-tabs-nav li a:hover {
	background:#99CCFF;
	border-radius:10px 10px 0px 0px;
}
#tabs .ui-tabs-panel {
	background: #fff;
	min-height:500px;
	box-shadow:-1px -12px 12px #666;
	border-radius:0px 15px 0px 0px;
	padding:35px 25px;
	border-bottom:10px solid #FFF;
}
#tabs .ui-state-default {
	border-radius:10px 10px 0px 0px;
	border:1px;
	background:#BBB;
	box-shadow:-2px -3px 5px #666;
}
#tabs .ui-state-active {
	border-radius:10px 10px 0px 0px;
	border:1px;
	background:#FFF;
}
#services {
	width:100%;
	height:250px;
	margin-bottom:50px;
}
#services img {
	float:left;
	margin:20px 13px;
	border:3px solid #999;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 3px 5px #444;
	height:150px;
}
#services p {
	color:#666;
	padding:20px;
}
#price_table {
	width:750px;
	margin:25px auto;
}
#packages {
	text-align:center;
	line-height:1.5em;
	border-top:2px dotted #666;
	border-bottom:2px solid #666;
	width:100%;
}
#price_table div {
	width:175px;
	background:#DDD;
	border-radius:10px;
	float:left;
	margin:30px 10px;
	padding:25px;
	min-height:325px;
	border:2px solid #999;
	box-shadow:0px 1px 8px #666 inset;
}
#price_table h1 {
	margin:0px;
	padding:0px;
	color:#888;
	line-height:1.5;
	font-size:1.6em;
	border-top:2.5px dotted #888;
	border-bottom:2.5px dotted #888;
	text-align:center;
}
#price_table div:hover {
	box-shadow:0px 5px 15px #666;
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
}
#price_details {
	border-bottom:2px dashed #999;
	padding:25px 0px;
	text-align:center;
	height:150px;
}
#price_details li {
	font:.83em Play, Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#666;
	margin-bottom:15px;
}
h1#price {
	font-size:1.5em;
	color:#fff;
	padding:0;
	margin-top:25px;
	line-height:1.4em;
	text-align:center;
	background-color: #900;
	border-radius:10px;
	border:3px dotted #999;
}