/* 
		Project : Free-H Design
		Author : KarGeN - http://kargen.org - contact@kargen.org
		Owner : Free-H.org
		Copyright : © 2007-2009 Free-H.org
 */

body {
	background : #FFFFFF url("/css/images/bg.png") repeat-y;
	background-position : center;
	color : #444;
	font : 11px Arial, "Trebuchet MS", Tahoma, sans-serif; 
	margin : auto;
	text-align: center ;
}

#all {
        margin-left: auto; 
        margin-right: auto;
        width: 870px;
        text-align: left;
        position: relative;
        min-height: 100%;
}

h1:first-letter { 
font-size: 120%; 
font-weight: bold; 
color:#000;
}

h1 {
color:#dc7d30;
font-size : 13px;
text-transform : uppercase;
}


h2 {
color:#000;
font-size : 12px;
/*text-transform : uppercase;*/
text-align:left;
}

h3 {
	height: 20px;
	font-size : 11px;
	color: #808080;
	text-transform : uppercase;
	text-decoration:none;
}

hr {
	height: 1px;
	color:#000;
	background-color: #dddddd;
	border: none;
}

a:link, a:visited {
	color : #dc7d30;
	text-decoration:none;
}

a:hover, a:active {
	color : #dc7d30;
	text-decoration:underline;
}

b{font-weight : bold;}


/***********************************************HEADER***********************************************/

#header {
	background : url('/css/images/header.png') no-repeat 0 0;
	height : 127px;
	margin : 0;
	padding : 0;
	top : 0;
}

/***********************************************MENU***********************************************/

#menu {
	background : url('/css/images/menu.png') no-repeat 0 0;
	height : 55px;
	margin : 0;
	padding : 0;
	top : 0;
}

.menu{
	margin:0;
 	text-align:center;
}

#menu a:link.menu, a:visited.menu {
		font-size : 11px ;
		color : #000;
		font-weight : bold;
		text-decoration:none;
}

#menu a:hover.menu, a:active.menu {
	color : #8c5629;
	font-weight : bold;
}

/***********************************************CONTENT************************************************/

#content-top {
	background : url('/css/images/top-contain.png') no-repeat 0 0;
	height : 38px;
	margin : 0;
	padding : 0;
	position : relative;
}

#content-bottom {
	background : url('/css/images/bottom-contain.png') no-repeat 0 0;
	height : 42px;
	margin-top : -20px;
	padding : 0;
	position : relative;
}

#content {
	background : url('/css/images/bg-contain.png') repeat-y;
	margin : 0px;
	margin-bottom: 20px;
	padding : 0;
}

#bg-content {
	background : url('/css/images/bg-contain.png') repeat-y;
	margin : 0;
	padding : 0;

}

#box-left{
	margin-left : 30px;
	padding : 0;
	width:550px;
	position : relative;
}

/*p{
	text-align : justify;
}*/

.author {
	text-align: right;
	width:100%;
	color: #808080;
	margin:0;
	padding:0;
	font-size:9px;
	text-decoration:none;
	text-transform : none;
	border-bottom: 1px dotted #b1b1b1;

}

#box-right{
	color:#808080;
	top:225px;
	left:71%;
	padding : 0;
	width:200px;
	position : absolute;
}

#box-right a:link, a:visited {
	color : #e27d39;
	font-size:10px;
		text-decoration:none;
}

#box-right a:hover, a:active {
	color : #8c5629;
		text-decoration:none;
}



#box-right-bottom{
	background : url('/css/images/bottom-box.png') no-repeat 0 0;
	margin:0;
	padding : 0;
	height : 21px;
	position : absolute;
} 

 #box-right-top{
	background : url('/css/images/top-box.png') no-repeat 0 0;
	margin:0;
	padding : 0;
	height : 19px;
	position : absolute;
} 

div.hr {
  height: 4px;
  background : url('/css/images/hr.png') no-repeat scroll center;
  margin-top:20px;
  margin-bottom:20px;
}
div.hr hr {
  display: none;
}

.u
{
  text-decoration: underline;
}

.center
{
  text-align: center;
  margin: auto;
}

/*********************************************** FOOTER ***********************************************/

#footer {
	background : url('/css/images/footer.png') no-repeat 0 0;
	background-position: bottom;
	height : 127px;
	margin : 0;
	padding : 0;
	color:#000;
	text-align:center;
	position: relative;
	bottom: 0; left: 0;
	width: 100%;
	}
	
	/*********************************************** OTHER ***********************************************/

input, textarea {
	border:1px solid #000;
	background-color:#e9e9e9;
	font-family:"trebuchet ms",sans-serif;
		font-size : 11px ;
}

ul {
margin:0;
padding:0;
}

li {
margin-left:20px;
padding:0;
}

.paypal {
		text-align:center;
}






/* Signup form */

#form-validate table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#form-validate .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#form-validate .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#form-validate .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#form-validate .textfield {
  width: 150px;
}

#form-validate label.error {
  background:url("/images/form_error.gif") no-repeat 0px 0px;
  padding-left: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#form-validate label.checked {
  background:url("/images/form_success.gif") no-repeat 0px 0px;
}

#form-validate label.loading {
  background:url("/images/form_loading.gif") no-repeat 0px 0px;
}

#form-validate .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}


#form-validate dd
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img
{
	border: 0;
}

.progressbar { 
    border:1px solid #000000; 
    width: 200px; 
    height: 20px; 
    line-height: 20px; 
    text-align: center; 
}