/*
	Main styles
*/

body 
{
	margin: 0px;
	
	background-color: #1C1C1C;
	
	background-position: center top; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat;
}

img 
{
	border: 0px;
}

.input_field
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	
	color: #636363;
	
	background-color: #BCBCBC;
	
	border: 1px solid #BFBFBF;
}

#main
{
	margin: auto;
}

/*
	HEADER
*/

#header 
{
	clear: both;
	
	width: 100%;
	height: 25px;
	
	background-color: #323232;
}

#center 
{
	clear: both;
	
	margin-top: 5px;
	
	overflow: auto;
	
	background-position: center top; 
	background-image: url(../images/bg_main.jpg); 
	background-repeat: repeat-x;
}

#center_main 
{
	margin: auto;
	
	width: 1024px;
}

#center_left
{
	float: left;
	
	padding-top: 70px;
	
	width: 244px;
}

#center_icon
{
	width: 224px;
	height: 232px;
}

#center_search
{
	margin-left: 8px;
	
	padding-top: 10px;
	
	width: 208px;
	height: 30px;
	
	background-color: #323232;
	
	text-align: center;
}

#center_right
{
	float: left;
	
	width: 780px;
}

#center_main_menu
{
	padding-top: 10px;
	
	width: 780px;
	height: 130px;
	
	text-align: right;
}

.center_main_menu_item
{
	float: left;
	
	padding-top: 5px;
	
	width: 130px;
	
	text-align: center;
}

#center_menu
{
	width: 780px;
	height: 50px;
}

#center_content
{
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	
	width: 480px;

	background-color: #323232;
}

#footer
{
	clear: both;
	
	margin-top: 20px;
	
	width: 100%;
	height: 94px;
	
	background-position: center top; 
	background-image: url(../images/bg_footer.jpg); 
	background-repeat: repeat-x;
}

#footer_newsletter
{
	margin: auto;
	
	padding-top: 10px;
	padding-right: 200px;
	
	width: 824px;
	height: 54px;
	
	text-align: right;
}

#footer_main
{
	margin: auto;
	
	width: 824px;
	height: 40px;
	
	text-align: center;
}


/*
	GALLERY
*/

.photo_row
{
	width: 480px;
	height: 150px;
	
	padding-top: 10px;
}

.photo
{
	float: left;
	
	width: 160px;
	height: 150px;
	
	text-align: center;
}

/*
	TEXT Styles
*/

.title
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	
	color: #CACACA;
}

.text_bold
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	
	color: #0096FF;
}

.text_italic
{
	font-family: Tahoma;
	font-size: 13px;
	font-style: italic;
	
	color: #CACACA;
}

.text
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	
	color: #CACACA;
}

.footer
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	
	color: #666666;
}

a:link 
{
	color: #CACACA;
	text-decoration: none;	
}

a:hover 
{
	color: #89dCD2;
	text-decoration: none;
}

a:visited 
{
	color: #CACACA;
	text-decoration: none;
}

/* 
	MENU
*/

.dropmenu 
{
	float: right;
	position:absolute;
	padding-top: 0px;
	font: normal 11px Tahoma;
	line-height:20px;
	z-index:100;
	width: 175px;
	visibility: hidden;
	color: #b0adad;

	/*THEME CHANGE HERE*/

	/*
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	*/
}

.dropmenu div 
{
	display: block;
	position: relative;

	/*
	 margin: -10px 6px 6px -10px;
	 */
}

.dropmenu a 
{
	width: auto;
	display: block;
	text-indent: 12px;
	text-decoration: none;
	color: #b0adad;
	background-color: #545454;
}

* html .dropmenu a 
{ 
	/*IE only hack*/
	width: 100%;
}

.dropmenu a:hover 
{ 
	/*THEME CHANGE HERE*/
	background-color: #0096ff;
	color: #000000;
}