* {
    padding: 0;
    margin: 0;
} 

body {
	background: #3b5da3;
	font:12px/1.5 Arial, Helvetica, sans-serif;
	color: #3B6EBF;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 87%;
	color: gray;
	background-color: gray;
	text-align: center;
	margin: 0 auto;
	}

.centeredimage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

button.checkoutbutton::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.checkoutbutton { height:auto; overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(images/checkout.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.checkoutbutton span { height:41px; float:left; padding:10px 12px 0 0; background:url(images/checkout.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }

.radio {margin: 0 20px 10px 0;}
.select {margin: 20px 0 0 0;}
.formleft { float:left;}
.formright { float:right;}

.textarea {font-size: 12px;}

.whypictosnap {color:#8ab2f4; font-size:12pt; line-height:200%; font-weight:bold;}
.whypictosnap2 {font-size:12pt; line-height:200%; font-weight:bold;}

.buynow { width:105px; margin:30px auto 0px auto;}

.wrap {
margin: 0px auto;
width: 925px;
background: url('images/midbg.png');
background-repeat: repeat-y;
}

.top { 
background: #fff url('images/topbg.png');
height: 40px;
}

.content {
padding: 0 40px 0 40px;
}

.bottom {

background: #fff url('images/botbg.png') repeat-x;
height: 40px;
}

.header {
/*height: 100px; 
background: #85ACF7 url('images/hidr.jpg');*/
}

/*.header h1 { padding-left: 17px; padding-top: 0px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: black; }
*/
.breadcrumbs { 
/*   background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px; */
}
	

.middle {
	float: left;
	width: 45%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.middle ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.middle li {
	margin-bottom:5px;
	list-style-type: square;
	/*color: #3B6EBF;*/
}

.right {
	float: right;
	width: 45%;
	margin: 0 10px;
	padding: 1% 1%;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.centerL {
	float: left;
	background: #fff url('images/keyp.jpg');
	width: 125px;
	height: 65px;
	margin-left: 30px;
	margin-top: 15px;
	padding: 1% 1%;
	text-align: justify;
}

.centerR {
	float: left;
	background: #fff url('images/keyp3.jpg');
	width: 520px;
	height: 65px;
	margin-right: 10px;
	margin-top: 15px;
	padding: 1% 1%;
	text-align: justify;
}

.icon {
	float: left;
	background: #fff;
	width: 81px;
	height: 65px;
	margin-left: 20px;
	margin-top: 15px;
	padding: 1% 1%;
	text-align: justify;
	position: relative;
	top:-15px;
}

.middle h1 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h1 { color: #3B6EBF; font-size: 16px; margin-top: 15px;}
.middle h2 { color: #3B6EBF; font-size: 14px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}
.centerR h1 { color: #525252; font-size: 16px; margin-bottom: 3px; margin-top: 0px;}
.centerR h2 { color: #525252; font-size: 14px; margin-bottom: 3px; margin-top: 0px;}

.headline { font-size:35px; }

.row2 {
	width: 80%;
	margin: 0 10px;
	padding: 1% 1%;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #fff;
}

#footer a:link {color: #ffffff; text-decoration: none; }
#footer a:active {color: #ffffff; text-decoration: none; }
#footer a:visited {color: #ffffff; text-decoration: none; }
#footer a:hover {color: #ffffff; text-decoration: underline; }


#basic-accordian{
	/*border:5px solid #EEE;*/
	padding:5px;
	width:350px;
	/*position:absolute;*/
	float: left;
/*	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;*/
	margin-top: 20px;
}

.accordion_headings{
	padding:5px;
	background:#3B6EBF;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#7e97bf;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.accordion_child ul {
	padding: 1px 1px 1px 20px;
	margin:0;
}

.accordion_child li {
	margin-bottom:1px;
	list-style-type: square;
	color: #3B6EBF;
}

.header_highlight{
	background:#7e97bf;
}
