* {
	margin:0;
	padding:0;
}
body {
	background:#f0f0f0;
	font:12px/18px Tahoma, Arial, FreeSans, Helvetica, sans-serif;
	color:#222;
}


#wrapper {
	width:950px;
	margin:0 auto;
}
#header {
	height:143px;
	background-color: #069;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	width:419px;
	padding:47px 0 0 47px;
}
#logo h1 {
	background:url(images/logo.jpg) no-repeat;
}
#logo h1 a {
	display:block;
	height:96px;
}
#logo h1 a span {
	display:none;
}
#NQSmenu {
	background:url(images/menu.jpg) no-repeat;
	height:40px;
}
#NQSmenu ul {
	list-style:none;
	text-align:left;
}
#NQSmenu li {
	display:inline;
	margin:0 8px;
}
#NQSmenu li a {
	color:#33383B;
	line-height:40px;
	padding:8px 10px;
	text-decoration:none;
	text-transform:uppercase;
}
#NQSmenu li a:hover {
	color:#fff;
	text-decoration:none;
}
#container {
	margin:16px 0 0 0;
	overflow:hidden;
}
#left-col {
	width:210px;
	float:left;
}
#center-col {
	width:511px;
	float:left;
	margin:0 8px;
}

#center-col-fullwidth {
	width:721px;
	float:left;
	margin:0 8px;
}
.content-block {
	background:url(images/rblock-bg.jpg) repeat-y;
	margin:0 0 15px 0;
}
.content-block-top {
	background:url(images/rblock-top.jpg) no-repeat top;
	height:11px;
}
.content-block-bottom {
	background:url(images/rblock-bottom.jpg) no-repeat bottom;
	padding:10px 15px;
}
#right-col {
	width:210px;
	float:right;
}
.sblock {
	margin:0 0 15px 0;
	background:url(images/sblock-bg.jpg) repeat-y;
}
.sblock-top {
	height:30px;
	line-height:30px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-indent:16px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E3C330;
	border: 1px solid #DDD;
}
.sblock-content {
	background:url(images/sblock-bottom.jpg) no-repeat bottom;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#QS_menulist, #QS_menulist ul {
padding: 0;
list-style: none;

width : 170px;
margin-bottom:12px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;

}
#QS_menulist li a {
	display: block;
	width: 158px;
	padding-top: 0;
	padding-left: 15px;
	padding-right: 0;
	padding-bottom: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #d6d6d6;
	border-left-color: #FFF;
	color:#333;
	text-decoration:none;
	text-transform:capitalize;
	font-weight: normal;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}
* html #QS_menulist li a {width: 168px;}
#QS_menulist li a:hover
{
	COLOR: #036;
	width: 158px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #d6d6d6;
	border-left-color: #FFF;
	background-color: #eee;
}
* html #QS_menulist li a:hover {width: 170px;}
#QS_menulist a.subcontainer {
background-image: url(images/arrow.jpg);
background-repeat: no-repeat;
background-position: right center;
}
#QS_menulist a.subcontainer:hover {
background-image: url(images/arrow.jpg);
background-repeat: no-repeat;
background-position: right center;
}
#QS_menulist li { /* all list items */
position : relative;
float: left;
line-height : 2.5em;
text-align:left;z-index: 1;
}
#QS_menulist li ul { /* second-level lists */
	position: absolute;
	margin-left : 174px;
	left: -999em;
	margin-top : -2.75em;
	background-color: #eee;
	width : 174px;
}



* html #QS_menulist li ul { margin-left : 174px; }
#QS_menulist li ul ul { /* third-and-above-level lists */
left: -999em;
margin-top : -2.75em;
}
#QS_menulist li:hover ul ul, #QS_menulist li:hover ul ul ul,#QS_menulist li:hover ul ul ul ul, #QS_menulist li.sfhover ul ul, #QS_menulist li.sfhover ul ul ul, #QS_menulist li.sfhover ul ul ul ul {
left: -999em;
}
#QS_menulist li:hover ul, #QS_menulist li li:hover ul, #QS_menulist li li li:hover ul, #QS_menulist li li li li:hover ul, #QS_menulist li.sfhover ul, #QS_menulist li li.sfhover ul, #QS_menulist li li li.sfhover ul, #QS_menulist li li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#QS_menulist li:hover, #QS_menulist li.hover {
    position: static;
}


#QS_menulist li:hover {background-position: 0 0;}

#footer {
	clear:both;
	height:36px;
	line-height:36px;
	padding:0 20px;
	overflow:hidden;
	color:#fff;
	font-size:10px;
	color:#000;
	background-color: #E3C330;
	border: 1px solid #D6D6D6;
}
#footer a {
	color:#b0b0b0;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}


#right-col1 {
	width:730px;
	float:right;
}
.content-block1 {
	background:url(images/rblock1-bg.jpg) repeat-y;
	margin:0 0 15px 0;
}
.content-block1-top {
	background:url(images/rblock1-top.jpg) no-repeat top;
	height:11px;
}
.content-block1-bottom {
	background:url(images/rblock1-bottom.jpg) no-repeat bottom;
	padding:10px 15px;
}


.sblock form {
	padding:0 5px;
}
.sblock form p {
	margin:0 0 5px 0;
}
.input {
	border:1px solid #dddddd;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
}
.signin-btn, .button1 {
	background:#4a4a4a;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}


.content-block p, .content-block1 p {
	margin:0 0 15px 0;
}
.content-block ul, .content-block ol, .content-block1 ul, .content-block1 ol {
	margin:10px 0 10px 20px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#59811e;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5, h6 {
	font-size:14px;
}
h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.normal a {
	font-weight:normal;
}

#wrapper #container #right-col .sblock .sblock-content p {
	text-align: center;
}
#wrapper #container #center-col .content-block .content-block-bottom p img {
	margin-right: 12px;
}
#wrapper #container #left-col p {
	text-align: center;
}

#QS_list
{
}
#QS_list .QS_listitem .QS_listminusplus
{
    FLOAT: left;
    WIDTH: 10px;
    POSITION: relative;
    TOP: 3px
}
#QS_list .QS_listitem .QS_listitemtitle
{
    FONT-WEIGHT: bolder;
    LEFT: 4px;
    POSITION: relative
}
#QS_list .QS_listitem
{
    padding-bottom: 3px;
    width: 95%;   
    clear: both
}
#QS_list .QS_listitem .QS_listitemvalue
{
    LEFT: 14px;
    PADDING-BOTTOM: 10px;
    POSITION: relative
}
#QS_catalog
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px
}
#QS_catalog .QS_catalogitem
{
    BORDER-RIGHT: #dcdcdc 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #dcdcdc 1px solid;
    PADDING-LEFT: 2px;
    FLOAT: left;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #dcdcdc 1px solid;
    WIDTH: 100%;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #dcdcdc 1px solid;
    POSITION: relative
}
#QS_catalogbrowsetable
{
    FONT-WEIGHT: bolder;
    MARGIN-BOTTOM: 5px;
    WIDTH: 100%;
    TEXT-ALIGN: center
}
#QS_feed
{
    WIDTH: 100%
}
#QS_feed .QS_feeditem
{
    FLOAT: left;
    PADDING-BOTTOM: 10px;
    WIDTH: 100%;
    POSITION: relative
}
#QS_form
{
}
#QS_breadcrumbs
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: xx-small;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
    POSITION: relative;
    TEXT-ALIGN: left
}
#QS_searchResults
{
}
#QS_searchResults .QS_searchResultsTitle
{
    FONT-WEIGHT: bolder
}
#QS_searchResults .QS_searchResultsText
{
    PADDING-BOTTOM: 7px;
    FONT-STYLE: italic
}
#shadow-container
{
    LEFT: 3px;
    MARGIN-BOTTOM: 3px;
    MARGIN-RIGHT: 3px;
    POSITION: relative;
    TOP: 3px
}
#shadow-container .shadow2
{
    LEFT: -1px;
    POSITION: relative;
    TOP: -1px
}
#shadow-container .shadow3
{
    LEFT: -1px;
    POSITION: relative;
    TOP: -1px
}
#shadow-container .container
{
    LEFT: -1px;
    POSITION: relative;
    TOP: -1px
}
#shadow-container .shadow1
{
    BACKGROUND: #f1f0f1
}
#shadow-container .shadow2
{
    BACKGROUND: #dbdadb
}
#shadow-container .shadow3
{
    BACKGROUND: #b8b6b8
}
#shadow-container .container
{
    BORDER-RIGHT: #848284 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #848284 1px solid;
    PADDING-LEFT: 0px;
    BACKGROUND: #ffffff;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #848284 1px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #848284 1px solid
}
#QS_form .QS_fieldline
{
    CLEAR: both;
    FLOAT: left;
    PADDING-BOTTOM: 3px;
    WIDTH: 98%;
    POSITION: relative
}
#QS_form .QS_fieldline .QS_fieldlabel
{
    LEFT: 0px;
    FLOAT: left;
    WIDTH: 160px;
    FONT-STYLE: italic;
    POSITION: relative;
    TEXT-ALIGN: right
}
#QS_form .QS_fieldline .QS_fieldvalue
{
    LEFT: 7px;
    FLOAT: left;
    POSITION: relative
}
#QS_form .QS_fieldline .QS_oneline
{
    FLOAT: none;
    PADDING-BOTTOM: 3px;
    POSITION: relative
}
#QS_catalog .QS_catalogitem .QS_fieldline
{
    CLEAR: both;
    FLOAT: left;
    PADDING-BOTTOM: 7px;
    WIDTH: 100%;
    POSITION: relative
}
#QS_catalog .QS_catalogitem .QS_fieldline .QS_fieldlabel
{
    LEFT: 0px;
    FLOAT: left;
    WIDTH: 25%;
    FONT-STYLE: italic;
    POSITION: relative;
    TEXT-ALIGN: right
}
#QS_catalog .QS_catalogitem .QS_fieldline .QS_fieldvalue
{
    LEFT: 7px;
    FLOAT: left;
    WIDTH: 70%;
    POSITION: relative
}
#QS_catalog .QS_catalogitem .QS_fieldline .QS_formlink
{
    LEFT: 7px;
    FLOAT: left;
    WIDTH: 70%;
    POSITION: relative
}
#QS_catalog .QS_catalogitem .QS_fieldline .QS_itempicture
{
    LEFT: 7px;
    FLOAT: left;
    WIDTH: 70%;
    POSITION: relative
}
#QS_catalog .QS_catalogitem .QS_fieldline .QS_itemtitle
{
    FONT-WEIGHT: bolder;
    LEFT: 0px;
    FLOAT: left;
    WIDTH: 90%;
    POSITION: relative
}
#QS_feed .QS_feeditem .QS_feeditemcategory
{
    FONT-WEIGHT: bolder
}
#QS_feed .QS_feeditem .QS_feeditemdescription
{
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px
}
#QS_feed .QS_feeditem .QS_feeditemdetails
{
    FONT-SIZE: smaller
}
#QS_feed .QS_feeditem .QS_feeditemtitle
{
    FONT-WEIGHT: bolder
}
#QS_feed .QS_feeditem .QS_feeditemdescription P
{
    MARGIN-TOP: 1px;
    MARGIN-BOTTOM: 3px
}
#QS_theme
{
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: gray 1px dashed;
	border-top: gray 1px dashed;
	border-left: gray 1px dashed;
	border-bottom: gray 1px dashed;
	overflow: hidden;	
}

#QS_theme .QS_theme_subject
{
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 5px; 

}

#QS_theme .QS_theme_body
{
}
#QS_theme .QS_theme_footer
{
    CLEAR: both;
    BORDER-TOP: silver 1px solid;
    MARGIN-TOP: 5px;
    FONT-SIZE: 0.8em;
    FLOAT: left;    
    WIDTH: 100%;
    TEXT-ALIGN: right;    
}
#QS_theme .QS_theme_footer UL
{
	list-style-position: outside;
	list-style-type: square;
	padding-left: 10px;
	margin-left: 10px;	
}

#brdcrmbs a{
	font-size:9px;
	font-weight: normal;
	color: #444;
}

#brdcrmbs {
	font-size:9px;
	font-weight: normal;
	color: #444;
}
