/*
Design inspired by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

#menu
{
  background: none;
  border: 0px;
  position: absolute;
  left: 50%;
  margin-left: -440px;
  width: 860px;
  top: 80px;
  text-align: right;
}

#menu a
{
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  border: 0;
  width: 128px;
  height: 45px;
  _height: 60px;
  background: url('../images/css_menu.png') no-repeat;
  text-align: center;
  padding-top: 15px;
}

#menu a:hover
{
  background: url('../images/css_menu_hover.png') no-repeat;
  border: 0;
  color: black;
}

.topbannerframe
{
  position: absolute;
  width: 468px;
  height: 60px;
  left: 50%;
  margin-top: 15px;
  margin-left: -50px;
}

.bodymain
{
  border: 0px;
  background: none;
  margin-top: 0;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 900px;
}

#languages
{
  text-align: right;
  position: absolute;
  left: 50%;
  margin-left: -380px;
  width: 100px;
  top: 150px;
  text-align: left;
}

#outro
{
  margin-top: 0;
}

.leftpaneltitle
{
	margin: 0;
	margin-top: -4px;
	margin-left: -4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url("../images/css_leftpaneltitle.png") bottom left no-repeat;
	font-weight: normal;
	font-size: 1.8em;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 34px;
	_height: 44px;
	color: black;
	border: 0;
}

.leftpanel
{
  margin-bottom: 0;
  width: 460px;
  font-size: 10px;
}

.leftpanel td
{
  font-size: 10px;
}

input,textarea,select
{
  background-color: #287dac;
  padding: 2px 2px 2px 2px;
  border: 0px;
  color: white;
}

input[type="submit"]:hover,input[type="reset"]:hover
{
 background-color: #086098;
 border: 0px;
}

.forumtopichover
{
  background-color: #ffedf0;
  border: 0px;
}            

.forumtopichover a
{
  color: black;
}

.forumtopic
{
  border: 0px;
}

.ecommercecartproductname
{
  width: 120px;
}

.ecommercecartproducttotal 
{
  width: 100px;
}

.ecommercecartproductprice
{
  width: 100px;
}

.ecommercecartproductquantity 
{
  width: 75px;
}

.ecommercepromotions
{
  padding-left: 10px;
}

.ecommerceproducts
{
  padding-left: 10px;
}

/* Original layout below */

body {
	margin: 0;
	padding: 0;
	background: white url('../images/css_body.png') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C7496;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #846CCB;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 2em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	text-decoration: none;
	color: #4d5879;
	font-weight: bold;
}

a:hover {
	border: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#topbanner {
	width: 889px;
	height: 182px;
	padding: 0;
	margin: 0 auto;
	background: url('../images/css_header.gif') no-repeat;
	border: 0;
}

#header h1, #header h2 {
	float: left;
	margin: 0;
}

.topbannertitle
{
  color: white;
  font-size: 26px;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 30px;
}

#header h2 {
	padding: 175px 0 0 5px;
	font-size: 1.4em;
}

#header a {
	border: none;
	color: #FFFFFF;
}

/* Page */

#main
{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	margin-top: 5px;
	//padding-top: 5px;
}

#mainbodybegin
{
  background: white url("../images/css_mainbodybegin.png") no-repeat;
  height: 2px;
  overflow: hidden;
}

#mainbodyend
{
  background: white url("../images/css_mainbodyend.png") no-repeat;
  height: 8px;
}

#mainbody
{
  background: url("../images/css_mainbody.png") repeat-y;
  width: 467px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5em;
}


/* Footer */

#outro {
	width: 888px;
	height: 85px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 25px 0;
	background: url('../images/css_footer.png') no-repeat;
	text-align: left;
	text-align: center;
}

#outro p {
	margin: 0;
	line-height: normal;
	font-size: .8em;
	color: #999999;
}

#outro a {
	border: none;
	font-weight: bold;
	color: #999999;
}

#outro a:hover {
	color: #FFFFFF;
}















#left
{
  display: block;
  float: left;
  width: 210px;
  margin-right: 3px;
}

#right
{
  display: block;
  float: right;
  width: 210px;
}

#left .widgetbegin
{
  background: white url("../images/css_left_begin.png") no-repeat;
  height: 2px;
  margin-left: -5px;
  width: 207px;
  overflow: hidden;
}

#left .widgetend
{
  background: white url("../images/css_left_end.png") no-repeat;
  width: 207px;
  height: 8px;
  margin-top: 5px;
  margin-left: -5px;
}

#left .widget
{
  background: url("../images/css_left_body.png") repeat-y;
  width: 197px;
  _width: 207px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

#left .widget-title
{
	margin: 0;
	margin-top: 0px;
	margin-left: -2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url("../images/css_left_title.png") bottom left no-repeat;
	font-weight: normal;
	font-size: 1.8em;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 33px;
	_height: 43px;
	color: black;
	border: 0;
	width: 201px;
}

#right .widgetbegin
{
  background: white url("../images/css_right_begin.png") no-repeat;
  height: 2px;
  margin-left: -5px;
  width: 207px;
  overflow: hidden;
}

#right .widgetend
{
  background: white url("../images/css_right_end.png") no-repeat;
  width: 207px;
  height: 8px;
  margin-top: 5px;
  margin-left: -5px;
}

#right .widget
{
  background: url("../images/css_right_body.png") repeat-y;
  width: 197px;
  _width: 207px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

#right .widget-title
{
	margin: 0;
	margin-top: 0px;
	margin-left: -2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url("../images/css_right_title.png") bottom left no-repeat;
	font-weight: normal;
	font-size: 1.8em;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 33px;
	_height: 43px;
	color: black;
	border: 0;
	width: 201px;
}


.ecommerceproductwidget
{
  padding-left: 10px;
  background: url("../images/css_li.gif") center left no-repeat;
}

#password
{
  width: 150px;
}

#login
{
  width: 150px;
}

.mainex #right
{
  display: none;
}

.mainex #left
{
  display: none;
}

.mainex #mainbody
{
  width: 870px;
  margin-left: 20px;
}

.mainex .leftpanel
{
  width: 830px;
}

.mainex #mainbodybegin
{
  background: white url("../images/css_mainbodybegin_ex.png") no-repeat;
}

.mainex #mainbodyend
{
  background: white url("../images/css_mainbodyend_ex.png") no-repeat;
}

.mainex #mainbody
{
  background: url("../images/css_mainbody_ex.png") repeat-y;
}
