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

/* Main Layout ids*/

*{
    margin:0;
    padding:0;
    border-width:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
    width:940px;
    margin:20px auto;
}

TabbedPanels{
	width:900px;
}

#header {
    background-image:url("../images/top_bg.jpg");
    background-repeat:repeat-x;
    height:84px;
}

#nav {
    float:right;
    margin:60px 10px 0 0;
    color: #7f7f7f;
}

#nav a{
    color: #aaa;
    text-decoration:none;
	font-size:12px;
	text-align:left;
	padding:0 0 0 10px;
	display: block;
}

#nav a:hover{
    color: #fff;
}

.dropdown {
	margin:10px 0 0 0;
	background-image:url(../images/dropdown_up.png);
}

# nav .dropdown li{
	display:block;
}

#pov {
	background-image:url(../images/audiance_pov.jpg);
	background-repeat:no-repeat;
	height:280px;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
}

#homepov {
	background-image:url(../images/home_pov.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	height: 280px;
}

#povContent {
	padding: 50px 0 0 90px;
	width:430px;
}

#pov p {
    font-size:14px;
    color:#fff;
    line-height:22px;
}

#homepov h1 {
    font-size:31px;
}

#homepov p {
    font-size:14px;
    color:#fff;
    line-height:22px;
}

#techpov {
	background-image: url(../images/tech_pov.jpg);
	background-repeat:no-repeat;
    height:280px;
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;
}

#productspov {
	background-image: url(../images/products_pov.jpg);
	background-repeat:no-repeat;
    height:280px;
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;
}

#productsMainpov {
	background-image: url(../images/productMain_pov.png);
	background-repeat:no-repeat;
    height:280px;
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;
}
#juvipov {
	background-image: url(../images/juvi_pov.png);
	background-repeat:no-repeat;
    height:280px;
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;
}
#techpov #povContent {
	padding: 100px 0 0 100px;
	color: #fff;
}

#reportpov {
	background-image: url(../images/products_pov2.jpg);
	background-repeat:no-repeat;
    height:280px;
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;
}

#phonepov {
	background-image: url(../images/pov.jpg);
	background-repeat:no-repeat;
    height:280px;
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;
}
#probationpov {
	background-image: url(../images/probation_pov.png);
	background-repeat:no-repeat;
	background-position:bottom;
    height:280px;
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;
}

#contentTech {
	background-image:url(../images/tech_content_bg.jpg);
	background-repeat:repeat-x;
    background-color:#fff;
    padding:23px 0 20px 0;
}

#content {
    background-image:url("../images/content_bg.jpg");
    background-repeat:repeat-x;
    background-color:#f6f6f6;
    padding:23px 0 20px 0;
}

#success {
	padding:0 20px 0;
}
#menuitem40 {
	padding:0 20px 0;
}
#menuitem50 {
	padding:0 20px 0;
}
#menuitem60 {
	padding:0 20px 0;
}
#menuitem70 {
	padding:0 20px 0;
}
#menuitem80 {
	padding:0 20px 0;
}

#homecontent {
	background-image:url("../images/content_bg.jpg");
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f6f6f6;
	padding:0 0 10px 0;
}

#footer {
    background-image:url("../images/footer_bg.jpg");
    background-repeat:repeat-x;
    height:25px;
}

#footer h3 {
    color:#7f7f7f;
    font-weight:lighter;
    font-size:11px;
    line-height:25px;
    text-align:right;
    margin: 0 10px 0 0;
}

.left {
    width:585px;
    float:left;
}

.leftContent {
    width:540px;
    padding:0 20px 0 25px;
}

.right{
    width:350px;
    float:right;
    border-left:1px dotted #999;
    
}

.rightContent {
    padding:0 30px;
}

.clear {
    clear:both;
    height:0px;
}

.logo {
    margin:0 0 0 40px;
}

a {
    color: #009ddc;
    text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
    font-size:19px;
    font-weight:bold;
    line-height:22px;
    margin: 0 0 6px 0;
}

h2 {
    font-size:15px;
    font-weight:bold;
    line-height:18px;
    margin: 10px 0 6px 0;
}

h4 {
    margin:20px 0 0;
}

p {
	font-size:12px;
	line-height:25px;
	margin:10px 0 0;
}

.sentance {
    line-height:18px;
}

strong {
	font-size:13px;
	line-height:20px;
	font-weight:bold;
}

#nav li.benefits {
	width:60px;
}

.juvi {
    line-height:15px;
}

#content ul, #contentTech ul, #homecontent ul{
	font-size:12px;
	margin:0 0 0 15px;
}
.rightContent h1, .rightContent p strong, .rightContent h4 {
	color: #008AD7;
}
#productspov #povContent {
	padding: 140px 0 0 100px;
}

#nav li.success {
	width:60px;
}
#nav li.menuitem40 {
	width:40px;
}
#nav li.menuitem50 {
	width:50px;
}
#nav li.menuitem60 {
	width:60px;
}
#nav li.menuitem70 {
	width:70px;
}
#nav li.menuitem80 {
	width:80px;
}
#productsMainpov #povContent {
	padding: 100px 0 0 30px;
	color: #000;
}
#juvipov #povContent {
	padding: 110px 0 0 20px;
}
#reportpov #povContent {
	padding: 150px 0 0 20px;
	color: #fff;
}
#probationpov #povContent {
	padding: 70px 0 0 60px;
	color: #fff;
}
input {
	float: right;
	margin: 3px 30px 0 0;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
        display:inline;
}

textarea {
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
        width:468px;
}

form {
	padding: 0 20px;
}
.formFields {
	width: 350px;
	float: right;
	padding: 15px 0 0 0;
	margin: 0;
}
.status {
    cp;pr" #f00;
}
