body {
	background: #3a3a3a;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, tahoma;
	color: #262626;
	font-size: 100%;
	}
	
a {
	color: #192cd2;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	}
	
.clear {
	clear: both;
	}
	
.icon {
	vertical-align: middle;
	display: inline;
	margin: 2px;
	}
	
.float_right {
	float: right;
	}
	
.float_left {
	float: left;
	}
	
.pl_button {
	float: left;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #192cd2;
	letter-spacing: .02em;
	}
	
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}
h6 {font-size: .9em;}

hr {
	background: #9f9f9f;
	color: #9f9f9f;
	height: 1px;
	border: 0;
	}
	
#wrapper {
	width: 960px;
	margin: 30px auto 10px auto;
	text-align: left;
	background: #FFFFFF;
	color: #3a3a3a;
	font-size: .8em;
	}
	
#header {
	background: #525252 url(images/header_main.gif) center repeat-x;
	padding: 20px 10px;
	}
	
#header .phone {
	float: right;
	font-size: 1.4em;
	color: #FFFFFF;
	}
	
#header .logo a {
	font-size: 1.6em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#content {
	background: #FFFFFF url(images/bg.gif) top left repeat-x;
	}

#nav {
	border: 0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #9f9f9f;
	margin: 0 10px;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#nav ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	}
	
#nav ul li a {
	display: block;
	float: left;
	padding: 10px 8px;
	color: #15207b;
	text-decoration: none;
	line-height: 200%;
	}
	
#nav ul li a:hover {
	color: #6b6b6b;
	}
	
#nav ul li a.active {
	color: #1d2140;
	}
	
#main {
	width: 738px;
	float: left;
	}
	
#main .main_wrap {	
	padding: 10px;
	}

#sidebar {
	width: 192px;
	float: right;
	border: 1px solid #06177c;
	border-top: 0;
	margin: 10px;
	margin-left: 0;
	}
	
#sidebar .tcat {
	background: #4a56ad;
	padding: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #06177c;
	border-left: 0px;
	border-right: 0px;
	}
	
#sidebar .trow {
	padding: 10px;
	background: #c3cbf2;
	}
	
#sidebar .trow p {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	}
	
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: .7em;
	padding: 10px 0;
	color: #FFFFFF;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #c3cbf2;
	}

.ddmenu_subcats {
	text-align: left;
	position: absolute;
	display:none;
	border: 1px solid #101010;
	border-bottom: 0;
	font-size: .7em;
	line-height: 26px;
	z-index: 100;
	background: #404040;
	width: 160px;
	margin: 0;
	padding: 0;
}

.ddmenu_subcats a {
	text-align: left;
	color: #dddddd;
	display: block;
	border-bottom: 1px solid #101010;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.ddmenu_subcats a:hover {
	background: #101010;
	color: #ffffff;
}

.dd_menu span {
	background: transparent url(images/ddarrow.png) center bottom no-repeat;
	display: block;
}
