@charset "UTF-8";
/* CSS Document */


/*#mainContentAreaContainer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}*/

.job-box {background:url(../img/contentArea/job-box.png) no-repeat; width: 834px; height:62px; text-align:center; margin:auto;}
.job-box p {font-size:12px; padding: 15px 20px 0 43px;}
.job-box a:link {color:#29292b;}
.job-box a:visited {color:#29292b;}
.job-box a:hover {color:#29292b;}
.job-box a:active {color:#29292b;}


#mainContentArea{
	width: 980px;
	padding: 0;
	margin: 0px auto 15px auto;
	background-color: white;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	clear: both;
	position: relative;
}

#paddedContentArea{
	padding: 0 15px 0 15px;
	
}

#contentAreaTopShadow{
    background-image:url(../img/app-dl/line-shadow-down.png); 
    width:980px; 
    height:11px; 
    margin:0 0 30px 0; 
    z-index:5;
}



img#sectionLabel{
	clear: both;
}


#SectionArea{
	width: 90%;
	margin: 1px 4% 1px 6%;
	color: gray;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}



img#functionalityDiagram{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 150px;
	background-repeat: no-repeat;
	clear: both;
	display: block;
}

/* @group Feature Items */

#FeatureItemBox{
	padding: 10px;
}

img#Feature48x48Icon{
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	margin: 5px;
	float: left;
}

#FeatureItemTitleBox{
	float: left;
	width: 185px;
}

h2#FeatureItemTitle{
	color: #5c87de;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin:0;
	padding:5px;

}

#FeatureItemDescription{
	color: #606060;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
	padding: 5px 5px 0 5px;
}

/* @end */


#screenshotThumbShadow{
	-moz-box-shadow: 0 0 1em black;
	-webkit-box-shadow: 0 0 1em black;
	display: inline;
	margin: 15px;
}

#quoteBoxImg{
	background: url(../img/contentArea/quoteBox.png) no-repeat;
	width: 828px;
	height: 147px;
	margin-right: auto;
	margin-left: auto;
}
div#reviews {
    position:relative;
    /*background: #aaa;*/
}

ul#reviews-list {
    position: relative;
    height:100px;
    
}
ul#reviews-list li {
    position: absolute;
    display:none;
    left:0px;
        
}
ul#reviews-list li.reviews-first, li.reviews-first {
    left:0px;
}

.quoteText{
	color: #606060;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 25px 30px 0;
	text-align: left;
	float: left;
	clear: both;
	list-style-type: none;
}

#quoteAthorText{
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 50px 0 80px;
	text-align: right;
	color: #5c87de;
	float: right;
	clear: both;
}

table#bottomSectionTabe{
	margin-top: 30px;
	margin-bottom: 20px;
}

td#bottomSectionText{
	color: #606060;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
}

ul#compatibilityList{
	margin: 0;
}
/*#mainContentAreaBottomContainer{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#mainContentAreaBottom{
	width: 900px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid black;
	background-color: white;
}*/
