body {
	color: #dadcde;
	font-size: 62.5%;
	font-family: arial, helvetica, sans;
	background: #090909 url('../images/bg.png') no-repeat top center;
}

p, h2, h3, h4 {
	margin-bottom: 25px;
}

h2, h3, h4 {
	font-family: helvetica, arial, sans;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	font-size: 5em;	
}

h3 {
	font-size: 3.5em;	
}

h3.heading {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #34383e;
}

h4 {
	font-size: 2.6em;	
	margin-bottom: 15px;
}

form fieldset ul {
	margin: 25px 0;	
}

form fieldset ul li {
	margin-bottom: 40px !important;
	height: 100%;
	overflow: hidden;
	clear: both;	
}

form fieldset ul li label {
	display: block;
	float: left;
	width: 180px;
	font-size: 1.2em;	
}


form fieldset ul li input, 
form fieldset ul li textarea {
	float: left;
	padding: 10px;
	font-size: 1.5em;
	background-color: #a0a5a8;	
	color: #fff;
	border: 0;
}

form fieldset ul li input:focus,
form fieldset ul li textarea:focus {
	background-color: #eee;
	color: #000;	
}

form fieldset ul li input.button {
	margin-left: 180px;
	border: 1px ;
	font-size: 1.3em;
	background-color: #222222;
	padding: 5px 10px;
}

.to-left {
	float: left;
}

.to-right {
	float: right;	
}

.newsletter-signup {
	height: 100%;
	overflow: hidden;	
}

.newsletter-signup label {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 1.5em;
	line-height: 1.3;
}

.newsletter-signup label .blue {
	color: #0099FF;
	font-size: 1.3em;	
}

.newsletter-signup input {
	float: left;
	height: 15px;
	width: 290px;
	padding: 15px;
	margin-right: 10px;
	background: transparent url('../images/bg-input.gif') no-repeat;
	border: 0;
	color: #fff;
	font-size: 1.5em;
}

.newsletter-signup button {
	float: left;
	padding: 0;
	margin: 0;	
	border: 0;
	background: transparent;
}

.newsletter-signup button span {
	display: block;
	width: 120px;
	height: 23px;
	padding: 12px 10px 10px;
	background: transparent	url('../images/bg-button.gif') no-repeat;
	color: #00264a;
	font-size: 1.5em;
	font-family: georgia, "times new roman", times, serif;
	font-style: italic;
	font-weight: bold;
}

.newsletter-signup button:hover span {
	background-image: url('../images/bg-button-over.gif');
	color: #ffffff;
}

#container {
	margin-top: 35px;
	margin-bottom: 35px;
}

#container #top {
	height: 53px;	
	background: transparent url('../images/bg-top.png') no-repeat;
}

#container #header {
	padding-bottom: 15px;
	background: transparent url('../images/bg-main.png') repeat-y;
	height: 100%;
	overflow: hidden;
}

#container #header #logo {
	display: none;	
}

#container #header h1 a {
	display: block;
	margin-left: 29px;
	height: 76px;
	background: transparent url('../images/logo.png') no-repeat;
	text-indent: -9999px;
}

#container #header h3#phone {
	font-size: 2em;
	text-align: right;	
	padding-right: 29px;
	width: 351px;
	color: #bcc1c3;
	margin-bottom: 10px;
}

#container #header #navigation {
	padding-right: 29px;
	width: 511px;
	text-align: right;
}

#container #header #navigation ul {
	float: right;	
}

#container #header #navigation ul li {
	display: inline;
}

#container #header #navigation ul li a {
	display: block;
	float: left;
	width: 116px;
	height: 30px;
	background: transparent url('../images/bg-nav.png') no-repeat;
	color: #bcc1c3;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	margin-left: 10px;
	font-size: 1.8em;
	font-weight: bold;
}

#container #header #navigation ul li.active a,
#container #header #navigation ul li.active a:hover { 
	color: #0099ff;
}

#container #header #navigation ul li.active a,
#container #header #navigation ul li a:hover {
	background-image: url('../images/bg-nav-over.png');
}

#container #header #navigation ul li a:hover {
	color: #fff;	
}

#container #main {
	min-height: 800px;
	background: transparent url('../images/bg-main.png') repeat-y;
}

#container #main a {
	color: #0099ff;
	text-decoration: none;	
}

#container #main a:hover {
	text-decoration: underline;		
}

#container #main #content ul li,
#container #main #content p {
	font-size: 1.8em;
	line-height: 1.6;
	letter-spacing: -0.4px;
}

#container #main #content {
	width: 882px;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 60px;
	margin-bottom: 25px;
	background: transparent url('../images/bg-content.png') no-repeat top center;
}

#container #main #content h2.headline {
	color: #0099ff;
	margin-bottom: 35px;
}

#container #main #content #address {
	width: 271px;	
}

#container #main #content #map {
	width: 587px;
	height: 250px;
	border: 2px solid #0099ff;
}

#container #main .box {
	background-positon: top center;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #bcc1c3;	
	min-height: 350px;
}

#container #main .box.full {
	width: 882px;
	margin-left: 39px;
	margin-right: 39px;
	background-image: url('../images/bg-box.png');	
}

#container #main .box.half {
	background-image: url('../images/bg-box-half.png');
	width: 431px;	
}

#container #main .box.half.left {
	margin-left: 39px;
}

#container #main .box.half.right {
	margin-right: 39px;
}

#container #main .box .inner {
	margin: 20px;	
}

#container #main .box .inner h3.heading a {
	color: #bcc1c3;	
	padding-right: 40px;
	background-repeat: no-repeat;
	background-position: center right;
}

#container #main .box .inner h3.heading a:hover {
	color: #0099ff;
	text-decoration: none;	
}

#container #main .box .inner ul li {
	font-size: 1.25em;
	line-height: 1.4;
	letter-spacing: -0.2px;
	margin-bottom: 10px;
}

#container #main .box#delicious .inner h3.heading a {
	background-image: url('../images/button-delicious.png');
}

#container #main .box#delicious .inner h3.heading a:hover {
	background-image: url('../images/button-delicious-over.png');	
}

#container #main .box#twitter .inner h3.heading a {
	background-image: url('../images/button-twitter.png');
}

#container #main .box#twitter .inner h3.heading a:hover {
	background-image: url('../images/button-twitter-over.png');	
}

#container #bottom {
	height: 53px;	
	background: transparent url('../images/bg-bottom.png') no-repeat;
}

#container #footer {
	padding: 25px 0 10px;
}

#container #footer p {
	font-size: 1.2em;	
	line-height: 1.2;
	margin-bottom: 0;
}

#container #footer a {
	color: #a0a5a8;
}

#container #footer a:hover {
	text-decoration: none;
}

/* apps widget styles */

.apps-widget ul.pager {
	height: 100%;
	margin: 35px 0;
	overflow: hidden;	
}

.apps-widget ul.pager li {
	float: left;
	padding: 22px 32px;
	background: transparent url('../images/bg-icon-glow.gif') no-repeat;
}

.apps-widget ul.pager li:hover, .apps-widget ul.pager li.over {
	background-image: url('../images/bg-icon-glow-over.gif')
}	

.apps-widget ul.panels {
	height: 700px;
	background: transparent url('../images/bg-box.png') no-repeat top center;
}

.apps-widget ul.panels li {
	width: 842px;
	margin: 20px;

	font-size: 1em !important;
}

.apps-widget ul.panels li h3 {
	margin-right: 315px;	
	line-height: 1;	
}

.apps-widget ul.panels li.ipad h3 {
	margin-right: 451px;	
	line-height: 1;	
}

.apps-widget ul.panels li h3 a {
	color: #bcc1c3 !important;
}

.apps-widget ul.panels li .gallery .left {
	margin-right: 315px;
}

.apps-widget ul.panels li.ipad .gallery .left {
	margin-right: 451px;	
}

.apps-widget ul.panels li .gallery h4 {
	color: #0099FF;
}

.apps-widget ul.panels li .gallery ul li {
	float: left;
	width: auto;
	margin: 0 5px 0 0;	
} 

.apps-widget ul.panels li .gallery ul li a img {
	border: 2px solid #bcc1c3;
}

.apps-widget ul.panels li .gallery ul li a.active img,
.apps-widget ul.panels li .gallery ul li a:hover img {
	border-color: #0099FF;
}

.apps-widget ul.panels li .gallery .image {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	width: 240px;
	height: 360px;
	padding: 90px 32px 130px;
	background: transparent url('../images/bg-iphone.png') no-repeat top center;
}

.apps-widget ul.panels li.ipad .gallery .image {
	width: 329px;
	height: 509px;
	padding: 53px 50px 0 61px;
	background-image: url('../images/bg-ipad.png');
}

/* holding page skin */

body.holding-page {
	background: #F2E950;
	color: #232323;
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans;
}

body.holding-page h1 {
	font-size: 6em;	
	margin-bottom: 20px;
}

body.holding-page h1 a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 4px solid #000;
}

body.holding-page h1 a:hover {
	color: #333333;	
	border-bottom: 4px solid #333333;
}

body.holding-page p {
	font-size: 1.3em;
	line-height: 1.4;	
	margin-bottom: 15px;
}

body.holding-page h3 {
	font-size: 2.5em;
	line-height: 2;
}

body.holding-page h3 a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 4px solid #000;
}

body.holding-page h3 a:hover {
	color: #333333;	
	border-bottom: 4px solid #333333;
}

body.holding-page #delicious ul {
	margin: 10px 0;	
}

body.holding-page #delicious ul li {
	margin: 5px 0;	
}

body.holding-page #delicious ul li a {
	color: #000;	
	font-size: 1.2em;
	line-height: 1.2;
	text-decoration: none;
	font-weight: bold;
}

body.holding-page #delicious ul li a:hover {
	text-decoration: underline;	
}