/* @override http://underdog.47dev.com/css/underdog.css */

html, body {	
   height: 100%; 
}
 
body {
	background: #0b2e4c url(../images/sec-page-bg.jpg) repeat-x;
	font-family: "Lucida Grande", Lucida, sans-serif;
	-webkit-text-stroke: 1px transparent;
	-moz-text-stroke: 1px transparent;
}

body#home {
	background: #0b2e4c url(../images/hp-bg.jpg) repeat-x;
	position: relative;
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

#container {
   min-height: 100%;
   margin-bottom: -80px;
   position: relative;
   width: 780px;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 40px;
}


#header {
	width: 780px;
	padding-top: 36px;
	background: url(../images/header-bg.png) no-repeat;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

.logolink {
	width: 150px;
	height: 101px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#header a.logo {
	width: 150px;
	height: 101px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/ud-logo.png);
}

#header a.logo:hover {
	background-position: 0 -101px;
}

#home #content {
	clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Nav */

#nav {
	width: 658px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	letter-spacing: -1px;
	font: 16px/16px "Lucida Grande", Lucida, sans-serif;
	padding-right: 15px;
}

#nav li a {
	text-decoration: none;
	color: #022e50;
	text-shadow: rgba(255,255,255,0.24) 1px 1px 0;
	padding: 5px 10px;
}

#nav li a:hover {
	background-color: #033c68;
	color: #c3d9e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #0c2d4c 1px 1px 1px;
}


#nav li a.current,
#nav li a.current:hover {
	background-color: #033c68;
	color: #c3d9e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #0c2d4c 1px 1px 1px;
}

/* @end */

/* @group Homepage Styles */

#home #content {
	padding-top: 0px;
}

.app-screenshots {
	width: 195px;
	height: 305px;
	float: left;
	padding-top: 65px;
	padding-left: 35px;
	background: url(../images/iphone-vertical.png) no-repeat;
	margin-right: 30px;
	margin-bottom: 25px;
}

.slideshow {
	width: 160px;
	height: 240px;
	float: left;
	display: inline;
	overflow: hidden;
}

#app-info {
	width: 410px;
	float: left;
	display: inline;
	margin-top: 8px;
	margin-bottom: 20px;
}

#products #app-info {
	width: 520px;
}


.icon {
	float: left;
	display: inline;
	margin-right: 20px;
}

#app-info h2 {
	font-size: 40px;
	color: #092d4f;
	text-shadow: rgba(255,255,255,0.24) 1px 1px 0;
	padding-top: 26px;
	letter-spacing: -1px;
	float: left;
}

#home h3 {
	color: #b1cb97;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
	padding-top: 7px;
	float: left;
	font-size: 18px;

}

.light-blue-line {
	width: 100%;
	background: url(../images/light-line-repeat.gif) repeat-x;
	height: 2px;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
	float: left;
}

/* @group Buttons */

#app-info .big-button {
	background-image: -moz-linear-gradient(top, #cad1df, #aeb5c3); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #aeb5c3),color-stop(1, #cad1df)); 
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 17px; 
	-webkit-border-radius: 17px; 
	border-radius: 17px; 
	-moz-box-shadow: 0px 0px 3px #000; 
	-webkit-box-shadow: 0px 0px 3px #000; 
	box-shadow: 0px 0px 3px #000; 
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
 padding: 7px 3px;
 margin: 2px 2px 10px 3px;
 white-space: 		nowrap;
	text-align: center;
	display: block;
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #132d4c;
	text-decoration: none;
	background-color: #c7cedc;
}

#app-info .big-button:hover {
	background-image: -moz-linear-gradient(top, #aeb5c3, #cad1df); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cad1df),color-stop(1, #aeb5c3)); 
	color: #28548e;
	background-color: #b4bbc9;
	
}

#home .small-btn {
	margin-top: 10px;
}

a.small-btn {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #aeb5c3),color-stop(1, #cad1df)); 
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 17px; 
	-webkit-border-radius: 17px; 
	border-radius: 17px; 
	-moz-box-shadow: 0px 0px 3px #000; 
	-webkit-box-shadow: 0px 0px 3px #000; 
	box-shadow: 0px 0px 3px #000; 
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
 padding: 5px 3px;
 margin: 2px 2px 10px 3px;
 white-space: 		nowrap;
	text-align: center;
	display: block;
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #132d4c;
	text-decoration: none;
	background-color: #c7cedc;
}


a.small-btn:hover {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cad1df),color-stop(1, #aeb5c3)); 
	
	color: #28548e;
	background-color: #b4bbc9;
}

#products .small-btn {
	float: left;
	display: inline;
}

#products #left-col a.small-btn {
	color:  #132d4c;
	width: 280px;
	padding: 5px 3px;
 margin: 2px 2px 10px 3px;
}

#products #left-col a.small-btn:hover {
	color: #28548e;
}

#right-col a.small-btn {
	width: 188px;
}

/* @end */

#app-info p {
	clear: left;
	
}

.hp-app-text {
	color: #b5d1e3;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.accolades {
	color: #b1cb97;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,0.51) 1px 1px 1px;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 40px;
}

#home blockquote {
	clear: both;
	text-align: center;
	margin-bottom: 30px;
	
}

#home blockquote p {
	color: #b5d1e3;
	font-size: 22px;
	line-height: 22px;
	text-shadow: rgba(0,0,0,0.64) 1px 1px 1px;
	letter-spacing: -1px;
}

blockquote cite {
	color: #c9a850;
	font: italic 18px/16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	
}

#bottom-section {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	
}

.hp-section {
	float: left;
	display: inline;
	width: 220px;
}

.scoot-over {
	margin-right: 34px;
}

.headline-mini-icon {
	float: left;
	display: inline;
	margin-right: 7px;

	height: 36px;
}

.hp-section ul {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 110px;
}


.hp-section li a {
	color: #b5d1e3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/arrows.png) no-repeat 0;
}

.hp-section p {
	clear: both;
	color: #b5d1e3;
	font-size: 14px;
	line-height: 20px;
	margin-top: 21px;
	min-height: 100px;
}

#accolade-divider {
	height: 2px;
	width: 100%;
	background: url(../images/dark-line-repeater.gif) repeat-x 0 top;
	margin-bottom: 30px;
	
	
}

/* @end */

/* @group Secondary Pages Styles */



#content {
	clear: both;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
}

#left-col {
	width: 520px;
	float: left;
	display: inline;
	
}

h1 {
	font: 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	color: #b1cb97;
	margin-bottom: 12px;
	text-shadow: #000000 1px 1px 0px;
}

h1 a {
	color: #b1cb97;
}


h2 {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-weight: normal;
	text-shadow: #000000 1px 1px 0px;
}

h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
}


p {
	color: #b5d1e3;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

i {
	color: #fff;
}

b {
	color: #fff;
}

em {
	color: #adca86;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	text-shadow: rgba(0,0,0,0.65) 1px 1px 1px;
}

#left-col ul {
	color: #a8c292;
	list-style-type: none;
	list-style-position: inside;
	font-variant: normal;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}

#left-col ul li {
	padding-left: 30px;
	background: url(../images/bullet-2.png) no-repeat 0;
}

#left-col ol {
	list-style-type: decimal;
	list-style-position: inside;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}

#left-col ol li {
	color: #fff;
	font: normal normal 16px/30px Georgia, "Times New Roman", Times, serif;
}

pre {
	
	
	font-size:14px; 
	margin-bottom: 30px;
	background-color: #071e38;
	-moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */
          -moz-box-shadow: 1px 1px 0px #264561; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 0px #264561; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 0px #264561; /* Opera 10.5, IE 9.0 */
              
	
}

pre code {
	background:none;
display: block;
font-size:14px;
padding: 15px;
overflow-x:auto;
overflow-y:hidden;


}

#products #left-col #app-info blockquote p { 
	margin-bottom: 5px;
	background-color: #071e38;
	-moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */
          -moz-box-shadow: 1px 1px 0px #264561; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 0px #264561; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 0px #264561; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#264561'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#264561')";
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	
}

#products #left-col #app-info cite {
	font-size: 14px;
	text-align: right;
	display: block;
	margin-bottom: 30px;
}

#products p.accolades {
	margin-bottom: 20px;
}

.full {
	border: 3px solid #4d89ab;
	margin-bottom: 20px;
	margin-top: 10px;
}

.left {
	float: left;
	display: inline;
	border: 3px solid #4d89ab;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 6px;
}

.right {
	float: right;
	display: inline;
	border: 3px solid #4d89ab;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 6px;
}

#left-col  a img:hover {
	border: 3px solid #fff;
	background-image: none;
	background-color: #0b2e4c;
}

p.post-info {
	color: #487b9e;
	font-size: 11px;
	line-height: 11px;
	/*background: url(../images/post_info_bg.gif) no-repeat;*/
	height: 23px;
	padding-top: 9px;
	padding-left: 9px;
	margin-bottom: 16px;
	background-color: #0a1b36;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:1px 1px 0px #2d4f70;
	-moz-border-radius: 5px;
	-moz-box-shadow:1px 1px 0px #2d4f70;


}

colorselector {
	background-color: #071e38;
}

#left-col span.details a {
	color: #91bad7;
}

#left-col span.details a:hover {
	color: #fff;
}

#left-col a {
	color: #c9a850;
	text-decoration: none;
	padding: 3px 5px;
	margin-left: -3px;
	margin-right: -3px;
	
}

#left-col p a:hover, #left-col li a:hover {
	background-color: #071e38;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #0c2d4c 1px 1px 1px;
}

#leave-comment-top {

	height: 36px;
	float: left;
	display: inline;
	width: 461px;
	padding-bottom: 10px;
}

.form-box {
	
	float: left;
	display: inline;
	margin-bottom: 30px;
	background: #091935;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:1px 1px 0px #2d4f70;
	-moz-border-radius: 5px;
	-moz-box-shadow:1px 1px 0px #2d4f70;
	padding: 20px;
}


#right-col .form-box {
	width: 199px;
	padding: 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 3%, from(rgba(4,1,30,0.60)), to(rgba(7,30,56,1)));
	background: -moz-linear-gradient(15% 10% 90deg,#071e38, #05182e 70%);
}

#right-col .form-box p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 18px;
}

#right-col .form-box label {
	float: left;
	display: inline;
	margin-left: 15px;
	margin-bottom: 5px;
	color: #a5c2d5;
}

#right-col .form-box input {
	width: 145px;
	float: left;
	display: inline;
	margin-left: 15px;
	
}

#right-col .form-box #button {
	
	margin-left: 28px;
	margin-top: 12px;
	margin-bottom: 24px;
}



#leave-comment-middle {
	background-image: url(../images/comment_-box_middle.gif);
	float: left;
	display: inline;
	padding-top: 15px;
	padding-left: 16px;
	padding-right: 16px;
	width: 429px;
	padding-bottom: 10px;
}

#left-col .form-box label {
	font-size: 18px;
	letter-spacing: -1px;
	color: #d1e2ec;
	display: block;
	margin-bottom: 0px;
	line-height: 18px;
	float: left;
	width: 400px;
}

#left-col .form-box input.std_input {
	width: 94%;
	height: 26px;
	background-color: #d1e2ec;
	border: 3px solid #517d9c;
	margin-bottom: 10px;
	color: #071c34;
	padding-right: 10px;
	padding-left: 10px;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
}

.form-box input.std-input {
	width: 94%;
	height: 26px;
	background-color: #d1e2ec;
	border: 3px solid #517d9c;
	margin-bottom: 10px;
	color: #071c34;
	padding-right: 10px;
	padding-left: 10px;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
}

.form-box textarea {
	width: 450px;
	height: 141px;
	background-color: #d1e2ec;
	border: 3px solid #517d9c;
	margin-bottom: 20px;
	color: #071c34;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0;
}

.form-box select {
	width: 402px;
	background-color: #d1e2ec;
	border: 3px solid #517d9c;
	margin-bottom: 20px;
	color: #071c34;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
	letter-spacing: -1px;
}

#leave-comment-bottom {
	background-image: url(../images/leave_comment_-box_bottom.gif);
	float: left;
	width: 461px;
	height: 85px;
	margin-bottom: 40px;
	clear: both;
}

.form-box input.checkbox {
	float: left;
	display: inline;
	height: 15px;
	width: 15px;
	margin-bottom: 5px;

	
}



.form-box label {
	font: italic 14px/14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.form-box p.notify {
	margin-left: -1px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font: italic 14px/18px Georgia, "Times New Roman", Times, serif;
	clear: left;
	
}



.form-box .submit-btn {
	background-image: -moz-linear-gradient(top, #cad1df, #aeb5c3);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #aeb5c3),color-stop(1, #cad1df)); 
	
	cursor: pointer;
	border: 1px solid #c0dae9;
	-moz-border-radius: 17px; 
	-webkit-border-radius: 17px; 
	border-radius: 17px; 
	-moz-box-shadow: 0px 0px 3px #000; 
	-webkit-box-shadow: 0px 0px 3px #000; 
	box-shadow: 0px 0px 3px #000; 
	
	text-transform: uppercase;
	text-shadow: #e7eefe 0 1px 0;
 padding: 5px 3px;
 margin: 2px 2px 10px 3px;
	text-align: center;
	display: block;
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #132d4c;
	text-decoration: none;
	float: left;
	clear: left;
	width: 140px;
	margin-top: 20px;
	background-color: #c7cedc;
}

.submit-btn:hover {
	background-image: -moz-linear-gradient(top, #aeb5c3, #cad1df); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cad1df),color-stop(1, #aeb5c3)); 
	
	color: #28548e;
	background-color: #b4bbc9;
}


.comment {
	float: left;
	display: inline;
	width: 490px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 15px;
	background-color: #091b36;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:1px 1px 1px #2d4f70;
	-moz-border-radius: 5px;
	-moz-box-shadow:1px 1px 1px #2d4f70;
	margin-bottom: 20px;
}



#left-col .comment p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}

#left-col .spacer {
	background: url(../images/dark-line-repeater.gif) repeat-x;
	height: 2px;
	width: 520px;
	float: left;
	display: inline;
	margin-bottom: 25px;
}

#left-col .article {
		background: url(/images/dark-line-repeater.gif) repeat-x 0 bottom;
		margin-bottom: 25px;
		padding-bottom: 10px;
}

#left-col .comment a:hover {
	color: #fff;
	background-color: transparent;
}

#left-col p.name {
	margin-bottom: 5px;
	font-size: 14px;
	color: #b1cb97;
	line-height: 17px;
}

#left-col p.website {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 14px;
}

#left-col span.from {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



.dark-comment {
		float: left;
	display: inline;
	width: 490px;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 15px;
	background-color: #02071d;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:1px 1px 1px #2d4f70;
	-moz-border-radius: 5px;
	-moz-box-shadow:1px 1px 1px #2d4f70;
	margin-bottom: 20px;
}

#left-col .dark-comment p {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}

test {
	background-color: #010a1d;
}


#left-col .dark-comment a:hover {
	color: #fff;
	background-color: transparent;
}

.share {
	width: 480px;
	float: left;
	display: inline;
	background: #0a1b36;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0px #2d4f70;
	-moz-border-radius: 5px;
	-moz-box-shadow:1px 1px 0px #2d4f70;
	margin-bottom: 30px;
	padding: 10px 20px;
}

#left-col .share ul,
#products #left-col .share ul {
	margin-bottom: 0px;
	width: 100%;
	padding-top: 0px;
}

#left-col .share ul li {
	display: inline;
	background: none;
	padding-left: 0px;
}

#left-col ul li a {
	padding-left: 26px;
	margin-right: 15px;
	color: #94acc3;
}

#left-col li a.facebook {
	background: url(../images/facebook.png) no-repeat 0 2px;
}

#left-col li a.twitter {
	background: url(../images/twitter.png) no-repeat 0 2px;
}

#left-col li a.subscribe {
	background: url(../images/rss.png) no-repeat 0 2px;
}

#left-col li a.digg {
	background: url(../images/digg.png) no-repeat 0 2px;
}

/* @end */


/* @group Right Column */

#right-col {
	width: 200px;
	float: right;
	display: inline;
	overflow: hidden;
}

#right-col h3 {
	color: #d1e2ec;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 18px;
	background: url(../images/dark-line-repeater.gif) repeat-x 0 bottom;
	width: 185px;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
	
}

#right-col h3.icon {
	float: left;
	margin-left: 0px;
	width: 120px;
	margin-right: 0px;
	padding-top: 5px;
	margin-top: 12px;
	background: none;
	padding-left: 7px;
}

#right-col img.headline-mini-icon {
	float: left;
	display: inline;
	margin-left: 12px;
	height: 36px;
	margin-top: 12px;
}

#right-col .tweets p {
	clear: both;
	padding-left: 12px;
	padding-right: 12px;
	background: url(../images/dark-line-repeater.gif) repeat-x 0 bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#right-col .tweets p span {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 100%;
	display: block;
	color: #6c8caf;
}

#right-col .tweets a.small-btn {
	width: 140px;
	margin-left: 25px;
	margin-bottom: 15px;
}

.side-nav {
	width: 199px;
	
	float: left;
	display: inline;
	background: #0a1d37;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0px #2d4f70;
	-moz-border-radius: 5px;
	-moz-box-shadow:1px 1px 0px #2d4f70;
	margin-bottom: 30px;
}

.side-nav ul {
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
	display: inline;
}

.side-nav li {
	padding-bottom: 15px;
	float: left;
	display: inline;
	text-shadow: rgba(0,0,0,0.52) 1px 1px 1px;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

.side-nav li a {
	font-size: 14px;
	line-height: 20px;
	color: #c9a850;
	text-decoration: none;
	padding-left: 27px;
	background: url(../images/bullet-2.png) no-repeat 0 -1px;
	float: left;
	display: inline;
}

.side-nav li a:hover {
	background-color: transparent;
	color: #9fc7df;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #0c2d4c 1px 1px 1px;
}

#right-col #sidebar-app {
	width: 199px;
	background: -webkit-gradient(linear, 0% 0%, 0% 2%, from(rgba(24,52,78,0.60)), to(rgba(44,79,111,1)));
	background: -moz-linear-gradient(15% 10% 90deg,#2c4f6f, #18344e 70%);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0px #37658b;
	-moz-border-radius: 5px;
	-moz-box-shadow:1px 1px 0px #37658b;
	background-color: #2c4f6f;
	float: left;
	margin-bottom: 30px;
}

#sidebar-app img {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#sidebar-app h2,
#sidebar-app p {
	padding-left: 12px;
	padding-right: 12px;
}

#sidebar-app a.small-btn {
	width: 165px;
	margin-left: 12px;
}


/* @end */



/* @group Footer */

#footer h5 {
	color: #75a5c1;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

.clearfooter {
   height: 80px;
   clear: both;
}


#footer {
	height: 80px;
	position: relative;
	background-color: #040911;
	color: #285185;
	font: 12px/16px "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-top: 20px;
}

#footer p {
	font-size: 12px;
	line-height: 14px;
}

#footer p a {
	color: #285185;
}

#footer p a:hover {
	color: #fff;
}

/* @end */

/* @group Product Page Styles */

#products .product-info {
	float: right;
	width: 290px;
}

#products .app-screenshots {
	margin-left: -20px;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;

}

#products .icon {
	float: left;
	display: inline;
}

#products h1 {
	float: left;
	display: inline;
	clear: r1;
	padding-top: 6px;
	margin-bottom: 20px;
}

#products #left-col ul {
	float: left;
	display: inline;
	width: 290px;
	line-height: 20px;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 20px;
	
}

#products #left-col li {
	background-position: 0 0px;
	margin-bottom: 15px;
	text-shadow: rgba(0,0,0,0.72) 1px 1px 1px;
}

#products h2 {
	float: left;
	display: inline;
	width: 280px;
	margin-top: 5px;
	background-color: #061b33;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 15px;
	padding-top: 7px;
}

#products .app-text {
	float: left;
	display: inline;
	clear: both;
	width: 460px;
}

/* @end */