/*
Theme Name: Dr Roth
Theme URI: http://krushcreative.com/
Description: Theme developed for Dr Roth Website by Krush Creative.
Version: 1.0
Author: Sabine Konhaeuser
Author URI: http://krushcreative.com/
Tags: 


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	color: #555;
	background: #e0e0d3;
	margin: 0px;
	padding: 0px;
}

a:active, a:focus {
  outline: none;
}

#wrapper {
	width: 977px;
	margin: 0 auto;
}

/* HEADER */
#header {
	width: 977px;
	height: 133px;
}
#top {
	width: 977px;
	height: 100px;
	background: url(images/top.png) no-repeat 0 0;
}

#logoimg {
	float: left;
}
#global {
	float: right;
	margin-right: 32px;
	margin-top: 15px;
}


/* NAVIGATION */
#nav {
	width: 977px;
	height: 33px;
	background: url(images/nav_bkg.png) repeat-x;
}
#menu {
	position: relative;
	width: 977px;
	height:33px;
	background: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
#menu li {
	height: 33px; 
	position: absolute; 
	top: 0px; 
	display: block; 
	list-style: none;
}
#menu a {
	height: 33px; 
	display: block; 
	text-indent: -9999px;
}

#menu #top0, #menu #top0on { left: 0px; width: 61px; }
#menu #top1, #menu #top1on { left: 61px; width: 73px; }
#menu #top2, #menu #top2on { left: 134px; width: 182px; }
#menu #top3, #menu #top3on { left: 316px; width: 115px; }
#menu #top4, #menu #top4on { left: 431px; width: 134px; }
#menu #top5, #menu #top5on { left: 565px; width: 141px; }
#menu #top6, #menu #top6on { left: 706px; width: 107px; }
#menu #top7, #menu #top7on { left: 813px; width: 65px; }
#menu #top8, #menu #top8on { left: 878px; width: 99px; }

#menu #top0 a:link, #menu #top0 a:visited {background: url(images/topnav.png) 0px 0px no-repeat;}
#menu #top1 a:link, #menu #top1 a:visited {background: url(images/topnav.png) -61px 0px no-repeat;}
#menu #top2 a:link, #menu #top2 a:visited {background: url(images/topnav.png) -134px 0px no-repeat;}
#menu #top3 a:link, #menu #top3 a:visited {background: url(images/topnav.png) -316px 0px no-repeat;}
#menu #top4 a:link, #menu #top4 a:visited {background: url(images/topnav.png) -431px 0px no-repeat;}
#menu #top5 a:link, #menu #top5 a:visited {background: url(images/topnav.png) -565px 0px no-repeat;}
#menu #top6 a:link, #menu #top6 a:visited {background: url(images/topnav.png) -706px 0px no-repeat;}
#menu #top7 a:link, #menu #top7 a:visited {background: url(images/topnav.png) -813px 0px no-repeat;}
#menu #top8 a:link, #menu #top8 a:visited {background: url(images/topnav.png) -878px 0px no-repeat;}

#menu #top0 a:hover, #menu #top0 a:active, #menu #top0on {background: url(images/topnav.png) -0px -33px no-repeat;}
#menu #top1 a:hover, #menu #top1 a:active, #menu #top1on {background: url(images/topnav.png) -61px -33px no-repeat;}
#menu #top2 a:hover, #menu #top2 a:active, #menu #top2on {background: url(images/topnav.png) -134px -33px no-repeat;}
#menu #top3 a:hover, #menu #top3 a:active, #menu #top3on {background: url(images/topnav.png) -316px -33px no-repeat;}
#menu #top4 a:hover, #menu #top4 a:active, #menu #top4on {background: url(images/topnav.png) -431px -33px no-repeat;}
#menu #top5 a:hover, #menu #top5 a:active, #menu #top5on {background: url(images/topnav.png) -565px -33px no-repeat;}
#menu #top6 a:hover, #menu #top6 a:active, #menu #top6on {background: url(images/topnav.png) -706px -33px no-repeat;}
#menu #top7 a:hover, #menu #top7 a:active, #menu #top7on {background: url(images/topnav.png) -813px -33px no-repeat;}
#menu #top8 a:hover, #menu #top8 a:active, #menu #top8on {background: url(images/topnav.png) -878px -33px no-repeat;}

#hero {
	width: 977px;
	height: 225px;
	border-bottom: 3px solid #e0e0d3;
}

/* CONTENT AREA */
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 977px;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	background: #fff url(images/cnt_bkg.png) repeat-y;
}

#hp {
	background: #fff url(images/hp_bkg.png) repeat-y;
	width: 977px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.thp p {
	width:  252px;
	text-align: left;
	margin: 15px auto 2px;
	font-size: 14px;
	line-height: 1.5em;
}

.thp h2 {
	color: #2a3f7c;
	font-size: 15px;
	font-weight: bold;
	width:  252px;
	margin: 15px auto 2px;
}

.thp h3 {
	text-transform: uppercase;
	color: #2a3f7c;
	font-size: 13px;
	font-weight: bold;
	width:  252px;
	margin: 15px auto 2px;
}

.thp h4 {
	color: #7aaada;
	font-size: 15px;
	font-weight: bold;
	width:  252px;
	margin: 15px auto 2px;
}

.thp .small {
	font-size: 11px;
	line-height: 1.3em;
}

.thp .blue {
	color:  #7aaada;
}

.thp a {
	color:  #7aaada;
	text-decoration: none;
}

#leftnav {
	width: 265px;
	float: left;
	background: transparent;
}

#leftnav p {
	margin-left: 36px;
	margin-top: 0;
}

#leftnav ul {
	margin-left: 36px;
	padding-left: 0;
	list-style: none;
	width:  190px;
}

#leftnav ul li {
	padding-bottom: 3px;
}

#leftnav ul li.page_item a:visited, #leftnav ul li.page_item a:link {
	text-decoration: none;
	color: #555;
}

#leftnav ul li.page_item a:active, #leftnav ul li.page_item a:hover  {
	color: #8bb5d2;
	text-decoration: none;
	font-weight: normal;
}

#leftnav ul li.current_page_item a:visited, #leftnav ul li.current_page_item a:active, #leftnav ul li.current_page_item a:hover, #leftnav ul li.current_page_item a:link  {
	color: #8bb5d2;
	text-decoration: none;
	font-weight: bold;
}


#leftnav h3	{
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dashed #555;
	width: 190px;
	padding-bottom: 3px;
	margin-left: 36px;
	margin-top: 20px;
}

#leftnav h3 a {
	text-decoration: none;
	color: #555;
}

#body {
	width: 710px;
	float: right;
	background: transparent;
}

#text {
	width:  433px;
	float: left;
	border-right: 20px solid #fff;
	border-left: 25px solid #fff;
}

#text h1, #text h2, #text h3, #text h4 {
	color: #2a3f7c;
	font-weight: normal;
}

#text h2 {
	font-size: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

#text h3 {
	font-size: 14px;
	margin-top: 0;
	text-transform: uppercase;
}

#text h4 {
	font-size: 13px;
	margin-top: 0;
	text-transform: uppercase;
}

#text a {
	color:  #8bb5d2;
	font-weight: bold;
	text-decoration: none;
}


#text2 {
	width:  600px;
	float: left;
	border-right: 40px solid #fff;
	border-left: 25px solid #fff;
}

#text2 h1, #text2 h2, #text2 h3, #text2 h4 {
	color: #2a3f7c;
	font-weight: normal;
}

#text2 h2 {
	font-size: 14px;
	margin-top: 0;
	text-transform: uppercase;
}

#text2 a {
	color:  #8bb5d2;
	font-weight: bold;
	text-decoration: none;
}

#text ul, #text2 ul, #text ol, #text2 ol  {
	padding-left: 12px;
	margin-left: 14px;
}
#text ul li, #text2 ul li, #text ol li, #text2 ol li {
	padding-bottom: 6px;
	line-height: 1.4em;
}
 /* RightRail */
#rr {
	width: 231px;
	float: right;
}

#rr p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.clr {
	clear: both;
	height: 1px;
}

.widgets {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zoom td {
	background: url(images/zoom-bottom.png) no-repeat 0 bottom;
}

.hlblue {
	margin: 5px 10px 1px;
	color:  #2a3f7c;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}

.hlbold {
	margin: 2px 10px 0px;
	color:  #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}
.hlbigger {
	margin: 0px 10px 0px;
	color:  #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.hlreg {
	margin: 0px 10px 0px;
	color:  #555;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

/* FOOTER */
#footer {
	width: 977px;
	height: 17px;
}
#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 977px;
	margin-top: 22px;
	text-align: left;
	border-top: 1px solid #919291;
	color: #464646;
	font-size: 11px;
	padding-top: 5px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}






