/*----------General----------*/
body {
	font:10pt Verdana, Helvetica, sans-serif;
	color:#4B4B4B;
	background-color: #CFD2D5;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:10;
}

img {
	border:0;
}

#allcontent {
	border:solid #CCC 1px;
	background:#FFF;
	width:900px;
	margin:0 auto;
}

ul.features {
	line-height:1.2em;
	margin:auto;
	padding:0;
}

ul.features li {
	padding:10px 0;
}

/*----------Header----------*/
#header {
	font-size:0.8em;
	text-align:right;
	border-bottom:1px solid #808080;
	background-image:url("../images/up-bg.jpg");
	height:22px;
}

#header a {
	text-decoration:none;
	color:#4B4B4B;
}

#header a:hover {
	text-decoration:underline;
}

/*----------MainMenu----------*/
#mainmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	background-image:url("../images/up-bg.jpg");
	height:24px;
}

#mainmenu a {
	text-decoration:none;
	color:#000;
}

#mainmenu a:hover {
	text-decoration:underline;
}

/*----------Left Pane----------*/
.barhead {
	background-image:url("../images/title_bg.gif");
	text-align:center;
	padding:3px 15px;
	margin:30px 26px 0 695px;
	width:145px;
	height:17px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.barbody {
	padding:10px 15px;
	background-color:#E7F0F8;
	border:#E7F0F8 1px solid;
	border-top:none;
	margin:0 26px 15px 695px;
	width:143px;
	font-size:0.9em;
}

.barhead2 {
	background-image:url("../images/title_bg.gif");
	text-align:center;
	padding:3px 15px;
	margin:20px 575px 0 26px;
	width:145px;
	height:17px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.barbody2 {
	padding:10px 15px;
	background-color:#E7F0F8;
	border:#E7F0F8 1px solid;
	border-top:none;
	margin:0 575px 15px 26px;
	width:143px;
	font-size:0.9em;
}

/*----------Left Pane News (Home Page)----------*/
ul.news {
	line-height:1.2em;
	list-style:none;
	margin:0;
	padding:0;
}

ul.news li {
	padding:10px 0;
}

ul.news li:first-line {
	font-weight:bold;	
}

#morenews {
	padding:5px 0 0 0;
	text-align:right;
}

/*----------Right Pane----------*/
#rightpane {
	line-height:1.2em;
	padding:10px;
	margin:20px 28px;
	width:615px;
	float:left;
	display:inline;
}

#rightpane2 {
	line-height:1.2em;
	padding:10px;
	margin:10px 28px;
	width:615px;
	float:right;
	display:inline;
}

/*----------Right Pane Products  (Home Page)----------*/
.desc {
	width:495px;
	padding:0 0 0 25px;
	float:right;
}

.button {
	clear:right;
	text-align:right;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:#CCC 1px solid;
}

.last {
	padding:0;
	margin:0;
	border-bottom:none;
}

/*----------Right Pane Text----------*/
.guarantee {
	width:730px;
	float:right;
}

.split {
	clear:right;
	background:#CCC;
	height:1px;
	margin:15px 0;
	padding:0;
}

hr {
	clear:right;
	margin:15px 0;
	height:1px;
	border:0;
	border-top:1px solid #CCC;
}

/*----------Full Page----------*/
#fullpage {
	padding:10px 30px;
}

/*----------Footer----------*/
#footer {
	background-image:url("../images/up-bg.jpg");
	clear:both;
	border-top:1px solid #CCC; 
	font-size:0.8em;
	text-align:center;
	line-height:1.8em;
	background-color:#EEE;
}

#footer a {
	text-decoration:none;
	color:#4B4B4B;
}

#footer a:hover {
	text-decoration:underline;
}

/*----------Sub Menu----------*/
ul.submenu {
	line-height:2em;
	list-style:none;
	margin:0;
	padding:0;
}

ul.submenu ul {
	list-style:none;
	margin:0 15px;
	padding:0;
}


/*----------Table----------*/
table {
	text-align:center;
}

th {
	padding:3px 10px;
	color:#4B4B4B;
	background-color:#E0E0E0;
}

td {
	padding:7px 10px;
	border-bottom:solid #CCC 1px;
	border-right:solid #CCC 1px;
	line-height:1em;
}

td.left {
	border-left:solid #CCC 1px;
}

.advtext {
	width:320px;
	float:right;
	line-height:1.2em;
}

.adv {
	margin:30px 0 10px 0;
	width:480px;
	text-align:left;
}

/*----------SiteMap----------*/
.column {
	float:left;
	width:240px;
	margin:0 0 0 30px;
}

.nocolumn {
	clear:left;
}

/*----------Style----------*/
.highlight {
	color:#F00;
	font-weight:bold;
}

.center {
	text-align:center;
}

.leftalign {
	text-align:left;
}

.remove {
	color:#F00;
	text-decoration:line-through;
}

.texthead {
	margin:20 0 30px 0;
	padding:15px 0 15px 0;
	font-size:1.6em;
}

.textbody {
	line-height:1.6em;
}

.code {
	border:#CCC solid 1px;
	background: #FFFFCC;
	margin:10px;
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
}

/* ==== Links ========== */ 
A:link, A:visited, A:active { 
	color	: #2F7799;
	text-decoration : underline; 
}

A:hover { 
	color	: #6FA7C9;
	text-decoration	: underline; 
}
