/*Layout Settings*/
body {
	text-align: center; /*center hack*/
}

#wrap {
	width: 900px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left;
}

#wrap-inner {
	width: 900px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left;
}

#header {
}

#topnavcontainer {
	width: 900px;
	height: 30px;
}

#products {
	width: 870px;
	height: 250px;
	padding: 10px;
}

#product-menus {
	width: 242px;
	float: left;
	background-color: #b4c8c8;
}

#product-menu-left {
	width: 155px;
	height: 235px;
	float: left;
	background-color: #b4c8c8;
	padding-top: 15px;
}

#product-menu-right {
	width: 135px;
	height: 225px;
	float: right;
	background-color: #b4c8c8;
	padding-top: 25px;
}

#random-image {
	width: 628px;
	float: left;
}

#sidebar {
	float: left;
	width: 258px;
}

#sidebar-no-left {
	float: left;
	width: 0px;
}

#sidebar-no-right {
	float: left;
	width: 258px;
}

#sidebar-full {
	float: left;
	width: 0px;
}

#main-body {
	float: right;
	width: 642px;
}

#main-body-no-left {
	float: right;
	width: 900px;
}

#main-body-no-right {
	float: right;
	width: 642px;
}

#main-body-full {
	float: right;
	width: 900px;
}

#content {
	float: left;
	width: 428px;
}

#content-no-left {
	float: left;
	width: 734px;
}

#content-no-right {
	float: left;
	width: 642px;
}

#content-full {
	float: left;
	width: 900px;
}

#sidebar-2 {
	float: right;
	width: 214px;
}

#sidebar-2-no-left {
	float: right;
	width: 214px;
}

#sidebar-2-no-right {
	float: right;
	width: 0px;
}

#sidebar-2-full {
	float: right;
	width: 0px;
}

#footer {
	clear: both;
}

.inside {
	padding: 20px 16px 20px 16px;
}

.inside_left {
	padding: 20px 20px 20px 20px;
}

.inside_right {
	padding: 20px 10px 20px 10px;
}



/*Customisation Settings*/

a:visited {
}

a:hover {
	text-decoration: underline;
	color: #0041AE;
}

a:active {
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 22px;
	padding-bottom: 10px;
	color: #008080;
	background: url(../images/motif.gif) no-repeat;
}

h2 {
	font-size: 1.2em;
	color: #008080;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

ol, ul, li {
	font-size: 1.0em;
}

p {
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
	color: #008080;
}

img {
	border: 0;
}

div{
}

td {
}

tr {
}

hr {
	border: 0;
	color: #BFB08E;
	background-color: #008080;
	height: 1px;
	width: 100%;
	text-align: center;
}

/*Styling for layout divs from layout.css*/
#wrap{
	background-color: #FFFFFF;
	height: 100% !Important;
	height: 1%;
	border: 1px solid #BFB08E;
}

#topnavcontainer {
	display: block;
	margin-bottom: 0px;
	background: url("../images/topmenu_bg.png");
	margin-left: 5px;

}

#products {
	border: 5px solid #fff;
	background-color: #c1d2d2;
	background: url(../images/prod-frame.gif) no-repeat;
}

#footer{
	border: 5px solid #fff;
	padding: 10px;
	background: #c1d2d2;
	color: #008080;
}

#footer-credit {
	float: left;
	font-size: 0.9em;
	text-align: left;
}

#footer-credit a {
	color: #008080;
	text-decoration: none;
}

#footer-credit a:hover {
	text-decoration: underline;
}

#footer-info {
	width: 600px;
	font-size: 0.9em;
	text-align: left;
	margin-left: 260px
}

#footer-info a {
	color: #008080;
	text-decoration: none;
}

#footer-info a:hover {
	text-decoration: underline;
}

/*Top Navigation*/

#topnavcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
}

#topnavcontainer li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}

a.mainlevel-top, a.mainlevel-top:visited {
	margin: 0px;
	padding: 6px 0px 5px 0px;
	width: 130px;
	color: #008080;
	text-decoration: none;
	display: block;
	background: url("../images/topmenu.png");
}

a.mainlevel-top:hover, a.mainlevel_current-top {
	margin: 0px;
	padding: 6px 0px 5px 0px;
	width: 130px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background: url("../images/topmenuhover.png");
}

/* Product Navigation */

a.mainlevel-prod:link, a.mainlevel-prod:visited {
	display: block;
	background: url(../images/prod_menu_bg2.png) no-repeat;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #edecea;
	text-align: left;
	padding-top: 14px;
	padding-left: 0px;
	height: 32px !important;
	height: 32px;
	width: 155px;
	text-decoration: none;
	text-indent: 36px;
}

a.mainlevel-prod:hover {
	background-position: 0px -46px;
	text-decoration: none;
	color: #008080;
}

a.mainlevel_active-prod, #active_menu-prod.mainlevel_current-prod {
	display: block;
	background: url(../images/prod_menu_bg2.png) no-repeat;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-top: 14px;
	padding-left: 0px;
	height: 32px !important;
	height: 32px;
	width: 155px;
	text-decoration: none;
	text-indent: 36px;
	background-position: 0px -46px;
	color: #008080;
}

a.mainlevel_active-prod:hover {
	color: #008080;
	text-decoration: none;
}

a.mainlevel-go:link, a.mainlevel-go:visited {
	display: block;
	background: url(../images/prod_menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #edecea;
	text-align: left;
	padding-top: 14px;
	padding-left: 0px;
	height: 32px !important;
	height: 32px;
	width: 155px;
	text-decoration: none;
	text-indent: 36px;
}

a.mainlevel-go:hover {
	background-position: 0px -46px;
	text-decoration: none;
	color: #008080;
}

a.mainlevel_active-go, #active_menu-go.mainlevel_current-go {
	display: block;
	background: url(../images/prod_menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-top: 14px;
	padding-left: 0px;
	height: 32px !important;
	height: 32px;
	width: 155px;
	text-decoration: none;
	text-indent: 36px;
	background-position: 0px -46px;
	color: #008080;
}

a.mainlevel_active-go:hover {
	color: #008080;
	text-decoration: none;
}


a.mainlevel-sub:link, a.mainlevel-sub:visited {
	display: block;
	/*background: url(../images/menu_bg.png) no-repeat;*/
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #bfb08e;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 135px;
	text-decoration: none;
	text-indent: 20px;
}

a.mainlevel-sub:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #008080;
}

a.mainlevel_active-sub, #active_menu-sub.mainlevel_current-sub {
	display: block;
	/*background: url(../images/menu_bg.png) no-repeat;*/
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 135px;
	text-decoration: none;
	text-indent: 20px;
	background-position: 0px -25px;
	color: #008080;
}

a.mainlevel_active-sub:hover {
	color: #008080;
	text-decoration: none;
}


/* Product Navigation2 */

a.mainlevel-prod2:link, a.mainlevel-prod2:visited {
	display: block;
	background: url(../images/prod_menu_bg2.png) no-repeat;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #edecea;
	text-align: left;
	padding-top: 14px;
	padding-left: 0px;
	height: 32px !important;
	height: 32px;
	width: 155px;
	text-decoration: none;
	text-indent: 36px;
}

a.mainlevel-prod2:hover {
	background-position: 0px -46px;
	text-decoration: none;
	color: #008080;
}

a.mainlevel_active-prod2, #active_menu-prod2.mainlevel_current-prod {
	display: block;
	background: url(../images/prod_menu_bg2.png) no-repeat;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-top: 14px;
	padding-left: 0px;
	height: 32px !important;
	height: 32px;
	width: 155px;
	text-decoration: none;
	text-indent: 36px;
	background-position: 0px -46px;
	color: #008080;
}

a.mainlevel_active-prod2:hover {
	color: #008080;
	text-decoration: none;
}


a.mainlevel-sub2:link, a.mainlevel-sub:visited {
	display: block;
	/*background: url(../images/menu_bg.png) no-repeat;*/
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #bfb08e;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 135px;
	text-decoration: none;
	text-indent: 20px;
}

a.mainlevel-sub2:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #008080;
}

a.mainlevel_active-sub2, #active_menu-sub.mainlevel_current-sub {
	display: block;
	/*background: url(../images/menu_bg.png) no-repeat;*/
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 135px;
	text-decoration: none;
	text-indent: 20px;
	background-position: 0px -25px;
	color: #008080;
}

a.mainlevel_active-sub2:hover {
	color: #008080;
	text-decoration: none;
}


/* Side Navigation */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #008080;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
	text-indent: 20px;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #008080;
}

a.mainlevel_active, #active_menu.mainlevel_current {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
	text-indent: 20px;
	background-position: 0px -25px;
	color: #008080;
}

a.mainlevel_active:hover {
	color: #008080;
	text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	background: url(../images/submenu_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px; /*font-weight: bold;*/
	color: #008080;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 19px !important;
	height: 19px;
	text-decoration: none;
	text-indent: 16px;
}

a.sublevel:hover {
	color: #008080;
	background-position: 0px -25px;
	text-decoration: none;
}

a.sublevel_current, #active_menu.sublevel_current {
	display: block;
	background: url(../images/submenu_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px; /*font-weight: bold;*/
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 19px !important;
	height: 19px;
	text-decoration: none;
	text-indent: 16px;
	background-position: 0px -25px;
	color: #999999;
	color: #008080;
}

a.sublevel_current:hover {
	color: #008080;
	text-decoration: none;
}

/* END NAVIGATION/MENU SETTINGS */

/* MODULES FORMATTING */

.moduletable h3{
	margin: 0px;
	padding: 0px;
}

.moduletable{
	margin: 0px;
	padding: 0px;
}

/* CONTENT PAGE SETTINGS */
a.category:link {
}

a.category:hover {
}

a.category:visited {
}

.blogsection {
}

.blog_more {
}

a.blogsection:link {
}

a.blogsection:visited {
}

a.blogsection:hover {
}

.componentheading {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 22px;
	padding-bottom: 10px;
	color: #008080;
	background: url(../images/motif.gif) no-repeat;
}

/* Title of the component being used to display the content.*/
.contentheading {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 22px;
	padding-bottom: 10px;
	color: #008080;
	background: url(../images/motif.gif) no-repeat;
}

.contentpane {
}

.contentpaneopen {
}

.contentpaneopen fieldset {
	border: #fff;
}

.contentpagetitle {
}

a.contentpagetitle:hover {
}

a.contentpagetitle:link {
}

a.contentpagetitle:visited {
}

.contentdescription {
}

table.contenttoc {
}

table.contenttoc td {
}

table.contenttoc th {
}

table.contenttoc td.toclink {
}

a.toclink:link {
}

a.toclink:visited {
}

a.toclink:hover {
}

/* SECTIONS LISTINGS */
.sectiontableheader {
}

.sectiontableentry1 {
padding: 10px;
background-color: #b4c8c8;
}

.sectiontableentry2 {
padding: 10px;
}

/* FORMS SETTINGS */ 
.button {
}

.inputbox {
}

.search {
}

/* MISCELLANEOUS */
.pagenavbar {
}

.pagenavbar:link {
}

.pagenavbar:visited {
}

.pagenav {
}

a.pagenav:visited {
}

a.pagenav:hover {
}

a.readon:link {
}

a.readon:hover {
}

a.readon:visited {
}

.back_button {
}

.pagenav_prev {
}

.pagenav_next {
}

.latestnews ul {
}

.latestnews li {
}

.mostread ul{
}

.mostread li{
}

/* Dates , Authors*/
.createdate {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #999999;
}

.modifydate {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #999999;
}

.small {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #bfb08e;
}

.smalldark {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #008080;
}

.mosimage_caption {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #999999;
}

/*Found in poll result page, for " Number of Voters".. text */
/* Polls */
.poll {
}

.pollstableborder {
}

/* Weblinks */
.weblinks{
}

a.weblinks:hover {
}

/* Newsfeeds */
.newsfeedheading {
}

.newsfeeddate {
}

.fase4rdf {
}

/* Search page */
table.searchintro {
}

img.multithumb {
	padding: 5px;
}

table.multithumb {
 width: 600px;
}

input {
	background-color: #fff;
	border: 1px solid #008080;
}

textarea {
	background-color: #fff;
	border: 1px solid #008080;
}

select {
	background-color: #fff;
	border: 1px solid #008080;
}

.inputbox-search {
	float: right;
	margin: 5px 5px 0px 0px;
}

table.home {
	border: 1px solid #c1d2d2;
	font-size: 0.9em;
}

table.home td {
	background-color: #c1d2d2;
	padding: 5px;
}
.smallbox {
	line-height: 1.0em;
}
