
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/* @group General Styles */
body {
	background-color: #fffeff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0; 
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
	font-size: 1em;
	}
blockqoute, p {
	display: block;
	margin-bottom: 20px;
	}
b, strong {
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;
	}
a:link, a:visited {
	color: #00A9FF;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
	text-decoration: none;
	outline: none;
	}
small {
	display: block;
	line-height: 1.4em;
	}	
a:hover, a:active {
	color: #1C1C1C;
	}
img {
	border: none;
	border-radius:8px;
	}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
.image-right {
	float: right;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;	
	}
/* @end */
/* @group CSS Helper */
.clear {
	clear: both;
	display: block;
	line-height: 0em;
	height: 0;
	}	
.clearer {
	clear: both;
	}
.grid {
	display: block;
	width: 0;
	margin: auto;	
	position: relative;
	margin-top: 30px;
	}
/* @end */
/* @group Layout */
#temp_container {
	display: none;
	width: 1px;
	height: 1px;
	}
#container {
	position: relative;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	min-height: 100px;
	width: 940px;
	overflow: hidden;
	margin: auto;
	}
#pageHeader {
	margin: 0;
	padding: 0;
	display: block;
	width: 900px;
	height: 130px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	}
	
/* @end */
	
/* @group Header */
#header{
    background: #fff;
    width: 100%;
    min-width: 960px;
    float: left;
    clear: both;
    display: inline;
}
#branding{float: left;}
#branding .logo{float: left;}
#branding .logo a{
    display: block;
    background: url(../../images/MotivatedApps%20Logo2.png) no-repeat;
    height: 80px;
    text-indent: -9000px;
    margin: 29px 0 20px;
	width: 180px;
}
#branding .logo a:active{margin: 21px 0 -21px;}
#branding .tagline{
    width: 220px;
    height: 40px;
    margin: 45px 0 40px 11px;
    text-indent: 0;
    float: left;
	color: #447ea9;
	font-size: 12px;
	vertical-align: 10pt;
	line-height: 39px;
	font-variant: small-caps;
	font-style: italic;
}
#navcontainer {
    float: right;
    width: 460px;
    margin: 40px 0;
}
#navcontainer li{
    float: left;
    display: inline;
}
#navcontainer li a{
    display: block;
    float: left;
    height: 32px;
    width: 64px;
    opacity: .8;
    -webkit-transition: opacity .2s linear;
	text-align: center;
}
#navcontainer .nav li a:hover{opacity: 1;}
#navcontainer .nav li.selected a{opacity: 1;}
#navcontainer .nav li.home a{background-position: 0 0;}
#navcontainer .nav li.software a{background-position: -92px 0;}
#navcontainer .nav li.support a{background-position: -184px 0;}
#navcontainer .nav li.blog a{background-position: -276px 0;}
#navcontainer .nav li.company a{background-position: -368px 0;}

#navcontainer .nav li.home.selected a,
#header .nav li.home a:active{background-position: 0 -40px;}
#header .nav li.software.selected a,
#header .nav li.software a:active{background-position: -92px -40px;}
#header .nav li.support.selected a,
#header .nav li.support a:active{background-position: -184px -40px;}
#header .nav li.blog.selected a,
#header .nav li.blog a:active{background-position: -276px -40px;}
#header .nav li.company.selected a,
#header .nav li.company a:active{background-position: -368px -40px;}
	
/* @end */	
	
#logo {
	margin-top: 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	}
#logo img {
	float: left;
	z-index: 0;
	}
#logo div {
	position: relative;
	float: left;
	padding-top: 50px;
	z-index: 1;
	}
#logo h1 {
	color: #333;
	text-shadow: 0px 1px 1px #000;
	font-size: 40px;
	margin: 0;
	padding: 0;
	}	
#logo h2 {
	color: #999;
	margin: 0;
	text-shadow: 0px 1px 1px #000;
	font-size: 20px;
	}
#contentContainer {
	display: block;
	float: left;
	width: 650px;
	font-size: 0.80em;
	line-height: 1.5em;
	color: #222;
	text-shadow: 0 1px 1px #fff;
	}
#contentContainer #content {
	padding-right: 30px;
	}
#sidebarContainer {
	display: block;
	width: 250px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
	float: right;
	margin-top: -212px;
}
#sidebarContainer #sidebar {
	padding-left: 20px;
	text-shadow: 0px 1px 1px #fff;
	background-repeat: repeat-y;
	background-position: top left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebarContainer .sideHeader {
	font-size: 20px;
	padding-left: 20px;
	display: block;
	padding-bottom: 15px;
	text-shadow: 0px 1px 1px #fff;
	background-image: url(images/sidebar_divider.png);
	background-repeat: repeat-y;
	background-position: top left;
	}
#footer { 
	display: block;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	font-size: 10px;
	color: #666;
	clear: both;
}
#footer p {	}
#footer a:link, #footer a:visited {}
#footer a:hover, #footer a:active {}
/* @end */
/* @group Bread-crumb */
#breadcrumbcontainer {
	display: block;
	width: 960px;
	height: 28px;
	margin-top: -1px;
	}
#breadcrumbcontainer a {
	font-size: 11px;
	font-weight: bold;
	float: left;
	color:#3D3F41;
	text-decoration: none;
	text-shadow: 0px 1px 1px #f4f4f4;
	}
#breadcrumbcontainer a span {
	display: block;
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 3px;
	}
#breadcrumbcontainer .blind_x {
	display: block;
	height: 28px;
	width: 10px;
	background-image: url(images/breadcrumb_x.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	}
#breadcrumbcontainer a.next {
	margin-left: 5px;
	padding-left: 12px;
	background-image: url(images/breadcrumb_next.png);
	background-repeat: no-repeat;
	}
#breadcrumbcontainer a.active {
	background-image: url(images/breadcrumb_activeL.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	}	
#breadcrumbcontainer a.active span {
	background-image: url(images/breadcrumb_activeR.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 10px;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	color:#f4f4f4;
	text-shadow: 0px 1px 1px #3D3F41;
	}	
/* @end */

/* @group Toolbar */
/* Toolbar Styles */
/*
#navcontainer {
	position: absolute;
	right: 0px;
	top: 150px;
	}
*/
#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#navcontainer ul ul{
	display: none;
	}
	#navcontainer ul ul li{
	display: none;
	}
#navcontainer li {
	float: left;
	display: block;
	background-image: url(images/gN_btn_middle.png);
	background-repeat: no-repeat;
	}
#navcontainer a {
	text-decoration: none;
	background-image: url(images/gN_btn_divider.png);
	background-repeat: no-repeat;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #fff;
	display: block ;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	height:32px;
	float: left;
	}
#navcontainer a:active {
	background-position: bottom left;
	}

/*normal hover*/
#navcontainer li:hover a,			
#navcontainer li:hover {
	background-position:left -50px ;
	color: #fff;
	text-shadow: 0px -1px 1px #333;	
	}
#navcontainer li#current, 
#navcontainer li.currentAncestor, 
#navcontainer li#current a, 
#navcontainer li.currentAncestor a {
	background-position:left bottom;
	color: #fff;
	text-shadow: 0px -1px 1px #333;	
	}	
	
/*single*/
#navcontainer li.single {
	padding-left: 0;
	margin-left: 0;
	background: url(images/gN_btn_left_single.png) no-repeat;
	}
#navcontainer li.single a {
	display: block;
	background-image: url(images/gN_btn_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 15px;
	margin-left: 15px;
	margin-right: 0px;
	}
#navcontainer li.single:hover a {
	background-position:right -50px;
	}			
#navcontainer li.single:hover {
	background-position:left -50px;
	}	
#navcontainer li.single#current a, 
#navcontainer li.single.currentAncestor a {
	background-position:right bottom;
	}	
#navcontainer li.single#current, 
#navcontainer li.single.currentAncestor {
	background-position:left bottom;
	}	
/*first*/
#navcontainer li.first {
	background-image: url(images/gN_btn_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:0;
	}
#navcontainer li.first a {
	padding-left: 15px;
	background-image: none;
	}
#navcontainer li.first:hover a,			
#navcontainer li.first:hover {
	background-position:left -50px ;
	}
#navcontainer li.first#current, 
#navcontainer li.first.currentAncestor, 
#navcontainer li.first#current a, 
#navcontainer li.first.currentAncestor a {
	background-position:left bottom;
	}		
/*last*/	
#navcontainer li.last {
	background-image: url(images/gN_btn_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
#navcontainer li.last a {
	padding-right: 15px;
	}
#navcontainer li.last:hover a {
	background-position:left -50px ;
	}			
#navcontainer li.last:hover {
	background-position:right -50px;
	}	
#navcontainer li.last#current a, 
#navcontainer li.last.currentAncestor a {
	background-position:left bottom;
	}	
#navcontainer li.last#current, 
#navcontainer li.last.currentAncestor {
	background-position:right bottom;
	}	
/*SUBNAV1.....
THIS IS THE FIRST LEVEL OF THE NAVIGATION*/	
#subnav1 {
	position: absolute;
	right: 0px;
	top: 270px;
	margin: 0;
	padding: 0;
	z-index: 10;
	}
#subnav1 ul {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	}
#subnav1 ul li {
	float: left;
	background-image: url(images/gS1_middle.png);
	}
#subnav1 li#current, 
#subnav1 li.currentAncestor {
	background-position:left -30px;
	}
#subnav1 li:hover {
	background-position:left bottom;
	}
#subnav1 li a{
	float: left;
	display: block;
	height: 23px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	font-weight: bold;
	background-image: url(images/gS1_divider.png);
	background-position:right top;
	background-repeat: no-repeat;
	}
/*first*/	
#subnav1 ul li.first {
	float: left;
	background-image: url(images/gS1_left.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 15px;
	}
#subnav1 ul li.first a {
	padding-left: 0px;
	}
#subnav1 li#current.first, 
#subnav1 li.currentAncestor.first {
	background-position:left -30px ;
	}	
#subnav1 ul li.first:hover {
	background-position:left bottom;
	}
/*last*/
#subnav1 ul li.last {
	float: left;
	background-image: url(images/gS1_right.png);
	background-repeat: no-repeat;
	background-position:top right;
	padding-right: 15px;
	}
#subnav1 li#current.last, 
#subnav1 li.currentAncestor.last {
	background-position:right -30px;
	}
#subnav1 ul li.last a {
	padding-left: 10px;
	background-image: none;
	}
#subnav1 ul li.last:hover {
	background-position:right bottom;
	}
#subnav1 ul li.last a{
	padding-right: 0px;
	}
/*single*/
#subnav1 ul li.single {
	background-image: url(images/gS1_single.png);
	background-repeat: no-repeat;
	background-position:top left;
	padding-left: 0px;
	}
#subnav1 ul li.single a {
	background-image: url(images/gS1_right.png);
	background-repeat: no-repeat;
	background-position:top right;
	padding-left: 0;
	margin-left: 15px;
	padding-right: 15px;
	}
#subnav1 li#current.single, 
#subnav1 li.currentAncestor.single {
	background-position:left -30px;
	}
#subnav1 li#current.single a, 
#subnav1 li.currentAncestor.single a {
	background-position:right -30px;
	}

/*SIDEBAR SUBNAV2*/
#side_sublevel2 {
	display: none;
	}
#side_sublevel2 {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	}
#side_sublevel2 li {
	display: block;
	margin-bottom: 5px;
	}	
#side_sublevel2 li a {
	display: block;
	background-image: url(images/sidebar_folder.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 30px;
	height: 16px;
	color: #0D3D54;
	}	
#side_sublevel2 li a:hover {
	background-position:left -16px;
	color: #00A9FF;
	}
/*SIDEBAR SUBNAV3*/
#side_sublevel3 {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	}
#side_sublevel3 li {
	display: block;
	margin-bottom: 5px;
	}	
#side_sublevel3 li a {
	display: block;
	background-image: url(images/sidebar_folder.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 30px;
	height: 16px;
	color: #0D3D54;
	}	
#side_sublevel3 li a:hover {
	background-position:left -16px;
	color: #00A9FF;
	}		
/* @end */

.stacksSpacer{
	height: 15px;
}

.contentheader{
	background-color: rgb(0, 0, 0);
	border-radius: 6px;
}


.contentheader h2{
	color: #fefffe;
	margin-left: 15px;
	text-transform: none;
	margin-top: 14px;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Software Banner */

.ribbon{
    position: absolute;
    top: 36px;
    left: 0;
    display: block;
    text-indent: -9000px;
    width: 110px;
    height: 110px;
}
.ribbon a{
    display: block;
	height: 12px;
}
.ribbon.new{background: url(images/RibbonNew.png);}
.ribbon.free{background: url(images/RibbonFree.png);}
.ribbon.updated{background: url(images/RibbonUpdated.png);}
.ribbon.sale{background: url(images/RibbonSale.png);}


a.product-block .app-logo {
	background-color: #515151;
	border-radius: 6px;
	height: 180px;
}
.app-logo {
	padding-left: 10px;
}

.app-logo p {
	color: #ececec;
	padding-right: 77px;
	margin-top: -21px;
	font-family: Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
}

.app-logo h2 {
	color: #fefffe;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	text-shadow: #000 0 0 0;
}

#content-sub {
	float: left;
	width: 260px;
	position: relative;
	margin-bottom: -180px;
	padding: 0px 60px;
	top: -173px;
    font-size: 11px;
}

#content-sub h2 {
	font: bold 11px Verdana, sans-serif;
	color: #111;
}

#content-sub ul {
	margin: 0px 0px 20px 20px;
}

#content-sub ul li {
	list-style-type: disc;
	color: #666;
	font: 11px Verdana, sans-serif;
}

#content-main {
	float: right;
	width: 540px;
}

.text-box{
    background: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 19px 19px 0 19px;
    margin-bottom: 19px;
    border:  1px solid #e3e3e3;
}


.softwarebanner {
	width: 540px;
	background-color: rgb(0,0,0);
	float: right;
	padding-left: 400px;
	border-radius: 6px;
	
}

/* iPhone Hero */
#content-sub #hero_iphone{
    background: url(images/iphone_frame.png);
    width: 236px;
    height: 440px;
    padding: 80px 0 0 24px;
    position: relative;
}

#content-sub #hero_iphone4{
    background: url(images/iPhone4_frame_260.png) no-repeat center;
    width: 234px;
    height: 508px;
    padding: 62px 0 0 30px;
    position: relative;
}

#content-sub #hero_iphone4 img {
	width: 221px;
	position: absolute;
	right: 21px;
	height: 330px;
	top: 86px;
	border-radius:0px;
}

#content-sub #hero_iphone .action{
    position: absolute;
    display: block;
    top: 1px;
    left: 0px;
    background: url(/img/software/ribbon_viewgallery.png);
    width: 135px;
    height: 135px;
    text-indent: -9000px;
}
#content-sub #hero_iphone .action a{
    display: block;
    width: 135px;
    height: 135px;
}
#content-sub #hero_iphone a{border: 0;}

#content-sub .download.appstore a{
    background: url(images/App_Store_Badge_EN.png) no-repeat;
    opacity: .9;
    -webkit-transition: opacity .2s linear;
	display: block;
}

#content-sub .download a {
	height: 100px;
	width: 260px;
	text-indent: -9000px;
}
/* @end */




.product {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 20px; 
	background-color: #515151;
	border-radius: 6px; 
	-webkit-box-shadow: darkgray 3px 3px 3px;
}

.product:hover {
	-webkit-box-shadow: inset black 2px 2px 2px;
	
}
a.product{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

a.product h2{
	color: #fefffe;
	margin-bottom: 5px;
	text-shadow: black 0px 1px 0px;
	font-weight: normal;
	font-style: normal;
}

a.product p{
	
	color: #fefffe;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

a#price {
	color: #090;
	display: block;
	font-size: 2.5em;
	margin: 10px 0px 0px;
	text-align: center;
	text-shadow: #003c00 1px 1px 0;
}

#content-sub a#price {
	text-shadow: none;
	margin-top: -24px;
	margin-bottom: 16px;
}

a#offer {
	color: #ececec;
	font: normal normal 12px Verdana, sans-serif;
	text-align: center;
	margin-left: 0;
	padding-left: 91px;
	padding-right: 70px;
}

a#appstore{
	background-image: url(../../../index_assets/appstore.png);
	display: block;
	height: 58px;
	margin-top: 20px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	margin-left: 66px;
}

.productHeader{
	padding: 0;
}

/* @group contact */

#contact h2 {
	display: none;
}

#getsatisfaction {
	width: 200px;
	float: right;
	margin: 0;
}

#mygetsatisfaction a {
	width: 330px;
	padding: 0 20px 7px;
	float: right;
	height: 40px;
	font: bold 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bce1f3;
	text-shadow: #069 0 -1px 1px;
}

#getSatisfaction {
	text-align: center;
}

#mygetsatisfaction a:hover,
#mygetsatisfaction a:focus {
	color: #fff;
	text-decoration: none;
}

#mygetsatisfaction a:active {
}

#mygetsatisfaction strong {
	color: #fff;
}

#gsfn_list_wideget {
	border: 10px dotted #515151;
}

#gsfn_list_widget a {
	color: #919191;
}

#mailgrid {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background-color: rgb(238, 238, 238);
	width: 460px;
	margin-bottom: 65px;
	height: 165px;
	padding-top: 0;
	margin-top: 0;
}

#mailgrid a {
	
	color: #333333;
	display: block;
	text-transform: lowercase;
	font: italic 11pt/39px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mailgrid a:hover {
	color: #6699CC;
}

#mailgrid dt {
	width: 135px;
	float: left;
	text-transform: uppercase;
	font: bold 11px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
	border-bottom: 1px solid #ddd;
	height: 40px;
	color: #666;
}

#mailgrid dt.last,
#mailgrid dd.last {
	border: 0;
}

#mailgrid dd {
	width: 305px;
	padding-left: 17px;
	float: left;
	border-bottom: 1px solid #ddd;
	line-height: 39px;
	height: 40px;
	margin-left: 0px;
}

/* @end */

div.tabs {
	background-color: #000;
	height: 50px;
	margin-top: -20px;
	padding-bottom: 6px;
}


/* @group navigation */

ul#navigation {
	height: 36px;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 10px;
	z-index: 6;
	margin-right: 59px;
	margin-left: auto;
	margin-bottom: 0;
}

ul#navigation li {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	background-color: #cacaca;
	position: relative;
	z-index: 1;
	width: 105px;
	margin-top: 0;
	margin-left: 5px;
}

ul#navigation li.selected {
	z-index: 3;
}

ul#navigation li.shadow {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 6px;
	-moz-box-shadow: #111 0 -2px 6px;
	box-shadow: #111 0 -2px 6px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	float: left;
	background: #515151;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	width: 105px;
	font: 12px/36px Verdana, Helvetica, sans-serif;
}

ul#navigation li a:hover {
	background-color: #5a87dd;
}

ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #2B477D;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background-color: #fefffe;
}

ul#navigation a:link, ul#navigation a:visited {
		text-shadow: 0px 1px 1px #000;
}

/* @end */



/* @group sec-navigation */

#sec-navigation {
	height: 40px;
	font: 13px/36px Verdana, sans-serif;
	text-transform: lowercase;
	background: #ccc url(./images/sec-navigation.png) repeat-x;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	margin: 0 0 20px;
}

#blog #sec-navigation {
	margin-bottom: 60px;
}

#sec-navigation li {
	padding-right: 2px;
	float: left; 
	background: url(./images/sec-navigation-li.png) no-repeat right 0;
}

#sec-navigation li.first {
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
}

#sec-navigation li.last {
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
}

#sec-navigation li.selected {
	background-color: #acb6c3;
	margin-left: -1px;
}

#sec-navigation li.selected.first {
	margin-left: 0;
}

#sec-navigation li a {
	float: left;
	padding: 1px 20px 3px;
	color: #ccc;
}

#sec-navigation li a:hover,
#sec-navigation li a:focus {
	color: #6cf;
	text-shadow: #999 0 0 10px;
	text-decoration: none;
}

#sec-navigation li a:active {
	padding-top: 2px;
	padding-bottom: 2px;
}

#sec-navigation li.selected a,
#sec-navigation li.selected a:hover {
	color: #fff;
	cursor: default;
	text-decoration: none;
	padding-left: 21px;
}

#sec-navigation li.selected.first a,
#sec-navigation li.selected.first a:hover {
	padding-left: 20px;
}

#sec-navigation li.selected a:focus {
	color: #FFF;
}

/* @end */






/* @group gallery */

#gallery {
	position: relative;
	margin-bottom: 0;
	padding-top: 2px;
}

#gal-progress {
	text-align: center;
	line-height: 6px;
	margin-top: -4px;
	margin-bottom: 20px;
}

#gal-progress .selected,
.slide-01 #gal-progress #gal-pro-slide-01 .unselected,
.slide-02 #gal-progress #gal-pro-slide-02 .unselected,
.slide-03 #gal-progress #gal-pro-slide-03 .unselected,
.slide-04 #gal-progress #gal-pro-slide-04 .unselected,
.slide-05 #gal-progress #gal-pro-slide-05 .unselected,
.slide-06 #gal-progress #gal-pro-slide-06 .unselected,
.slide-07 #gal-progress #gal-pro-slide-07 .unselected,
.slide-08 #gal-progress #gal-pro-slide-08 .unselected {
	display: none;
}

.slide-01 #gal-progress #gal-pro-slide-01 .selected,
.slide-02 #gal-progress #gal-pro-slide-02 .selected,
.slide-03 #gal-progress #gal-pro-slide-03 .selected,
.slide-04 #gal-progress #gal-pro-slide-04 .selected,
.slide-05 #gal-progress #gal-pro-slide-05 .selected,
.slide-06 #gal-progress #gal-pro-slide-06 .selected,
.slide-07 #gal-progress #gal-pro-slide-07 .selected,
.slide-08 #gal-progress #gal-pro-slide-08 .selected {
	display: inline;
}

#gal-progress li {
	display: inline;
	padding: 0 1px;
}

#gal-slides li {
	display: none;
}

.slide-01 #gal-slides li#slide-01,
.slide-02 #gal-slides li#slide-02,
.slide-03 #gal-slides li#slide-03,
.slide-04 #gal-slides li#slide-04,
.slide-05 #gal-slides li#slide-05,
.slide-06 #gal-slides li#slide-06,
.slide-07 #gal-slides li#slide-07,
.slide-08 #gal-slides li#slide-08 {
	display: block;
}

#gallery p.slide {
	border: 1px solid #ddd;
	padding: 15px 0 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background: #eee url(./images/inner.png) repeat-x 0 0;
	margin: 0;
}

#gallery #gal-slides li p.slide img {
}

#gallery div.legend {
	margin-top: -5px;
	padding: 14px 19px 15px;
	border: 1px solid #ddd;
	background-color: #e5e5e5;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#gallery div.legend h3 {
	margin-bottom: 5px;
	color: #333;
}

#gallery div.legend p {
	font-size: 11px;
	margin: 0;
	color: #666;
}

#gallery a.prev-slide,
#gallery a.next-slide {
	position: absolute;
	top: -13px;
	width: 32px;
	height: 32px;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap; 
	background-image: url(http://www.motivatedapps.com/images/gallery-nav.png);
}

#gallery a.prev-slide {
	left: 3px;
}

#gallery a.prev-slide:hover,
#gallery a.prev-slide:focus {
	background-position: 0 -32px;
}

#gallery a.prev-slide:active {
	background-position: 0 -64px;
}

#gallery .first a.prev-slide {
	background-position: 0 -96px;
	cursor: default;
}

#gallery a.next-slide {
	right: 3px;
	background-position: -32px 0;
}

#gallery a.next-slide:hover,
#gallery a.next-slide:focus {
	background-position: -32px -32px;
}

#gallery a.next-slide:active {
	background-position: -32px -64px;
}

#gallery .last a.next-slide {
	background-position: -32px -96px;
	cursor: default;
}

/* @end */

div.phone {
	margin-top: -51px;
}



/* @group Global Classes */

blockquote, .standout {
	color: #5F676E;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.3em;
	}
h1 {
	font-size: 30px;
	display: block;
	margin-bottom: 25px;
	margin-top: 10px;
	color: #5F676E;
	}
h2 {
	font-size: 25px;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #5F676E;
	line-height: 1.2em;
	}
h2 sup {
	font-size: 18px;
	}
a h2 {
	color:#00A9FF;
	}	
a:hover h2 {
	color:#1C1C1C;
	}		
h3 {
	font-size: 19px;
	margin-top: 3px;
	margin-bottom: 10px;
	display: block;
	color: #3D3F41;
	font-weight: normal;
	}
h4 {
	font-size: 1.1em;
	display: block ;
	line-height: 1.1em;
	margin: 0;
	margin-bottom: 3px;
	}

h2.title {
	font-size: 35px;
	color: #222;
	text-shadow: 0px 1px 1px #fff;
	
}	

.imageStyle {
}
/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}
#content li {
	margin-bottom: 5px;
}
ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	color: #999;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	display: block;
	font-size: 0.9em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.blog-archive-link {
	display: block;
	margin-bottom: 30px;
	font-size: 0.9em;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 40px;
	min-width: 500px;
	margin-left: -40px;
	padding-left: 40px;
	background-image: url(images/blog_border.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	}
h1.blog-entry-title {
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 25px;
	}
h1.blog-entry-title a {
	color: #00A9FF;
	}
.blog-entry-date {
	display: block;
	margin-bottom: 15px;
	font-size: 0.85em;
	color: #666;
	}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #333;
}
.blog-entry-category a:hover {
	color: #87B730;
}
.blog-read-more {
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
	display: block;
	font-size: 0.8em;
	background-color: #e0e0e0;
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
	padding-left: 30px;
	background-image: url(images/blog_archiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 3px;
	line-height: 20px;
}

.blog-archive-link-disabled {
	padding-left: 30px;
	background-image: url(images/blog_archiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 3px;
	line-height: 20px;
	color: #999;	
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-category-link-enabled {
	padding-left: 30px;
	background-image: url(images/blog_cat.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 3px;
}

.blog-category-link-disabled {
	padding-left: 30px;
	background-image: url(images/blog_cat.png);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 3px;
	color: #999;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 100px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	display: block ;
	margin-bottom: 20px;
	}

.filesharing-item {
	display: block ;
	margin-bottom: 30px ;
	padding-left: 80px;
	min-height: 70px;
	background-image: url(images/btn_download.png);
	background-repeat: no-repeat;
	background-position: 10px 0px ;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	}

.filesharing-item-title a:link {
	font-size: 20px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 3em;
	margin-bottom: 20px;
}

.movie-page-description {
	display: block;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	margin: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	font-size: 0.9em;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
	font-size: 3em;
}

.movie-frame {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group Extra Buttons */
#sidebar .btn_dl_extras,
#sidebar .btn_dl_rwTheme {
	background-image: url(images/btn_sb_dl_rwTheme.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 20px;
	font-size: 15px;
	height: 60px;
	width: 160px;
	overflow: hidden;
	display: block;
	color: #333;
	margin-left: -5px;
	}
#sidebar .btn_dl_extras:hover,
#sidebar .btn_dl_rwTheme:hover {
	background-position: bottom left;
	}	
#sidebar .btn_dl_extras span,	
#sidebar .btn_dl_rwTheme span {
	font-size: 10px;
	line-height: 1.3em;
	display: block ;
	margin-top: 3px;
	font-weight: normal;
	}	
	
/* @end */
/* @group Extra Images */
/*STACKS FRESHME PLUGINS*/
.img-border_fm {
	position: relative ;
	float: left;
	min-width: 200px;
	min-height: 200px;
	display: block;
	background-image: url(images/img_border_LT.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 11px;
	padding-left: 11px;
	}	
.img-border_fm img {
	float: left;
	background-image: url(images/img_border_RB.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 11px;
	padding-right: 11px;
	}	
.img-border_fm.link {
	color: #333;
} 	
.img-border_fm.link .hover_pad {
	display: none;
	position: absolute;
	left: 100px;
	top: 20px;
	z-index: 999;
	height: 100px;
	background-image: url(images/info_pop_link_right.png);
	background-position: top right;
	}
.img-border_fm.link .hover_pad span {
	display: block;
	height: 100px;
	min-width: 19px;
	margin-left: -79px;
	background-position: top left;
	background-image: url(images/info_pop_link_left.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 25px;
	}			
/* @end */

/* @group Extra List Types */
#pageTypeList {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	font-size: 0.8em;
	line-height: 1.4em;
	}
#pageTypeList a {
	color: #5F676E;
	}	
#pageTypeList a:hover {
	color: #00A9FF;
	}	
#pageTypeList li{
	display: block;
	clear: both;
	margin-bottom: 10px;
	}
#pageTypeList li h3{
	display: block;
	font-size: 1.2em;
	margin-bottom: 3px;
	font-weight: bold;
	}
#pageTypeList li p{
	margin-top: 0;
	margin-bottom: 3px;
	}			
#pageTypeList li .text{
	float: left;
	display: block ;
	width: 80%;
	}	
#pageTypeList li .icn{
	float: left;
	display: block ;
	width: 20%;
	padding-top: 3px;
	clear: both;
	}	
	
/*STACKS FRESHME PLUGINS*/	
.fm_list_box_top {
}	
.fm_list_box_spacer {
	clear:both;
	display:block; 
	height:30px
}
.fm_list_box_bottom {
	padding:10px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px dashed #fff;
	background-color:#F2F2F2;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #444;
}	
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 3em;
	margin-bottom: 20px;
}

.album-description {
	margin-bottom: 40px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 90px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f4f4f4;
	-webkit-box-shadow:0px 0px 10px #111;
	-webkit-border-radius: 10px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-wrap:hover {
	background-color: #999;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	margin: 0 -5px;
	padding: 0 0 20px 0;
	font-size: 0.9em;
	background:  repeat-x left bottom url(images/photo_bottom_grad.png);
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: left;
}

.photo-navigation {
	background: repeat-x url(images/top_grad.png);
	width: 100%;
	height: 182px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.photo-links {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: no-repeat url(images/photo_header_bg.png);
	width: 636px;
	height: 159px;
	margin: 0;
	padding: 72px 80px 0 40px;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	margin-top: 200px;
	margin-left: 40px;
	background: #fff;
	padding: 8px;
	border: 1px solid #90836d;
}

.photo-title {
	position: absolute;
	left: 40px;
	top: 15px;
	z-index: 20;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.photo-caption {
	position: absolute;
	top: 32px;
	left: 40px;
	z-index: 21;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	color: #fff;
	margin-left: 40px;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */


/*------------------------------------------
    General Typography
------------------------------------------*/
.hide{display: none !important;}

hr{
	
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
	border-top: 1px solid #000;
}
hr.thick{
    background: url(/img/template/divider_thick.gif) repeat-x 0 50%;
    height: 40px;
    margin-bottom: 20px;
}
.text-box{
    background: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 19px 19px 0 19px;
    margin-bottom: 19px;
    border:  1px solid #e3e3e3;
}
#content-main{
	color: #333;
	font: 12px/1.7em Verdana, sans-serif;
}
#content-main .content{display: none;}
#content-main .content.selected{display: block;}
#content-main p,
#content-sub p{margin-bottom: 20px;}
#content-main p.intro{
    font-size: 14px;
    line-height: 20px;
    -webkit-text-stroke: .5px transparent;
    color: #333;
}
#content-main h2{
    font-size: 18px;
    color: #00589b;
    line-height: 1.12em;
    margin-bottom: 20px;
    font-family: helvetica;
    -webkit-text-stroke: .5px transparent;
}
#content-main h3{
    font-weight: bold;
    color: #111;
	font-size: 12px;
}
#content-main ul,
#content-sub ul{margin: 0 0 20px 20px;}
#content-main ul li,
#content-sub ul li{
    margin-bottom: 0;
    list-style-type: disc;
}
#content-main ol,
#content-sub ol{margin: 0 0 20px 20px;}
#content-main ol li,
#content-sub ol li{
    margin-bottom: 0;
    list-style-type: decimal;
}

#content-main dl dt{
    font-weight: bold;
    background: url(/img/template/divider_thin.gif) repeat-x 0 0;
    padding-top: 20px;
}
#content-main dl dd{
    margin-bottom: 20px;
    margin-left: 20px;
}
#content-main dl dd em{
    color: #999;
    font-size: 11px;
}




