/*------------------------------------------------------------------------
# Author: Privations.Net
# Website:  http://www.privations.net
# Graphic Design by Privations.Net on a xhtml/css design layout inspired
# by an original Joomlart template and Joomla.
# Designated trademarks, brands, code snipplets and copyrighted images
# are the property of their respective owners.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
* {	margin: 0;	padding: 0;}

body {
	color: #000000;
	background: #181818;
	font-family: "Trebuchet MS", Tahoma,  Arial, sans-serif;
	line-height: 150%;
}

body#bd {	background: url(../images/body-bg.jpg) repeat-x #181818;	color: #FFFFFF;}
#pvt-mainbody, #pvt-mainbody-fl, #pvt-mainbody-fr, #pvt-mainbody-f {	background: #FFFFFF;	color: #333333;}

body.fs1{	font-size: 9px;}
body.fs2{	font-size: 10px;}
body.fs3{	font-size: 11px;}
body.fs4{	font-size: 12px;}
body.fs5{	font-size: 13px;}
body.fs6{	font-size: 14px;}

/* Normal link */
a {	color: #006699;	text-decoration: none;}
a:hover, a:active, a:focus {	color: #006699;	text-decoration: underline;}
a img {	border: none;}

/* Title text */
div.moduletable h3,
h1, h2, h3 {	
	padding: 0px 0px 0px 26px;
	color: #006699;
	background: url(../images/h_arrow.gif) no-repeat center left;}

/* Small text */
.small, .smalldark {}

/* Heading */
h1 {	font-size: 170%;}
h2 {	font-size: 150%;}
h3 {	font-size: 130%;}
h4 {	font-size: 100%;	text-transform: uppercase;}
h5 {	font-size: 80%; color: #A0A0A0;}

p {	margin: 10px 0 15px;}

ul {	margin-top: 5px;	margin-bottom: 15px;	list-style: none;}
ul li {	padding-left: 35px;	background: url(../images/bullet-list.gif) no-repeat 23px 8px;	line-height: 170%;}
ol {	margin-top: 5px;	margin-bottom: 15px;}
ol li {	margin-left: 35px;	line-height: 170%;}

th {	padding: 4px;	font-weight: bold;	text-align: left;}

fieldset {	border: none;}
fieldset a {	font-weight: bold;}

hr {
	border-top: 1px solid #C0C0C0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {	font-size: 100%;}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #16A9CD;
	font: 1em/1.5 "Courier News", monospace;
	background: #F0F0F0;
}

/* FORM
--------------------------------------------------------- */
form {	margin: 0;	padding: 0;}

input, select {	font: 11px/normal Tahoma, Arial, sans-serif;	color: #333333;}
select, .inputbox {	padding: 2px;}
textarea {	padding-left: 2px;}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 2px 5px;
	border: 1px solid #333333;
	background:  url(../images/but-bg.gif) repeat-x top #666666;
	color: #FFFFFF;
}

.button:active, .button:focus {	border: 1px solid #333333;}
.inputbox {	border: 1px solid #C0C0C0;	background: #F0F0F0;	margin-bottom: 2px;}
.inputbox:hover, .inputbox:focus {	border: 1px solid #888888;	background: #FFFFFF;}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	color: #006699;
}

div.moduletable {	margin: 0;	padding: 0;}

/* Normal Module */
div.module h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	color: #006699;
}

div.module {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box2-br.gif) no-repeat bottom right;
}

div.module div {	background: url(../images/box2-bl.gif) no-repeat bottom left;}
div.module div div {	background: url(../images/box2-tr.gif) no-repeat top right;}
div.module div div div {	padding: 10px;	background: url(../images/box2-tl.gif) no-repeat top left;}
div.module div div div div {	margin: 0;	background: none;}

#pvt-rightcol div.module h3,
div.module-orange h3,
div.module-blue h3 {
	margin: 0 0 10px -5px;
	padding: 12px 0px 5px 30px;
	font-size: 100%;
	color: #FFFFFF;
}

#pvt-rightcol div.module {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}
#pvt-rightcol div.module div {		background: url(../images/box-bl.gif) no-repeat bottom left;}
#pvt-rightcol div.module div div {	background: url(../images/box-tr.gif) no-repeat top right;}
#pvt-rightcol div.module div div div {	padding: 0 15px 15px;	background: url(../images/box-tl.gif) no-repeat top left;}
#pvt-rightcol div.module div div div div {	margin: 0;		background: none;}

/* Orange Module */
div.module-orange {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-orange-br.gif) no-repeat bottom right;
}
div.module-orange div {	padding: 0;	background: url(../images/box-orange-bl.gif) no-repeat bottom left;	}
div.module-orange div div {	padding: 0;	background: url(../images/box-tr.gif) no-repeat top right;	}
div.module-orange div div div {	padding: 0 15px 15px;	background: url(../images/box-tl.gif) no-repeat top left;	}
div.module-orange div div div div {	margin: 0;	padding: 0;	background: none;	}

/* JOOMLA STYLE
--------------------------------------------------------- */

#pvt-leftcol #pvt-rightcol {	display: none;}

.moduletable {	padding: 0;}

.mosimage {	padding: 0;	margin: 0px 0px 0 0!important;	margin: 0px 0px 0 0;}
.mosimage img {	padding: 0;	margin: 0!important;}

.small {	color: #888888;}
.smalldark {	color: #888888;	text-align: left;}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#pvt-wrapper {	width: 950px;	margin: 0 auto;	text-align: center;}
#pvt-wrapper-inner {	text-align: left;}

#pvt-containerwrap {
	padding: 0;
	margin-top: 5px;
	text-align: left;
}

#pvt-container {	padding: 0;}
#pvt-contentwrap {}
#pvt-content {
	padding: 0 20px 20px;
	margin: 0;
	clear: both;
	display: block;
}

/* HEADER
--------------------------------------------------------- */
#pvt-header {
	margin-top: 8px;
	clear: both;
	text-align: left;
	line-height: normal;
	height: 110px;
	position: relative;
	background: url(../images/header-bg.jpg) no-repeat top left;
}

#pvt-header h1 {
	font-size: 2.5em;
	position: absolute;
	top: 0;
	left: 0;
}

#pvt-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#pvt-header h1 img {	float: left;}
#pvt-header a {	color: #FFFFFF;}

/* User Tools */
#pvt-usertoolswrap {	position: absolute;	top: 70px;	right: 12px;}
#pvt-usertools {	padding: 0;	float: left;	font-size: 11px;}
#pvt-usertools span {	float: left;	padding: 8px 8px 2px 0;	display: block;}
#pvt-usertools img {	padding: 0 2px;}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#pvt-mainnav {
	font-size: 1em;
	line-height: normal;
	background: url(../images/mainnav-bg.gif) no-repeat top left;
	height: 36px;
}

#pvt-mainnav a {}

#pvt-subnav {
	padding: 10px 20px 5px;
	margin: 0;
	clear: both;
	line-height: normal;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px 3px 5px 3PX;
	width: 98%;
	display: block;
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom right;
	color: #333333;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #ff7000;
	background: url(../images/a-mainlevel-bg2.gif) no-repeat bottom right #FFFFFF;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #006699;
	background: url(../images/a-mainlevel-bg3.gif) no-repeat bottom right;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 23px;
	display: block;
	color: #333333;
	background: url(../images/bullet-list2.gif) no-repeat 2% 55%;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #006699;
	background: url(../images/bullet-list.gif) no-repeat 2% 55%;
	text-decoration: none;
}

#active_menu {
	background: url(../images/bullet-list2.gif) no-repeat 2% 55%;
	color: #006699;
	font-weight: bold;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Sub Header */
#pvt-header_container {
	margin: 0 auto;
	text-align: left;
}

#pvt-banner {
	float: right;
	width: 71%;
	height: 220px;
	overflow: hidden;
	background: #181818;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
}

#pvt-leftcol {	float: left;	width: 24.9%;	margin-bottom: 10px;}
.pvt-box,{	float: left;	overflow: hidden;}

#pvt-topsl {
	width: 29%;
	float: left;
	height: 220px;
	clear: both;
	overflow: hidden;
	background: #181818;
	color: #000000;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
}

#pvt-topsl a,
#pvt-botsl a {	color: #FFFFFF;}
#pvt-topsl div.moduletable {	padding: 6px;}

/* Bottom Spotlight */
#pvt-botsl {
	width: 100%;
	clear: both;
	color: #F0F0F0;
	background: url(../images/botsl-bg.jpg) no-repeat bottom #181818;
}

#pvt-botsl div.moduletable {	margin: 0;	padding: 20px;}

#pvt-topsl h3,
#pvt-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	border: none;
	background: none;
	text-indent: 0;
	color: #F0F0F0;
}

#pvt-topsl ul,
#pvt-botsl ul {	padding: 0;	margin: 0!important;}

#pvt-topsl li,
#pvt-botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/bullet-list-sl.gif) no-repeat 0 55%;
}

#pvt-topsl a,
#pvt-botsl a {	color: #FFFFFF;	text-decoration: underline;}

#pvt-topsl a:hover, #pvt-topsl a:active, #pvt-topsl a:focus,
#pvt-botsl a:hover, #pvt-botsl a:active, #pvt-botsl a:focus {	color: #FFFFFF;	text-decoration: underline;}

#pvt-topsl td,
#pvt-botsl td {	padding: 0;}

#pvt-botsl table,
#pvt-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#pathway {
	margin: 0 0 20px;
	padding: 10px 6px;
	display: block;
	background: url(../images/pathway-bg.gif) no-repeat center left;
	font-size: 1em;
	line-height: normal;
	text-indent: 15px;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #C0C0C0;
	color: #FFFFFF;
}
#pathway span {	padding-left: 10px;	margin: 0;	background: url(../images/bullet-list2.gif) no-repeat 0 6px;}
#pathway strong { margin-right: 5px;}
#pathway a {	color: #F0F0F0;}
#pathway a:active, #pathway a:focus {	color: #FFFFFF;}
#pathway a:hover {	color: #FF7000;}

/* CONTENT COLUMN
--------------------------------------------------------- */
#pvt-mainbody {	float: left;	width: 80%;	border: 2px solid #000000;}
#pvt-mainbody #pvt-contentwrap {	float: right;	width: 75%;}
#pvt-mainbody-fl {	float: left;	width: 80%;}
#pvt-mainbody-fl #pvt-contentwrap {	width: 100%;}
#pvt-mainbody-fr {	float: left;	width: 100%;}
#pvt-mainbody-fr #pvt-contentwrap {	float: right;	width: 80%;}
#pvt-mainbody-fr #pvt-leftcol {	width: 20%;}
#pvt-mainbody-f {	float: left;	width: 100%;}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#pvt-leftcol {	float: left;	width: 24.9%;	margin-bottom: 10px;}
#pvt-maincol {	float: left;	width: 98%;	margin-bottom: 10px;}

#pvt-leftcol-inner {	padding: 0 0 0 15px;}
#pvt-rightcol {	float: right;	width: 18.9%;}

#pvt-leftcol table,
#pvt-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#pvt-leftcol ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 0 7px;
}

#pvt-rightcol ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/bullet-list-sl.gif) no-repeat 0 7px;
}

#pvt-leftcol ul,
#pvt-rightcol ul {	margin: 0;	}
#pvt-leftcol li a {	color: #333333;	}
#pvt-rightcol a {	color: #FFFFFF;	}
#pvt-rightcol a:hover {	color: #006699;	text-decoration: underline;	}

/* FOOTER
--------------------------------------------------------- */
#pvt-footer {
	clear: both;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding: 2px;
	color: #666666;
}

#pvt-footer a {	color: #888888;	font-weight: bold;}
#pvt-footer a:hover,
#pvt-footer a:active,
#pvt-footer a:focus {	color: #F0F0F0;}
#pvt-bottomline {	float: left;}
#pvt-cert {	position: absolute;	top: 10px;	right: 19%;}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {	width: 100%;	display: block;}
* html .clearfix {	height: 1%;}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* TOP NAVIGATION
----------------------------------------------------------- */
#pvt-splitmenu {	margin: 0;	padding: 0 0 0 10px;}
#pvt-splitmenu ul {	padding: 0;	list-style: none;}
#pvt-splitmenu li {	padding: 0;	display: inline;}

#pvt-splitmenu a {
	float: left;
	margin: 0 2px;
	padding: 0 0 0 5px;
	display: block;
	color: #F0F0F0;
	text-decoration: none;
	font-size: 120%;
	line-height: 38px;
}

#pvt-splitmenu a span {
	float: left;
	display: block;
	font-weight: bold;
	padding: 0 25px 0 20px;
}

#pvt-splitmenu a:hover,
#pvt-splitmenu a:active,
#pvt-splitmenu a:focus {
	float: left;
	background: url(../images/tableft-hover.gif) no-repeat center left;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

#pvt-splitmenu a:hover span,
#pvt-splitmenu a:active span,
#pvt-splitmenu a:focus span {
	float: left;
	display: block;
	background: url(../images/tabright-hover.gif) no-repeat center right;
}

#pvt-splitmenu a span { float: none; }

#pvt-splitmenu li.active a,
#pvt-splitmenu li.active a:hover,
#pvt-splitmenu li.active a:active,
#pvt-splitmenu li.active a:focus {
	color: #FFFFFF;
	padding: 0 0 0 6px;
	background: url(../images/tableft-active.gif) no-repeat center left;
}

#pvt-splitmenu li.active a span,
#pvt-splitmenu li.active a:hover span,
#pvt-splitmenu li.active a:active span,
#pvt-splitmenu li.active a:focus span {	background: url(../images/tabright-active.gif) no-repeat center right;}

.specs_container{border:1px solid black; width:500px;}
.specs_left {margin:0;padding:0; text-align:left; display:block; float:left; width:300px; font-weight:bold;}
.specs_right {margin:0;padding:0; text-align:right; display:block; float:right; width:200px;}
.thumb{	margin: 10px 0px; padding: 5px; border: thin #FF7000 dashed; clear: both; text-align:center;}
.padding {padding:10px; margin:20px; text-align:center;}
.deco_left {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #FF7000;
}
.deco_right {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-right: 5px solid #FF7000;
}
.deco_center {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-top: 5px solid #FF7000;
	border-bottom: 5px solid #FF7000;
}

