/*PERFECT SMILES GENERAL*/
*{
	margin: 0;
	padding: 0;		
	
	
}

html 
{
	overflow-y: scroll;
} 

body
{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
	color: #383636;	
	background-image: url(../images/general/sliver.png);	
	background-repeat: repeat-x;
	background-color: #9fb9e7;
	font-size: 11px;
	
	
}

#adlogo
{
	position:absolute;
	padding: 0 0;
	width: 540px;
	height: 100px;
	top: 30px;
	left: 50px;	
	z-index:50;	
}

#mainbody
{
	position:relative;
	
	top: 30px;	
	z-index: 20;
	text-align:left;
	background-color: #FFF;	
	background-image: url(../images/general/mainbackground.jpg);	
	background-repeat: no-repeat;
	padding-bottom: 100px;
	padding-top: 290px;
	/*
	margin-top:-30px;
	*/
}

#leftcolumn
{
	padding-left: 10%;
	width: 15%;
	float:left;
}

#rightcolumn
{
	
	float:left;
	padding-left: 6%;
	padding-top: 4px;
	width: 61%;	
	
	border: 0px solid green;
}

a
{
	color: #0033ff;
}

h1
{
	font-weight:bold;
	color: #d74411;
	margin-bottom: 9px;
	font-size:2em;
}

h2
{
	font-weight:bold;
	color: #d74411;
	margin-bottom: 0.4em;
	font-size:1.5em;
}

h3
{
	font-weight:bold;
	color: #d74411;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: -0.5em;
}

h4
{
	font-weight:bold;	
	font-size: 12px;	
}

p{
	margin-top: 1em;
}

li 
{
	margin:0 0 0.3em;
}

ul
{
	display:block;
	margin: 0 0 10px 2.2em;
}


a {
	outline:none;
	text-decoration: underline;
}

a img
{
	border: none;
	text-decoration: none;
}



/*BACKGROUND AND PARENT CONTAINERS*/

#parent
{
	width: 900px;
	background-image: url(../images/general/rightleftshadow2.png);
	background-repeat: repeat-y;
	background-position: -1px;	
	margin: -30px auto 0 auto;
	text-align:center;	
	
	
	
	
}

#parentmaincontent
{
	width: 100%;		
	margin: -67px 0 0 0;
	
	
}

#parentrightleftborder
{
	padding-top:67px;	
	margin: 0 auto -67px auto;
	width: 828px;	
	display:block;	
}

#shadowfooter
{
	width: 900px;
	height: 67px;	
	top: 67px;
	position: relative;
	background-image: url(../images/general/shadowfooter2.png);		
	background-repeat: no-repeat;	
	background-position: -1px;
	display:block;
	font-size: 0;
	margin: 0 auto 0  auto;		
	line-height: 0px;
	
	
}

#shadowfooterborder
{
	width: 814px;
	margin: 0 auto;
	height: 40px;
}


.try_campaign_box
{
	/*
	background-color: white;
	border: 1px solid green;
	*/
	z-index: 23;
	display:block;
	position: absolute;
	padding-top: 90px;
	padding-left: 15px;
	padding-right: 15px;
	width: 148px;
	height: 148px;	
	background-repeat: no-repeat;
}


.warning
{
	display:block;
	background-color: #FFF;
	border: 1px solid red;
	color: red;
	font-weight:bold;
}

.clearfloat
{
	clear:both;
}



#copyright a
{
	color: #666666;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

#copyright
{
	position: absolute;
	color: #666666;	
	font-size: 9px;
	z-index: 22;
}



