body {
	text-align: center; /* required for centering the page in IE */
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background2/background.jpg);
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#000;
	line-height:19px;
	background-color:#000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

h1,
h2,
h3,
h4,
p,
ul,
li,
img,
blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 12px Arial, sans-serif;
}

h1,
h2,
h3,
.componentheading,
.contentheading {
	font: normal normal 200% Arial, sans-serif;
}

html,
body {
	height: 100%;
	width: 100%;
}

#left .moduletable,
#left .moduletable_menu,
#right .moduletable,
#right .moduletable_menu,
#right .moduletable_text,
#left .moduletable_text {
	padding:6px;
}

#top-ad {
	float:right;
	margin-top:22px;
	margin-right:21px;
	width:172px;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #150DA7;
	font-weight: bold;
}

#wrapper {
	position:relative;
	width: 990px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	padding-bottom:45px;
}

.joomla-twitter {
	position:absolute;
	top:91px;
	right:0px;
}

.joomla-rss {
	position:absolute;
	top:90px;
	right:57px;
}

.joomla-newsletter {
	position:absolute;
	top:4px;
	right:194px;
}

#header {
	position:static;
	height: 118px;
	background-image:url(../images/head.png)
}

#Menu {
	background-image:url(../images/menu.png);
	width: 990px;
	height:28px;
}

#search {
	float:right;
}

.lcd {
	float:right;
	width:410px;
	padding-left:12px;
	background-image:url(../images/joomlabear-lcd.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:326px;
	position:relative;
}

.portfolio {
	position:absolute;
	right:13px;
	top:14px;
}

#container {
	background-repeat: repeat-y;
	background-image:url(../images/body-none.png);
	height:100%;
}

#innerContainer {
	margin-right: 12px;
	margin-left: 12px;
	height:100%;
}

#FlashHeadpiece {
	background-repeat: repeat-y;
	background-image:url(../images/feature-background.png);
}

#Feature {
	margin-right: 12px;
	margin-left: 12px;
	border-bottom:#666 solid 1px;
}

#left {
	float: left;
	padding-bottom:4px;
}


ul.latestnews,
ul.mostread,
ul.popular {
	margin-left:10px;
}

li.latestnews,
li.mostread,
li.popular {
	padding-bottom:6px;
}

#content {
	float:left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;

}

#content p {
	line-height:19px;
	font-size:12px;
	padding-bottom:10px;
}

#content ul,
#content ol {
	line-height:18px;
	font-size: 12px;
	list-style-position:outside;
}

#content ul li {
	line-height:16px;
	list-style:disc;
	padding-top:1px;
	padding-bottom:5px;
	margin-left:40px;
}

#content ol li {
	line-height:16px;
	list-style:decimal;
	padding-top:1px;
	padding-bottom:5px;
	margin-left:15px;
}

#clear {
	height: 0px;
	clear:both;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#footer {
	height: 50px;
	clear:both;
	text-align:center;
	background-image:url(../images/footer.png);
	font-size:10px;
}

/*Horizontal Nav*/

div #nav {
	margin-left:12px;
}

.menu_sf,
.menu_sf ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:10;
	height:auto;
}

.menu_sf a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	height:27px;
	line-height: 27px;
	text-decoration:none;
	color:#000;
	height:auto;
}

.menu_sf .dropdownparent a:hover {
	color:#FFFFFF;
}

ul.menu_sf a:hover {
	color: #009900;
}

.menu_sf .dropdownparent {
	border-right: 1px solid #ccc;
}

.menu_sf li { /* all list items */
	float: left;
	background-image:none;/*	width: 10em;  width needed or else Opera goes nuts */
}

.menu_sf li ul li {
	width: 10em;
}

.menu_sf li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color:none;
	height:auto;
}

.menu_sf li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 10em;
	background-color:none;
}

.menu_sf li .child a {
	color: #0099FF;
}

.menu_sf li .child a:hover {
	color: #000;
}

.menu_sf li:hover ul ul,
.menu_sf li:hover ul ul ul,
.menu_sf li.sfhover ul ul,
.menu_sf li.sfhover ul ul ul {
	left: -999em;
	background-color:none;
}

.menu_sf li:hover ul,
.menu_sf li li:hover ul,
.menu_sf li li li:hover ul,
.menu_sf li.sfhover ul,
.menu_sf li li.sfhover ul,
.menu_sf li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-image:url(../images/menu-trans-background.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:none;
	cursor: pointer;
	padding-bottom:5px;
	padding-top:5px;
}

.menu_sf li:hover,
.menu_sf li#current,
.menu_sf li.sfhover {
	background-image: url(../images/buttonhover.png);
	background-color: #3399CC;
	background-position:right top;
	color:#FFFFFF;
}

.menu_sf li#current a {
	color:#FFFFFF;
}

.menu_sf li ul li:hover,
.menu_sf li.sfhover,
.menu_sf li#current ul li a {
	background:none;
}

.menu_sf #current ul li a,
.menu_sf ul li a {
	text-decoration:none;
	color: #0033FF;
	border:none;
}

.menu_sf #current ul li a:hover {
	color:#000000;
}

/*Vertical Nav*/

.menu {
	list-style-type: none;
	text-indent: 5px;
	position:relative;
}

ul.menu {
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-position:left bottom;
	background-repeat:no-repeat;
}

ul.menu a {
	display: block;
	padding: 6px;
	padding-bottom:5px;
	padding-left:0px;
background-image:url(../images/dot.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#000000;
text-indent: 13px;
}

ul.menu li:hover {
	background-image:url(../images/dot.png);
	background-position:left center;
	background-repeat:no-repeat;
text-indent: 13px;
}

ul.menu li.active {
	background-image:url(../images/dot-blue.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-indent: 13px;
}

ul.menu a:link,
ul.menu a:visited {
	text-decoration: none;
	font-weight: bold;
}

ul.menu li a:hover {
	color:#0099ff;
}

ul.menu .active a {
	color:#0099ff;
}

ul.menu ul {
	list-style-type:none;
	text-indent:15px;
}

/*Vertical Nav - Left*/

#left .menu {
	width: 155px!important;
}

#left ul.menu {
	background-image:url(../images/menu-divider-left.png);
	width: 155px!important;
}

#left ul.menu a {
	width: 155px;
	background-image:url(../images/menu-divider-left.png);
}

/*Vertical Nav - Right*/

#right .menu {
	list-style-type: none;
	position:relative;
	width: 220px!important;
}

#right ul.menu {
	background-image:url(../images/menu-divider.png);
	width: 220px!important;
}

#right ul.menu a {
	width: 220px;
	background-image:url(../images/menu-divider.png);
}

/* default joomla styles */
.column_separator {
	padding-left:10px;
}

.componentheading {
	color:#000000;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:5px;
	background-image:url(../images/menu-divider.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.contentheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
}

.createdate {
	font-style:italic;
}

table .pollstableborder {
	text-align:left;
}

.pollstableborder td {
	text-align: left;
}

.profiler {
}

.readon {
}

.row1 {
}

.row2 {
}

.search {
	padding-top:0px;
	margin-left:0px;
}

.searchintro {
}

.sectiontableentry1 {
	font-size: 12px;
	color: #000000;
}

.sectiontableentry2 {
	font-size: 12px;
	color: #000;
}

.sectiontablefooter {
}

.sectiontableheader {
	font-weight:bold;
}

.small,
.modifydate,
.createdate {
	font-style:italic;
	font-size:11px;
}

table.poll thead {
	font-size: 16px;
}

h3,
h3 a,
h3 a:hover {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom:3px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom:5px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom:5px;
}

#form-login-password,
#form-login-username,
#form-login-remember {
}

#form-login .button {
}

#mod_search_searchword,
#keyword {
	width:155px;
	background-image: url(../images/searchBackground.png);
	background-repeat: repeat-x;
	height:16px;
	position:absolute;
	right:15px;
	top:121px;
}

#mod_search_searchword.inputbox:hover,
#mod_search_searchword.inputbox:focus,
#keyword.inputbox:hover,
#keyword.inputbox:focus {
	color: #000;
	border: 1px solid #222;
}

#mod_search_searchword.inputbox {
	border: 1px solid #CCC;
	padding-top:2px;
	padding-bottom:2px;
}

form {
	margin: 0;
	padding: 0;
	text-align:left;
}

input,
select {
	background-image:url(../images/vertnavbutton.png);
	background-repeat:repeat-x;
	background-position:top;
}

select,
.inputbox {
	padding: 3px;
	padding-top:3px;
	padding-left:5px;
	margin-bottom:1px;
}

textarea {
	padding-left: 2px;
}

.button:hover {
	color: #000;
	cursor: pointer;
	white-space: nowrap;
	cursor: pointer;
	background-color: #FFF;
	background-image: url(../images/blue/button-bg.png);
	background-repeat: no-repeat;
	background-position: 300px top;
}

.button:active,
.button:focus {
	border: 1px solid #222222;
}

.inputbox {
	border: 1px inset #333;
	background-color: #FFFFFF;
	color: #111;
}

#top-ad .inputbox {
	margin-bottom:3px;
}

#left .inputbox {
	background-image: url(../images/vertnavbutton.png);
	background-repeat: repeat-x;
}

.inputbox:hover,
.inputbox:focus {
	color: #000000;
}

.moduletableflat {
	text-align:center;
	vertical-align:top;
}

.bearright {
	top:25px;
	right:15px;
	position:absolute;
}

fieldset {
	border:0px;
}

#form-login li {
	list-style-type:none;
}

#form-login li a {
	display:block;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:13px;
	background-image:url(../images/dot.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#form-login li a {
	color:#000000;
}

#form-login ul {
}

#form-login li a:hover {
	background-image:url(../images/dot-blue.png);
	background-position: left center;
}

.buttonheading a img {
	border:0px;
}

.line {
	color: #CCCCCC;
}

#colorfield-border {
	float:left;
	position:relative;
	top:158px;
	left:138px;
}

#colorfield-link {
	float:left;
	position:relative;
	top:180px;
	left:76px;
}

#bear {
	position:relative;
	font-size:10px;
	color:#CCCCCC;
	width: 300px;
	float:right;
	text-align:right;
	padding-bottom:20px;
	padding-right:15px;
}

#bear a:link,
#bear a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#bear a:hover {
	color: #222222;
	text-decoration: none;
	cursor: pointer;
}

#bear a img {
	border: 0px;
}

.joomla-template-design {
	position: absolute;
	top: 0px;
	right: 15px;
}

.joomla-template {
	position:absolute;
	top:5px;
	right:48px;
	display:block;
}

a.divlink,
a.divlink:link,
a.divlink:visited {
	display:block;
	width:100%; /*width needs to be specified to work in IE*/
	height:100%; /*height needs to be specified to work in IE*/
	/*Other browsers expand the link to full width and height.*/







	line-height:0px;
	font-size:0px;
	color: #222222;
}

.colorpicker img {
	border: 1px solid #0099FF;
	padding: 0px;
	margin: 0px;
	margin-right:3px;
}

.colorpicker img:hover {
	border: 1px inset #0099FF;
}

.colorpicker a:link,
.colorpicker a:visited,
.colorpicker a {
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#colorpicker {
	width: 248px;
	text-align: center;
	padding-top: 10px;
}

/*virtuemart CSS*/







fieldset div {
	width:300px;
	clear:both;
}

fieldset div input {
	float:left;
}

fieldset {
	border:0px;
}

#leftinner2 #vmMainPage H4 {
	font: normal normal 180% "Trebuchet MS", Arial, sans-serif;
	color: #0066CC;
}

#vmMainPage img {
	text-decoration: none;
}

#vmMainPage a {
	font-size: 12px;
}

div .vmRecent {
	border:#CCCCCC dotted 1px;
	padding:10px;
}

.moduletablecat {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-left:5px;
	margin-right:5px;
	background-color:#FFFFFF;
	border:dotted #999999 1px;
}

.moduletablecat a {
	font-size: 12px;
}

.moduletablerandomproduct td {
	padding-left:5px;
	padding-right:5px;
}

.moduletablerandomproduct a img {
	padding-left:5px;
	padding-right:5px;
	border:#FFF solid 1px;
}

.moduletablerandomproduct a:hover img {
	border:solid 1px;
}

.moduletablerandomproduct td span {
	font-size: 12px;
	color: #333333;
}

blockquote {
	display:block;
	position:relative;
	padding-top: 1em;
	padding-right: 25px;
	padding-bottom: 1em;
	padding-left: 47px;
	font-style:italic;
}

blockquote span.close {
	position:absolute;
	bottom:0px;
	right:0px;
	background-color: transparent;
	background-image: url(../images/sc-q.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 8px;
	padding-left: 18px;
}

blockquote span.open {
	position:absolute;
	top:0px;
	left:0px;
	background-color: transparent;
	background-image: url(../images/bear-quote.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding-top: 8px;
	padding-right: 0pt;
	padding-bottom: 66px;
	padding-left: 40px;
}

.newsfeed {
	line-height:14px;
	list-style-type:none;
}

.slick-rss-container {
	padding-right:10px;
}

.slick-rss-container li {
	list-style-type:none;
	padding-bottom:10px;
}

hr {
	border-style:none;
	background-color:#CCC;
	height:1px;
	color:#CCC;
}

/*PAGINATION NAV*/





ul.pagination {
	list-style-type:none;
	border-top: 1px solid #CCCCCC;
	margin: 0px auto 10px;
	padding: 15px 0px 0px;
	color: #555555;
	text-align: center;
}

ul.pagination li {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #999;
	background: none;
	display: inline;
	margin: 0px;
	border:none;
}

ul.pagination li span {
	padding: 4px 7px;
}

ul.pagination a {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #4F4F4F;
	color: #0099ff;
}

ul.pagination a:hover,
ul.pagination a:active,
ul.pagination a:focus {
	color: #FFF;
	background: #0099ff;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #444;
	border-top: 1px solid #666;
	border-right: 1px solid #FFF;
}

#content ul.pagination li {
	margin-left:5px;
	margin-left:5px;
}

.counter {
	text-align:center;
	font-style:italic;
	color:#999999;
	padding-top:10px;
}

div .vmRecent {
	border:#0066FF dotted 1px;
	padding:10px;
}

.moduletablerandomproduct a:hover img {
	border:#0066FF solid 1px;
}

.pollstableborder input {
	background:none;
}

input #modlgn_remember inputbox {
	background:none;
}

#form-login-remember input,
#form-login-remember .inputbox,
#form-login-remember select {
	background:none;
	background-image:none;
	border:0px;
}

.button,
input.button,
a.button,
a.input.button,
fieldset .input input .button {
	padding: 3px 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0066FF;
	background-image: url(../images/button-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border:1px solid #000000 !important;
	cursor: pointer;
}

.contact-padding {
	padding:75px 0 0 0;
}
