/*
Theme Name: PlasticSurgeryWP
Theme URI: http://www.PlasticSurgery.com
Description: Custom Wordpress Theme For PlasticSurgery.com
Author: Craig Van Sant
Author URI: http://www.vlucid.com - craig@vlucid.com
Version: 1.0
*/

@import url("reset.css");  /* Import our reset stylesheet */

body {
	background: #e3e6e8 url("images/bg-top.png") repeat-x top left;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	vertical-align: top;
	color: #303030;
	text-align: center;
}

/*** SITE LAYOUT ***/
#top-container {
	width: 767px;
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	
	margin: 0 auto;
	text-align: left;
	position: relative;
	border:thin #F00 none ;
	width: 767px;
}



#header 
{ 
	border:none;
	width: 767px;
	position: relative;
}
#header h1 a {
	background: url("images/logo.png") no-repeat top left;
	display: block;
	text-indent: -9999px;
	height: 59px;
	width: 285px;
}
#header h1 { padding-top: 25px; }

#content {
	
	float: left;
	padding: 5px 5px 5px 5px;
	border: thin none yellow ;
        width: 350px ;
}
#content-wrapper {
	width: 767px;
	margin: 0 auto;
	/*margin-top: 50px ;*/
	float: left;
	padding: 0 0 0 0;
	border: none;
	position: relative;
}

#content h3
{
padding: 5px 0 3px 0 ;
margin: 5px 0 3px 0 ;
border-top: thin dotted white ; 
font-weight:bold;
}

#Column2 #Content .RoundedBox h3
{
padding: 5px 0 3px 0 ;
margin: 5px 0 3px 0 ;
border-top: thin dotted white ; 
font-weight:bold;

}

#Column2 #Content .RoundedBox  description, length,
sideeffects,recovery,risks,technology,strong,results
{
display: block;
padding: 5px 0 10px 0 ;
margin: 5px 0 3px 0 ;
 /* border: thin solid white ; */
/* font-weight:bold; */
}





#RelatedBox h3
{
padding: 5px 0 3px 0 ;
margin: 5px 0 3px 0 ;
border-top: thin none white ; 
font-weight:bold;


}
#content-top {
	height: 10px;
	background: url("images/content-top.png") no-repeat top center;
	border: thin none orange ;
}
#sidebar-wrapper-R {
	width:250px;
	height:100%;
	float: right;
	margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
	border: thin none blue ;
	text-align: left;
}

#sidebar-wrapper-R-FP{
	width:240px;
	height:100%;
	float: right;
	margin-left: 0px;
margin-right: 0px;
margin-top: 35px;
	border: thin none orange ;
	text-align: left;
}

#sidebar-wrapper-R-FP .sidebar-box-RT
{
float: right ;
border: thin none grey ;
padding-right: 0px ;
    
}

#sidebar-wrapper-L {
	width: 147px;
	height:100%;
	float: left;
	margin-right: 10px;
	border: thin none blue ;
	background:url("images/ps21/Bg_content.gif") repeat-x #282828;
}
#bottom-container {
	background: url("images/bg-bottom.png") repeat-x top left;
	
}
#Footer {
background:#000;
color:#FFF;
margin:10px 0px 0px 0px;
padding:15px 0;

text-align:center;
width:100%;

float: left;
border: thin none yellow ;

}
.contact_form
{
width: 300px ;
}
.contact_form2
{
width: 500px ;
}
#gforms_confirmation_message
{
margin: 50px ;
font-size: 150% ;
}