@charset "utf-8";
/* CSS Document */

/* Style sheet for Smilestylist.co.uk - Site design ambinet - Engineer : terry */
body
{
	background-color:#EEEEEE;
	margin-top: 0px;
	
	
}
a {
	color:#ADD03F;
	text-decoration:underline;
	font-size:14px;
	outline-style:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
	font-size:14px;
	outline-style:none;
}
	

div#main_container
{
	background-color:#FFFFFF;
	border:#E6E6E6 solid 1px;
	width: 850px;
	margin: 0px auto;
	line-height: 120%;
}

div#logo_box
{
	width: 260px;
	float:left;
	margin-top: 20px;
	margin-left: 20px;
}
div#newstreet
{
	width: 190px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	clear:right;
}

div.menu_bar
{
	width:850px;
	margin-top:115px;
	/*float:right;*/
	background:url(../images/menu_bg.gif) repeat-x top left;
	height: 35px;
	margin-right:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:3px;
}

.menu_bar span
{
	padding-left:10px;
	padding-right:0px;
	color:#999999;
}
.menu_bar ul
{
	list-style-type: none;
	padding: 0px;
	margin-top: 8px;
	margin-left: 30px;
}

.menu_bar ul li
{
	display:inline;

}

.menu_bar ul li a:link, .menu_bar ul li a:visited {
	color:#8cbf00;
	background: none;
	text-decoration:none;
	/*padding-left:5px;*/
	padding:7px 0px 6px 0px;
}

.menu_bar ul li a:hover
{
	color:#009933;
	text-decoration:underline;
}

div#topbanners
{
	width:560px;
	float:left;
	margin-left: 20px;
	margin-top: 10px;
}
div#topbannerside
{
	float:left;
	padding-left: 30px;
	margin-top:10px;
	width:275;
}

div.spacer
{ 	clear:both;
	height:1px;
}

/*the next two div are ineffect semi containers that hold the menus on the lfet and the content with divs inside them*/
div#leftmenu
{	
	float:left;
	width:190px;
	margin-left:20px;
	margin-top:10px;
	padding-left:5px;
	border-right: 1px #666666 dotted;
}
div#content
{	width:570px;
	margin-left:230px;
	margin-top:10px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
	color:#666666;
}
div#content h1
{
	font-size:24px;
	font-weight:600;
	position:relative;
	color:#ADD03F;
	line-height:1.4em;
}

div#content h2
{
	padding-top: 5px;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:400;
	position:relative;
	color:#666666;
	font-weight:bolder;
}

div#content h3
{
	text-decoration:none;
	text-align:left;
	font-size:16px;
	font-weight:400;
	color:#666666;
	font-weight:bolder;
	line-height:1.4em;
	margin-bottom:5px;
}
div#content p
{
	position:relative;
	margin-bottom: -5px;
}

.service_images
{
	float:left;
	width: 190px;
	margin-top:0px;
	padding-bottom:5px;
}

.service_advert
{
	width: 130px;
	margin-top:20px;
	padding-bottom:5px;
	background:url(../images/img_left_ad_bg.gif) repeat-x;
	border:#E8E8E8 dotted 1px;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:600;
	color:#666666;
	line-height:1.4em;
	text-align:center
}

div.service_links
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.7em;
}

div.service_links span
{
	padding-left:0px;
	padding-right:7px;
}
div.service_links ul
{
	list-style-type: none;
	margin-top: 4px;
	margin-left: 0px;
	padding-left:0px;
}

div.service_links ul li
{
	display:inline;

}

div.service_links ul li a, a:visited
{
	color:#ADD03F;
	background: none;
	text-decoration:none;
}

div.service_links ul li a:hover
{
	color:#009933;
	text-decoration:underline;
}


.specialoffer
{
	width:170px;
	margin-top: 0px;
	padding-bottom: 10px;
}

ul#adv_nav {
	width:170px;
	height:155px;
	padding:0px;
	margin:0px;
}
#adv_nav li {
	/*display:inline;*/
	float:left;
	list-style:none;
}
#adv_nav li a{
	display:block;
	float:left;
	text-indent:-9999px;
}


.link_teens {
	background: url(../images/button_teens.gif) no-repeat left top;
	width:170px;
	height:50px;
	border-top:#999999 1px dotted;
}
.link_teens a:link, .link_teens a:active, .link_teens a:visited {
	width:170px;
	height:50px;
}
.link_teens a:hover {
	background: url(../images/button_teens.gif) no-repeat left -50px;
	height:50px;
}

.link_smiles {
	background: url(../images/button_smils.gif) no-repeat left -1px;
	width:170px;
	height:50px;
	border-top:#999999 1px dotted;
}
.link_smiles a:link, .link_smiles a:active, .link_smiles a:visited {
	width:170px;
	height:50px;
}

.link_smiles a:hover {
	background: url(../images/button_smils.gif) no-repeat left -51px;
	height:50px;
}

.link_tour {
	background: url(../images/button_tour.gif) no-repeat left -1px;
	width:170px;
	height:50px;
	border-top:#999999 1px dotted;
	border-bottom:#999999 1px dotted;
}
.link_tour a:link, .link_tour a:active, .link_tour a:visited {
	width:170px;
	height:50px;
}
.link_tour a:hover {
	background: url(../images/button_tour.gif) no-repeat left -51px;
	height:50px;
}

.enquiry_box
{
	width:450px;
	border: dotted 1px #CCCCCC;
	background-color:#F4F4F4;
	padding: 5px;
	margin:0 auto;
}

.input_text_box
{
	border:1px #999999 dotted;
	height:20px;
	padding-top:4px;
	padding-left:4px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 130px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
  } 

div.footer
{
	width:805px;
	border-top: dotted 1px #CCCCCC;
	padding: 5px;
	margin: 10px auto;
	
}
.bottomlink{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;}
.bottomlink a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ADD03F;
text-decoration:none;}
.bottomlink a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ADD03F;
text-decoration:none;}
.bottomlink a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#009933;
text-decoration:none;}

#sitemap {
	font:Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	margin-top:30px;
	width:780px;
	padding:15px 10px 15px 15px;
	color:#999999;
	background-color: #F5F5F5;
	border:1px solid #E6E6E6;
}

#sitemap ul#section {
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}

#sitemap ul#section li {
	list-style:none;
	display:block;
	float:left;
	line-height:20px;
	width:135px;
	text-align:left;
	border-right:dotted 1px #356aaa;
	padding:0px 13px;
}

#sitemap ul#section li a:link, ul#section li a:active, ul#section li a:visited{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
	display:block;
}

#sitemap ul#section li a:hover{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-decoration:underline;
}

#sitemap h3{
	font-size:13px;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	color:#ADD03F;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

#sitemap a {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#5696e3;
	text-decoration:none;
	
}

#sitemap a:hover{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#5696e3;
	text-decoration:underline;
}




/* ignore from here on ------------------------------------------------------------------------------------------------
body
{
 	background-color: #FFFFFF;
	margin-top:30px;
}

#container
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto;
	background-color: #EBEBEB;
	width: 850px;
	height:600px;
	border:1px #CCCCCC solid;
	line-height: 130%;
}

This is the code for the rounded corner box 

#roundedbox
{
	width:50%;
	margin: 30px auto 0px auto;
	background: #FFFFFF url(../samples/images/left_line.gif) repeat-y left top;
}

.top
{	width: 100%;
	height:25px;
	background:#FFFFFF url(../samples/images/tlcorner.gif) no-repeat left top;
}
.top span
{	display:block;
	position:relative;
	height: 25px;
	background: #FFFFFF url(../samples/images/trcorner.gif) no-repeat right top;
}
.centre_content
{
	position:relative;
	background:#FFFFFF url(../samples/images/right_line.gif) repeat-y right top ;
	padding:1px 20px 1px 25px; 
	margin:-1px 0 -50px 0; 
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	line-height:1.3ems;
}

.bottom
{
	width: 100%;
	height:25px;
	background:#FFFFFF url(../samples/images/blcorner.gif) no-repeat left bottom;
}

.bottom span
{
	display:block;
	height: 25px;
	position:relative;
	background:#FFFFFF url(../samples/images/brcorner.gif) no-repeat bottom right;
}
		
div#top1
{	background-image:url(../images/top-strip.gif); background-repeat:repeat-x;
	border-bottom:1px #FFFFFF solid;
	height:50px;
	padding: 10px;
}

/*different browsers provide different amount of h1 spacing etc so remove all inherent stuff

#top h1 {margin:0px; padding:0px;}

/* set let navigation div to float
div#leftMenu
{
	float:left;
	width: 140px;
	padding:10px;
}
div#rightnav
{ 
	float:right;
	width: 140px;
	padding: 10px;
	border-left: 1px #000099 dotted;
}

div#content
{
	margin-left:160px;
	border-left: 1px #666666 dotted;
	padding: 1em;
	max-width: 600px;
}
div#footer
{
	clear:both;
	padding:0.2em;
	margin: 0px;
	border-top:1px #006633 solid;
	background-color:#999900; color:#000099;
	
} */

.p-box {
	padding:10px;
	/*border:solid 1px #cccccc;*/
	background:#f6f6f6;
}
.headings {
	color:#638300;
	font-size:14px;
}

ul.specials  { margin:0px; padding-left:17px; }
ul.specials li { padding-bottom:10px; }

ol.specials1  { margin:0px; padding-left:17px; }
ol.specials1 li {  padding-bottom:10px;}