﻿* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #B8CFF1;
}

#wrapper {
	background: url(images/wtop.jpg) repeat-x top;
}

#page {
	width: 900px;
	margin: 0 auto;
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	background: #FFFFFF;
}

#header {
	width: 900px;
	height: 135px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#submenu {
	width: 900px;
	height: 71px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/menu.jpg) no-repeat center;
}

#submenuText {
	padding: 0px 0px 0px 24px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #86C1DE;	
}

#underMenu {
    font-family: Tahoma; 
    font-size: 11px; 
    color: #a0a0a0;
}

.undeMenuBox1 {
    float: right; 
    padding: 15px 20px 0px 0px;
}

.undeMenuBox2 {
    float: right; 
    padding: 16px 7px 0px 0px;
}

a {
    outline: 0;
    border: 0;
}

/* the menu links */
.menulinks {color:#FFFFFF;font-family:Tahoma;font-size:11px;font-weight:bold;text-decoration:none;z-index:100;}
.menulinks_hover {color:#FFFFFF;font-family:Tahoma;font-size:11px;font-weight:bold;text-decoration:none;z-index:100;}

/* the sidebar links */
.sidebarlinks:link {color:#4D6487;font-family:Tahoma;font-size:11px;font-weight:normal;text-decoration:none;}
.sidebarlinks:visited {color:#4D6487;font-family:Tahoma;font-size:11px;font-weight:normal;text-decoration:none;}
.sidebarlinks:active {color:#4D6487;font-family:Tahoma;font-size:11px;font-weight:normal;text-decoration:none;}
.sidebarlinks:hover {color:#4D6487;font-family:Tahoma;font-size:11px;font-weight:normal;text-decoration:underline;}

/*the general links*/
.generallinks:link {color:#436FAC;font-weight:normal;text-decoration:none;}
.generallinks:visited {color:#436FAC;font-weight:normal;text-decoration:none;}
.generallinks:active {color:#436FAC;font-weight:normal;text-decoration:none;}
.generallinks:hover {color:#436FAC;font-weight:normal;text-decoration:underline;}

/*the footer links*/
.footerlinks:link {color:#FFFFFF;font-family:Verdana;font-size:11px;font-weight:normal;text-decoration:none;}
.footerlinks:visited {color:#FFFFFF;font-family:Verdana;font-size:11px;font-weight:normal;text-decoration:none;}
.footerlinks:active {color:#FFFFFF;font-family:Verdana;font-size:11px;font-weight:normal;text-decoration:none;}
.footerlinks:hover {color:#FFFFFF;font-family:Verdana;font-size:11px;font-weight:normal;text-decoration:underline;}

/*the magazines links*/
.maglinks:link {text-decoration:none;}
.maglinks:visited {text-decoration:none;}
.maglinks:active {text-decoration:none;}
.maglinks:hover {text-decoration:underline;}

/*categories tables links*/
.tdheaderlinks:link {color:#FFFFFF;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:none;}
.tdheaderlinks:visited {color:#FFFFFF;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:none;}
.tdheaderlinks:active {color:#FFFFFF;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:none;}
.tdheaderlinks:hover {color:#FFFFFF;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:underline;}
.tditemslinks:link {color:#444444;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:none;}
.tditemslinks:visited {color:#444444;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:none;}
.tditemslinks:active {color:#444444;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:none;}
.tditemslinks:hover {color:#444444;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:underline;}

.sidebar {
	float: left;
	width: 207px;
	margin: 0 0 0 0;
	padding-left: 0px;
	background: url(images/sidebarback.jpg) repeat-y center;
}

.sideheader {
	width: 207px;
	height: 43px;
	padding-left: 0px;
	background: url(images/sidebarheader.jpg) no-repeat center;
}

.sideheaderText {
	width: 182px;
	padding: 15px 0 0 25px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

.sidebartext {
	width: 197px;
	padding: 0px 0 0 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;	
}

.sidebartail {
	width: 207px;
	padding: 0 0 0 0;
	background: #FFFFFF url(images/sidebartail.jpg) no-repeat top center;	
}

.sidebarLinksArea {
    float:right;
    background: #FF0000;
    width: 196px;
}

#footer {
	width: 900px;
	height: 39px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/footerback.jpg) no-repeat center;
}

#footerText {
	padding: 11px 0 0 0;
	font-family: Verdana;
	font-size: 11px;
    text-align: center;  
	color: #FFFFFF;  
}

#content {
	float: right;
	width: 650px;
	padding-right: 20px;
    padding-left: 0px;
    font-family: Verdana;
	font-size: 12px;
	color: #444444;
}

.contentHeaders {
	width: 648px;
	height: 43px;
	padding: 0 0 0 0;
	background: #FFFFFF url(images/lineseparator.jpg) repeat-x;
}

.contentHeadersText {
	font-family: Tahoma;
	font-size: 15px;
	color: #7A7A7A;
}

.contentSubHeaders {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #436FAC;
}

.insteadofbold {
	color: #436FAC;
}

.liststyle {
	list-style-type: disc; 
	padding-left: 18px;
}

.imageholder {
	margin: 0 10px 10px 0;
	float: left;
}

.imageholderprod {
	margin: 0 10px 10px 0;
	float: left;
	border: solid 1px #436FAC;
}

.imageholdermag {
	margin: 0 22px 20px 0;
	float: left;
}

.bigimageholder {
	border: solid 1px #436FAC;
	width: 650px;
	padding: 20px 0 20px 0;
	background: #F0F0F0;
}

.productDisplayLabel {
	color: #436FAC;
}

/* Categories tables */

.tdCtgrHeader
{
	text-align: center;
	height: 27px;
	background: url(images/tdheader.jpg);	
	border: solid 1px #B0B0B0;
}

.tdCtgrItem
{
	text-align: left;
	height: 20px;
	padding-left: 5px;
	border-top: none;
	border-left: solid 1px #B0B0B0;
	border-right: solid 1px #B0B0B0;
	border-bottom: solid 1px #B0B0B0;
    background: url(images/cellback.jpg) no-repeat bottom right;
}

/*FORM ELEMENTS*/

.ButtonsArea {
	width: 650px;
	text-align: right;
}

.DataListWidth
{
	width:646px;
}

.DataListTDImage
{
	width:100px;
	border: solid 1px #436FAC;
}

.DataListTDInfo {
	width:532px; 
	background:#F0F0F0; 
	padding-top:7px; 
	padding-left:9px;
	border-top: solid 1px #436FAC;
	border-bottom: solid 1px #436FAC;
}

.DataListTDPrice {
	width:96px; 
	background:#F0F0F0; 
	padding-top:5px; 
	padding-right:9px;
	border-top: solid 1px #436FAC;
	border-bottom: solid 1px #436FAC;
	border-right: solid 1px #436FAC;
}

.DataListPagingArea {
	width: 650px;
	text-align: right;
}

.DataListLabel
{
	color:#436FAC;
}

.DataListLabelHeader
{
	color:#FFFFFF;
}

.DataListHeaderTableTDLeftTop
{
	width:91px;
	height:27px;
	background:#7A7A7A url(images/prodheader.jpg) repeat-x; 
	padding-left:9px;
	border-top: solid 1px #B0B0B0;
	border-bottom: none;
	border-left: solid 1px #B0B0B0;
	border-right: solid 1px #B0B0B0;
}

.DataListHeaderTableTDLeftMiddle
{
	width:91px; 
	height:27px;
	background:#7A7A7A url(images/prodheader.jpg) repeat-x; 
	padding-left:9px;
	border-top: solid 1px #B0B0B0;
	border-bottom: none;
	border-left: solid 1px #B0B0B0;
	border-right: solid 1px #B0B0B0;
}

.DataListHeaderTableTDLeftBottom
{
	width:91px;
	height:27px;
	background:#7A7A7A url(images/prodheader.jpg) repeat-x; 
	padding-left:9px;
	border-top: solid 1px #B0B0B0;
	border-bottom: solid 1px #B0B0B0;
	border-left: solid 1px #B0B0B0;
	border-right: solid 1px #B0B0B0;
}

.DataListHeaderTableTDRightTop
{
	width:534px; 
	height:27px;
	background:#FFFFFF url(images/cellback.jpg) no-repeat bottom right; 
	padding-left:9px;
	border-top: solid 1px #B0B0B0;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #B0B0B0;
}

.DataListHeaderTableTDRightBottom
{
	width:534px; 
	height: 27px;
	background:#FFFFFF url(images/cellback.jpg) no-repeat bottom right; 
	padding-left:9px;
	border-top: solid 1px #B0B0B0;
	border-bottom: solid 1px #B0B0B0;
	border-left: none;
	border-right: solid 1px #B0B0B0;
}

.DataListHeaderTableTDRightMiddle
{
	width:534px; 
	height: 27px;
	background:#FFFFFF url(images/cellback.jpg) no-repeat bottom right; 
	padding-left:9px;
	border-top: solid 1px #B0B0B0;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #B0B0B0;
}

/* Proteus designs table */

.tdProteus
{
	width: 130px;
	height: 130px;
	border: 0px;
	text-align: center;
	background: #F0F0F0;
}

/* Pools project tables */

.matrixPoolPrjTable
{
    width: 650px;
    border-collapse: collapse;    
}

.matrixPoolPrjTDHeader
{
    font-weight: bold;
    text-align: center;
    border: solid 1px #4A6789;
    background: #E0E6EF;
    height: 30px;
}

.matrixPoolPrjTR
{    
    background: #FFFFFF;
}

.matrixPoolPrjTR:hover
{    
    background: #EFF6FF;
}

.matrixPoolPrjTD
{    
    text-align: center;
    border: solid 1px #4A6789;
    font-size: 11px;
    height: 25px;
    font-family: Tahoma;
}

/* List boxes */

.listBoxes
{
	font-family: Verdana;
    font-size: 12px;
    color: #444444;
    padding: 1px 0px 1px 3px;
}

/* Text boxes */

.textBoxes
{
	font-family: Tahoma;
    font-size: 12px;
    color: #444444;
    padding: 1px 0px 1px 3px;
}

/* Clear box */

.clearbox
{
    height: 1px;
    clear: both;
}
