m/* CSS Document */

html, body {
}
body {
	background-color:#FFF;
	color:#191919;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
img { border:0;}
.clear {height:1px; line-height:1px; margin-bottom:-1px; overflow:hidden; clear:both;}

a {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover { text-decoration:underline;}

h1 {font-size:24px; color:#3A5EAC;}
h2 { font-size:22px; color:#3A5EAC; font-weight:normal; }
h3 { font-size:19px; }

hr {border:1px solid #8F8F8F; border-bottom:none;}

#preload { visibility:hidden; height:1px; width:1px; line-height:1px; overflow:hidden; position:absolute; top:-1px; }

/* LAYOUT */
#wrapper {
	width:100%;
	min-width:960px;
}
.inner {
	width:980px;
	margin:0px auto;
}
#outer {width:100%;}
#outer-top { height:5px; width:100%; background-color:#FFF;}

/* HEADER */
#outer-header { 
	width:100%; 
	height:90px;
	background-color:#3A5EAC;
	border-bottom:1px solid #263c6d;
}
#header { width:960px; max-width:960px; height:90px; margin:0 auto; text-align:left;}
#header #logo { 
	width:960px; 
/*height: 161px;*/
	background-color:transparent; 
	text-align:left;
	padding-top:14px;
	vertical-align:middle;
	margin:0 auto;
	padding:0;

}

#header #logo .logo { 
	padding-top:14px;
}
#outer-nav { width:100%; padding:0; text-align:center; background-color:#FFF; background-image:url(../images/nav-back.jpg); background-repeat:repeat-x; height:46px; }

#outer-nav div.inner {
	width:100%;
	/*border-top:1px solid #79849d;
	border-bottom:1px solid #747474;*/
	height:45px;
}


#nav {
	list-style:none;
	width:980px;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:inline-block;
	height:43px;
	padding:0px 20px 0px 20px;
	position:absolute;
	top:90px;
}
#nav li {
	display:inline-block;
	text-align:center;
	height:46px;
	margin-top:5;
	float:left;
	position:relative;
	padding: 4px 10px 4px 10px;
	border:none;
}
#nav li a {
	font-size:20px; 
	line-height:46px; 
	width:100%; 
	display:block;
	box-sizing:border-box; -moz-box-sizing:border-box;
	padding-left:60px; /* use to be 100px, this is the spacing between menu links*/
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	outline:0;
	text-decoration:none;
}
#nav li:first-child a {
	padding-left:0;
}


/* CONTENT */
#outer-content {width:100%;}
#content { width:100%; margin:0 auto; max-width:1280px; min-width:960px; }
#content div.inner {width: 980px; padding-top:20px; margin:0 auto;}
#content-left {float:left; padding:15px; width: 650px; box-sizing:border-box; background-color:#FFF;}
.content-full { padding:0; width:100%; background-color:#FFF; border-top:1px solid #FFF; border-bottom:1px solid #FFF;}
.content-full-gray { padding:0; width:100%; background-color:#F1F1F1; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;}
.img-right {float:right; margin-left:15px; margin-bottom:15px;}
.img-left {float:left; margin-right:15px; margin-bottom:15px;}

/* SIDEBAR */
#content-right {float:right; padding:0;width: 305px; background-color:#FFF; box-sizing:border-box; font-size:14px;}
#content-right h3 {
	background-color:#3A5EAC;
	color:#FFF;
	padding:20px;
	margin:0;
	font-size:18px;
}
#content-right ul {
	list-style:none;
	padding:0;
	margin:0;
	background-color:#F1F1F1;
	color:#000;
}
#content-right ul li {
	border-bottom:1px solid #FFF;
	border-top:90px solid #C6C6C6; /*up and down menu*/
	margin:0;
}
#content-right ul li:first-child {
	border-top:none;
}
#content-right ul li a {
	display:block;
	padding:10px;
	text-decoration:none;
	color:#000;
}
#content-right ul li a:hover {
	background-color:#FFF;
}
/* CONTENT 2 */
.photo-right {
	float:right;
	margin-left:10px;
}
.photo-left {
	float:left;
	margin-right:10px;
}
/* HOME */


/* ABOUT */


/* TESTIMONIALS */


/* FAQS */


/* CONTACT */


/* TERMS/PRIVACY */


/* STUDIES */


/* ORDER */


/* FOOTER */
#footer { 
	width:100%;
	background-color:#3A5EAC;
	color:#FFF;
}
#footer a {
	color:#FFF;
}
#footer div.inner {
	padding-top:15px;
	width:980px;
	margin:0 auto;
	height:auto;
	text-align:center;
}
#footer-links {
	color:#FFF;
	font-weight:normal;
	margin-top:30px;
}
#disclaimer { font-size:10px; text-transform:uppercase; margin-top:15px; }
#footer-disclosure {font-size: 12px; width:450px; margin-left:auto; margin-right:auto;}

/* FOOTER NAV */
#footer #outer-nav { width:960px; padding:3px 0; text-align:center; background-color:transparent; background-image:none; }
#footer #outer-nav div.inner {
	width:100%;
	border: none;
}
#footer #nav {
	list-style:none;
	margin:0 auto;
	width:auto;
	padding:0;
	text-align:center;
	display:inline-block;
}
#footer #nav li {
	display:inline-block;
	text-align:center;
	height:28px;
	padding:0 17px 0 17px;
	margin:0;
	border-left:1px solid #FFF;
	width:inherit;
	
}
#footer #nav li:first-child {
	padding-left:0;
	border:none;
}
#footer #nav li a { 
	color:#FFF;
	text-shadow:none;
	font-size:20px; 
	line-height:28px; 
	width:100%; 
	display:block;
	box-sizing:border-box; -moz-box-sizing:border-box;
	font-weight:normal;
	text-decoration:none;
	padding-left:0;
	text-transform:none;
}
#footer #nav li a:hover {
	text-decoration:underline;
}
.prodName{
	font-height:17px;
	font-weight:bold;	
}
#products{
	width:960px;
	margin:0 auto;	
}
#mainproduct1{
	width:290px;
	height:450px;
	background-color:#EFEFEF;
	float:left;	
	margin-left:30px;
}
#mainproduct1 :first-child{
	margin-left:0;
	padding-left:0;
}
#containerhome{
	margin:0 auto;
	width:960px;	
}
#clear{
	clear:both;	
}
#productItem{
	border:#ccc 1px solid;
	width:300px;
	height:auto;
	float:left;
	margin-left:17px;
}
#productItem :first-child{
	margin-left:0;
}
#itemheader{
	color:#fff;
	background-color:#3a5eac;
	height:69px;
	width:310px;
	font-weight:bold;
	font-size:15pt;
	vertical-align:middle;
	display: table-cell;
	text-align:center;
}
#itemImage{
	background-image:url(../product-images/venox_anti_aging2.png);
	background-size:50%;
	background-position:center;
	background-repeat:no-repeat;
	min-height:383px;
	width:310px;
	position:relative;
	top:20px;
}
#itemImage2{
	background-image:url(../product-images/Scar_Recovery_ps-2.png);
	background-size:50%;
	background-position:center;
	background-repeat:no-repeat;
	min-height:383px;
	width:310px;
	position:relative;
	top:20px;
}
#itemImage3{
	background-image:url(../product-images/wricle.png);
	background-size:50%;
	background-position:center;
	background-repeat:no-repeat;
	min-height:383px;
	width:310px;
	position:relative;
	top:20px;
}
#regPrice{
	color:#666;
	font-weight:bold;
	font-size:14pt;
	margin-top:55px;
	text-align:center;
}
#regPrice3{
	color:#666;
	font-weight:bold;
	font-size:14pt;
	margin-top:41px;
	text-align:center;
}
.strike{
	text-decoration:line-through;
	color:#DC0003;	
}
#yourPrice{
	color:#3a5eac;
	font-weight:bold;
	font-size:20pt;
	margin-top:10px;
	text-align:center;
}
#prodPrice{
	color:#3a5eac;
	font-weight:bold;
	font-size:45pt;
	margin-top:25px;
	text-align:center;	
}
#itemSavings{
	color:#25aa37;
	font-weight:bold;
	font-size:20pt;
	margin-top:30px;
	text-align:center;
}
#itemShipping{
	color:#666;
	font-weight:bold;
	font-size:20pt;
	margin-top:30px;
	text-align:center;
}
#butalign{
	text-align:center;
	margin-left:55px;
	position:relative;	
}
#buyButton{
	background-color:#666;
	width:190px;
	height:49px;
	text-align:center;
	font-size:15pt;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
	display:table-cell;
	border-bottom:#666 1px solid;
	border-radius:5px;
	position:relative;
	top:20px;
	background-image:url(../images/arrow1.png);
	background-position:215px 21px;
	background-repeat:no-repeat;
}
#buyButton:hover{
	background-color:#3a5eac;	
}
#buyButton2{
	background-color:#3a5eac;
	width:190px;
	height:49px;
	text-align:center;
	font-size:15pt;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
	display:table-cell;
	border-bottom:#666 1px solid;
	border-radius:5px;
	position:relative;
	top:20px;
	background-image:url(../images/arrow1.png);
	background-position:215px 21px;
	background-repeat:no-repeat;
}
#buyButton2:hover{
	background-color:#20631B;	
}
#faqQ{
	font-weight:bold;
	font-size:17px;
}
#faqA{
	font-style:italic;
}
#guarantee{
	margin-top:60px;
}
#moneyback{
	background-image:url(../images/moneybackg.png);
	width:155px;
	height:156px;
	float:left;
}
#mbcopy{
	margin-left:20px;
	float:left;
	width:775px;
}
#testimonies{
	
}
#testies{
	margin-left:20px;
	float:left;
	width:300px;
}
#quotes{
	position:relative;
	bottom:7px;	
}
#nfooter{
	width:100%;
	background-color:#3a5eac;
	height:370px;
	text-align:center;
	color:#E3DFDF;
	float: left;

}




#nfooter li a { 
	color:#FFF;
	text-shadow:none;
	font-size:14px; 
	line-height:18px; 
	display:block;
	box-sizing:border-box; -moz-box-sizing:border-box;
	font-weight:normal;
	text-decoration:none;
	padding-left:0;
	text-transform:none;
}
#nfooter li a { 
	color:#FFF;
	text-shadow:none;
	font-size:14px; 
	line-height:28px; 
	display:block;
	box-sizing:border-box; -moz-box-sizing:border-box;
	font-weight:normal;
	text-decoration:none;
	padding-left:0;
	text-transform:none;
}

#nfooter li a:hover {
	text-decoration:underline;
}


#nfooter #inner{
   
margin: 0 auto;
  
    width: 960px;
}
.sitemap{
float: left;
    height: 210px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: left;
    width: 20%;
}


.sitemap .title {

	padding-left: 20px;
}




#nfooter li a:hover {
	text-decoration:underline;
}



#nfooter #inner{
margin: 0 auto;
width: 980px;
}

#arrr{
	background-image:url(../images/Polygon-footer.png);
	background-repeat:no-repeat;
	width:9px;
	height:10px;
	position:relative;
	left:-22px;
}
.disc{
	font-size:9px;
	text-align:center;
	position:relative;
}

#hrler{
	size:1px;
	background-color:#fff;	
}
.disclosure{

margin: 0 auto;
padding: 0 10px 0px 0px;
float: right;
text-align: left;
height: 160px;
}

.sitemap .title {
	padding-left: 40px;
}


.sitemap ul {
list-style-image:  url(http://bevhillsmd.com/mdschoice/images/bullet.png) ;
margin-left: 0;
padding: 0;

}

.conheader{
	font-size:17px;
	font-weight:bold;
	color:#3a5eac;
	position:relative;
	bottom:5px;
}
#emailbut{
	width:210px;
	height:55px;
	background-color:#3a5eac;
	border-radius:5px;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	font-size:19px;
	font-weight:bold;
	color:#fff;
}
#emailbut:hover{
	color:#e4e4e4;
	background-color:#666;
	cursor:pointer;
}
#conf{
	width:960px;	
}
#contactstuff{
	float:left;
	margin-left:20px;
	width:500px;	
}
#contactform{
	float:left;
	margin-left:20px;
	width:350px;	
}
.ffields{
	height:35px;
	width:300px;
	border-radius:3px;
	outline:none;
	border:#DBDBDB 1px solid;
	padding-left:10px;
	margin-top:4px;
}
.ffields2{
	width:300px;
	border-radius:3px;
	outline:none;
	border:#DBDBDB 1px solid;
	padding-left:10px;
	margin-top:4px;
	resize:none;
}
.radius{
	border-radius:5px;
}
.subtitle{
	margin-top:20px;
}
.onsale{
	font-size:25px;	
}
#submiter{
	background-color:#3a5eac;
	cursor:pointer;
	font-size:19px;
	color:#fff;
}
#submiter:hover{
	background-color:#666;
}
.join_section{
	font-weight:bolder;
	color:#3A5EAC;
	font-size:19px;
}

.consize{
	font-weight:bolder;
	color:#3A5EAC;
	font-size:19px;
}

.numsize{
	font-weight:bold;
	color:#000;	
}
#capit{
	font-weight:bold;	
}
#map_canvas{
	background-image:url(../images/map.png);
	width:361px;
	height:305px;
}
#artpic{
	width:90px;
	height:90px;
	background-color:#D0D0D0;	
	float:left;
	width:100px;
	margin-right:20px;
}
#artcopy{
	float:left;	
	width:600px;
	height:100px;
}


#BUTTONlEARNmoRE{
	height:36px;
	width:160px;
	background-color:#3A5EAC;
	
	background-image:url(../images/Polygon1.png);
	background-size:5%;
	background-repeat:no-repeat;
	background-position:135px 12px;

	/*height:13px;
	width:10px;*/
	
	display:table-cell;
	vertical-align:middle;
	fony-weight:bolder;
	color:#FFFFFF;
	font-size:15px;
	border-radius:5px;
	cursor:pointer;
	text-decoration:none;
}
#BUTTONlEARNmoRE:hover{
	background-color:#79849d;	
}

#buttonLearnText {
  padding-left: 20px;


}


#BUTTON_submit{
	height:36px;
	width:160px;
	background-color:#3A5EAC;
	background-image:url(../images/Polygon1.png);
	background-size:5%;
	background-repeat:no-repeat;
	background-position:135px 12px;
display:table-cell;
	vertical-align:middle;
	fony-weight:bolder;
	color:#FFFFFF;
	font-size:15px;
	border-radius:5px;
	cursor:pointer;
	text-decoration:none;
}
#BUTTON_submit:hover{
	background-color:#79849d;	
}

#BUTTON_submitText {
  padding-left: 20px;


}
	.thirds {
    float: left;
    padding: 5px;
    text-align: center;
    width: 30%;
}
.prodspacing{
	padding:20px;
	text-align:justify;
}
.ordtitle{
	font-size:16px;
	font-weight:bolder;
	color:#79849d;
	position:relative;
	bottom:10px;
}