
<!--


html, body  {
	height : 100%;
	margin : 0;
	padding : 0;
	width : 100%;
	height: 100%;
	font-family : tahoma, arial;
	color : #d2d2d2;
	font-size : 14px;
	
	text-align : left;

	background-color:#000000;
} 
#main  {
	min-height : 100%;
}

* html #main  {
	height : 100%;
} 
#layout  {
	position : absolute;
	top : 50%;
	left : 50%;
	width : 950px;
	height : 600px;
	margin : -300px 0 0 -475px;
} 

.menu {
top:57px;left:15px;position:absolute;width:670px;height:231px;color:#d2d2d2;
}

.tlo_menu {
top:55px;left:10px;position:absolute;width:675px;height:236px;background-color:#000000;
}

a  {
	color : #ffffff;
	text-decoration : underline;
}

a:hover  {
	color : #ffffff;
	text-decoration : underline;
}

h2 {font-size:17px;margin-top:5px;}

h3 {font-size:15px;margin-top:5px;}

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
height:230px;

	width:690px; 
	amargin:5px auto 5px; 
	abackground:#333333 ; 
	display:block; 
	position:relative; 
	apadding:20px 10px 0px;
	
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 

	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:230px; 
	bottom:0px; 
	right:-5px; 
	
	background:url(img/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0; 
	background:url(img/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{
	position:relative ; 
	overflow:hidden ; 
	width:640px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	apadding:5px 0px 5px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 

height:230px;
	display:block; 
	position:relative; 
abackground:#000000;
	float:left; 
	margin:0px 5px 0px; 
	font-size:11px; 
	width:143px; 
	text-align:center; 
	color:#d2d2d2;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; padding:2px; }
#SlideItMoo_items a img{ border:none; }



form#contact 						{}
form#contact label 					{display:block;clear:left;float:left;width:80px;}
form#contact input 					{background:#fff;margin:0 0 7px 0;border:1px solid #d8d8d8;width:300px;float:left;}
form#contact textarea 				{background:#fff;height:50px;border:1px solid #d8d8d8;width:300px;float:left;}
.faulty_field,.validation-failed	{background:#fff4f4 !important;color:#ff0000;border:1px solid #ff0000 !important;}

label span                          {color:#ff0000;font-size:85%;}


#error_wrapper						{display:none;background-color:black;margin-top:-5px;padding:2px 5px 2px 5px;}
#error_wrapper a					{margin-left:10px;color:red;}


-->