/* CSS Document */
body{
	background:url(../images-new/bgTop.jpg) top repeat-x, url(../images-new/BG_body_tile.jpg) repeat;
	margin:0;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:13pt;
	color:#000000;
}

p {
	padding: 8px 0;
	margin: 0;
}

h1 {
	color:#B30003;
	text-align:center;
	font-size: 150%;
	text-decoration: underline;
}

h2 {
	color:#1F882E;
	text-align:center;
	font-size: 140%;
}

h2 u{
	color:#B30003;
}

h3 {
	text-align:center;
	font-size: 135%;
}

h4 {
	margin:10px;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

img{border:0;}

.dropshadowclass {
	border: solid 1px #EFEFEF;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 4px;
	-webkit-box-shadow: 1px 2px 1px #d1d1d1;
	-moz-box-shadow: 1px 2px 1px #d1d1d1;
	box-shadow: 1px 2px 1px #d1d1d1;
}

.casestudy {
    background-color: #DDF0D0;
    border: 4px solid #97BD51;
    margin: 20px auto 30px;
    padding: 15px;
    text-align: left;
    width: 600px;
}

.orderform {
    background-color: #FFFFCC;
    border: 4px solid #FFE9BB;
    margin: 20px auto 30px;
    padding: 5px 15px;
    width: 600px;
}
.orderform h2 {
    color: black !important;
    font-size: 29px;
    margin: 0;
}
.orderform h3 {
    color: black !important;
    margin: 5px;
}

.checkyes  {
margin-left:4px;
text-align:left;
}

.ordersummary {
	margin-left:10px;
	text-align:left;
}

#main{
	width:774px;
	overflow:hidden;
	margin:0 auto;
}

#header{
	width:774px;
	height:270px;
	margin: 0 auto;
	background:url(../images-new/header2.jpg) no-repeat;
}
.fance{
	height:82px;
	background:url(../images-new/fence2.png) repeat-x;
	margin-top: -65px;
}
.AsSeenIn{
	width:774px;
	height:57px;
	margin:-33px auto 0;
	background:url(../images-new/AsSeenIn.png) no-repeat;
}

#contentAreaHeading{
	width:774px;
	margin:0 auto;
}

#contentArea{
	width:774px;
	overflow:hidden;
	background:url(../images-new/bodyrepeat.png) repeat-y;
}

#contentAreaInner{
	width:660px;
	overflow:hidden;
	margin:0 auto;
}

#contentAreaInnerFree{
	width:570px;
	overflow:hidden;
	margin:0 auto;
	padding: 25px;
	box-shadow: 0 0 10px #666666;
}

#contentAreaInnerFree h3{
	color:#b30003;
}

#box{
	width:504px;
	margin:0 auto;
}

#boxContent{
	background:url(../images-new/boxtile.jpg) repeat-y;
    width: 504px;
	margin:0 auto;
}

#boxContentInner{
    width: 415px;
    padding-left:5px;
	padding-top:8px;
	margin:0 auto;
	color:#462913;
}

#boxBottom{
	width:504px;
	overflow:hidden;
	margin:0 auto;
}

#pic{
	float: right;
    margin-top: 10px;
}

#name{
	padding: 15px 25px;
    text-align: right;	
}

#boxVideoInner{
    width: 425px;
	margin:0 auto;
}

.fornFirst{
	width:630px;
	overflow:hidden;
	margin:0 auto;

}

.fornFirst ul{
	margin:0;
	padding:0;
}
.fornFirst li{
    line-height: 28px;
    list-style: none outside none;
    margin-bottom: 10px;
    padding-left: 37px;
	background:url(../images-new/bullet.jpg) no-repeat scroll left top;
}
#footer{
	background:url(../images-new/footerTile2.png) repeat-x;
	height:157px;
}
#footerInner{
	width:774px;
	height:158px;
	margin:-157px auto 0;
	background:url(../images-new/footer2.png) repeat-x;
}
.fance2{
	height:82px;
	background:url(../images-new/fence2.png) repeat-x;
	margin-top: -80px;
}

.testimonial {
    margin: 0;
    background: #C6E2EE;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #444;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#C6E2EE, #C6E2EE);
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}
.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #C6E2EE;
    margin: 0 0 0 25px;
}
.testimonial-author {
    margin: 5px 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00004C;
    text-align:left;
	font-weight:bold;
}
.testimonial-author span {
    color: #000073;
	font-weight:normal;
	font-size: 11pt;
}

.nav {
    clear: both;
    margin: 0;
    padding: 0;
    text-align:center;
}

.nav li {
    display: inline;
    font-size: 12px;
    list-style: none outside none;
    margin: 5px;
    padding: 0;
}

address {
    font-size: 12px;
    font-style: normal;
    text-align: center;
}