	/* CSS Document */

html,body
{
	/*height: 100%;*/
	/*	background:#E8E8E8 none repeat scroll 0%;*/
    /*background:#FFF none repeat scroll 0%;*/
 background:#000000;

}

table
{
	
	width:100%;
}
tr,td{ 	height:100%;}

* 
{
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}


input.textboxFail
{
	border: 2px solid red;
	font-family:Arial;
    font-size:12px;        
    padding:5px;
    width:200px;
    font-weight:bold;
}

input.textbox, textarea.textbox

{
	border: 1px solid silver;
    font-family:Arial;
    font-size:12px;        
    padding:5px;
    width:200px;
    font-weight:bold;
	color:#000;
}
input.textboxMoney
{
	border: 1px solid silver;
    font-family:Arial;
    font-size:12px;        
    padding:5px;
    width:50px;
    font-weight:bold;
	color:#000;
}

select.dropdownlist
{
    border: 1px solid silver;
    font-family:Arial;
    font-size:12px;        
    padding:5px 2px;
    /*width:212px;*/    
    font-weight:bold;
    
}


input.submit
{
	background-color:#EBE4E0;
	/*border:1px solid silver;*/
	cursor:pointer;
	font-family:Arial;
	font-size:10pt;
	border: dotted 1px #000000;
	font-weight:bold;	
}


	



DIV.leftimage
{
width:400px;

}


DIV#TOP
{
/*	background-color: #f47321;*/
/*	background-color: #937d6f;*/
/*	background-color:#83acb3; */
	background-color:#000000;
/*	height:38px;*/
/*	height:203px;
*/
	height:243px;

	width:100%;	
}
DIV#TOP DIV#MENU
{
	margin: 0px auto;	
/*	padding: 20px;*/
/*	width:280px;	*/
	width:300px;
	height:40px;
}

DIV#CONTENT
{
	padding:22px;	
}

DIV#CONTENT DIV.home
{
	width:210px; 
	margin:0px auto 0 auto;
}

DIV#CONTENT DIV.home DIV.loginform
{
	width: 210px;
	margin:10px auto;
}

DIV#CONTENT DIV.jobs
{	
}

DIV#CONTENT DIV.survey
{
	height:3250px; 	
}

DIV#CONTENT DIV.blog
{
	height:5150px; 	
}

DIV#CONTENT DIV.friend
{
	height:400px; 	
}

DIV#CONTENT DIV.showroom
{
	height:3900px; 	
}


DIV#FOOTER
{
	margin: 0px  auto 0px auto ;	
	width:428px;
	height:60px;
}

DIV#FOOTER DIV#MENU
{
	margin: 0px auto;	
	padding: 20px;
/*	width:280px;	*/
	width:300px;
	height:40px;
	display:none;
}

DIV#FOOTER span
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
DIV#FOOTER DIV#COPY
{
	width:130px;
	margin: 10px auto 0;
}
DIV#FOOTER DIV#COPY span
{
	font-size:10px;
	font-style:italic;	
}

p,span,h3,td,input
{
	/*color:#444444;*/
	color:#999;
	text-decoration:none;	
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
p
{
	margin: 10px 0px;
}
a {
/*	color:#444444;*/
	color:#999;
	text-decoration:none;
	cursor:pointer;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:hover
{
	text-decoration:underline;
}

a.sitelink
{
	cursor:pointer;
	text-decoration:none;
	font-size:14px;
}
a.sitelink:hover
{
	text-decoration:underline !important;
}
a.sitelink:visited
{
	text-decoration:none;
}


