* {
	margin: 0;
	padding: 0;
}
img{
	border: 0pt none;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}

body{
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/brushes.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}
/**
*@=logo
*/
#logo_small{
	position: absolute;
	top: 5px;
	left: 20px;
	width: 137px;
	height: 27px;
}
#logo{
	padding-top: 140px;
	padding-bottom: 180px;
}

#logo p{
	margin-top: 10px;
	font-size: 13px;
	font-style: italic;
	color: #a1a1a1;
	font-weight: bold;
	margin-bottom: 15px;
}

/*
*@=commons
*/
.button_yel
{
	background-image: url(../images/button_bg_yel.png);
  background-position: top left;
  background-repeat: repeat-x;
  border: 1px solid #898989;
  color: #666666;
  font-weight: bold;
  height: 26px;
  padding-left: 3px;
  padding-right: 3px;
}
/*
*@=header
*/
#mheader{
	background-image: url(../images/head_bg_l.png);
	background-position: top left; 
	background-repeat: no-repeat;
	height: 34px;
}

#mheader .outer{
	background-image: url(../images/head_bg_r.png);
	background-position: top right; 
	background-repeat: no-repeat;
	height: 34px;
}
#mheader .inner{
	background-image: url(../images/head_bg_m.png);
	background-position: top right; 
	background-repeat: repeat-x;
	height: 34px;
	margin-right: 35px;
	margin-left: 35px;
}
#lang{
	margin-left: 140px;
	padding-top: 10px;
	color: #666666;
	font-weight: bold;
	width: 200px;
}
#lang a:link, #lang a:visited{
	color: #666666;
}
#mheader #logout
{
	position: absolute;
	right: 15px;
	top: 6px;
	max-width: 400px;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
#mheader #logout .uName{
	font-size: 15px;
	margin-right: 10px;
	}
/*
*@=footer
*/
#footer_wrapper{
	width: 650px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #666666;
	text-align: center;
}
#footer{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	list-style: none;
}
#footer li{
	display: inline;
	border-right: 1px solid #666666;
	/*padding-right: 5px;*/
}
#footer li.last{
	border: none;
}
#footer li.first{
	margin-left: -30px;
}
#footer li a{
	color: #666666;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
}
/*
*@login form
*/
#mheader #login_form{
	position: absolute;
	right: 35px;
	top: 5px;
	padding-top: 3px;
}
#mheader .input{
	border: 1px solid #9b9b9b;
  background-color: #f3f3f3; 
  color: #b0b0b0;
  padding-left: 2px;
  padding-top: 2px;
  font-size: 10px;
  height: 17px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

#mheader input.button_yel, 
#mheader #logout input.button_yel, 
#profile .button_yel,
#profilePanel .button_yel, 
#helpPanel .button_yel,
#paymentPanel .button_yel,
#searchPanel .button_yel,
#sform input.button_yel{
	background-image: url(../images/button_bg_yel_small.png);
	height: 21px;
	font-size: 11px;
	margin-right: 5px;
}
.avatar{
	float: left;
	margin: 7px;
	margin-left: 20px;
}
.def_avatar{
	width: 52px;
  height: 52px;
}

#search_form .button_yel{
	text-transform: uppercase;
	margin-top: 20px;
}
 .clearer{
 clear: both;
}

#uContactOptions .content .disabled{
	background-image: url(../images/button_bg_grey.png);
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
}

/**
* trying to center image vertically
*/
div.tb_pic{
	 height:400px;
    width:400px;
    text-align:center;
    line-height: 380px;
    font-size:380px;
    vertical-align: middle;
}
.tb_pic img{
	vertical-align: middle;
}
*>div{
  font-size:12px
}

 .add_notice{
	position: relative;
	top: 80px;
	font-size: 13px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.center{
	text-align: center;
}

#empty{
	margin-bottom: 450px;
}

#empty .notice{
	position: relative;
	top: 80px;
	font-size: 13px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
