html, body 
{
        background: url('../images/main_bgr.jpg') repeat-x;
		background-color: #880000;
        margin: 0;
        padding: 0;
        /*text-align: center; */
        font-family: "Arial", sans-serif;
        font-size: 12px;
        color: #E6E6E6;
}

#logo
{
		position: absolute;
        left: 28px;
        top: 25px;
}

#logo img
{
	border: none;
	width: 129px;
	height: 61px;
}

#container 
{
        width: 1000px; 
		height: 800px;
		overflow: visible;
		margin: 0px auto; 
        background: url('../images/container_bgr.jpg') no-repeat;
        position: relative;
        top: 0px;
        left: 0px;
}

#topcontainer 
{
        width: 1000px; 
		height: 370px;
}



#mainmenu 
{
        position: absolute;
        left: 260px;
        top: 38px;
        width: 600px;
        height: 30px;
        /*background-color: #FAA0FA;*/
        margin: 0px;
        padding: 0px; 

		/*background-color: #FF00FF;*/
}

#mainmenu ul
{
        /*position: absolute;
        left: 30px;
        top: 10px;*/
        
        list-style: none;
        margin: 0px;
        padding: 0px; 
}



#mainmenu ul li
{
        display: block;
        width: 100px;
        height: 30px;
        /*background-color: #FAFAA0;*/
        float: left;
		padding-left: 10px;
        border-left: 1px solid #E6E6E6;
}

#mainmenu ul li a
{
        position: relative;
        top: 4px;
        font-size: 17px;
        text-decoration: none;
        /*font-weight: bold;*/
        /*text-transform: uppercase;*/
}

#mainmenu ul li a:link
{
        color: #E6E6E6; 
}

#mainmenu ul li a:visited
{
        color: #E6E6E6; 
}

#mainmenu ul li a:hover
{
        color: #B0B0B0; 
}






#submenu
{
        text-align: right;
		position: absolute;
        left: 0px;
        top: 112px;
        width: 230px;
        height: 216px;
        /*background-color: #FAA0FA;*/
        margin: 0px;
        padding: 0px; 
		/*background-color: #FF00FF;*/
}

#submenu ul
{
        /*position: absolute;
        left: 30px;
        top: 10px;*/
        float: right;
        list-style: none;
        margin: 0px;
		margin-top: 12px;
        padding: 0px;	
}



#submenu ul li
{
        display: block;
        /*width: 220px;*/
        height: 26px;
        /*background-color: #FAFAA0;*/
        /*float: left;
		padding-left: 10px;*/
		padding-left: 20px;
        border-bottom: 1px dotted #808080;
}

#submenu ul li.lastsubmenu
{
		border: none;
}

#submenu ul li a
{
        position: relative;
        top: 4px;
        font-size: 15px;
        text-decoration: none;
        /*font-weight: bold;*/
        /*text-transform: uppercase;*/
}

#submenu ul li a:link
{
        color: #808080; 
}

#submenu ul li a:visited
{
        color: #808080; 
}

#submenu ul li a:hover
{
        color: #404040; 
}

#maindescription
{
		position: absolute;
        left: 260px;
        top: 110px;

		width: 424px;
		height: 216px;

		/*background-color: #FF00FF;*/
}

#swfcontainer
{
		position: absolute;
        left: 704px;
        top: 110px;

		width: 276px;
		height: 216px;

		/*background-color: #FF00FF;*/
}

#fulldescription
{
		float: left;
		width: 646px;
		margin-left: 38px;
		/*background-color: #FF00FF;*/
}

#fulldescription p
{
		margin-left: 11px;
		font-size: 13px;
		color: #E6E6E6;
		text-align: justify;
}

#fulldescription ul
{
		list-style-type: square;
		list-style-position: inside;
        margin: 0px;
        padding: 0px; 
		margin-left: 11px;
		font-size: 13px;
}

#fulldescription li
{
        margin-bottom: 10px;
}

#fulldescription h3
{
		margin: 0px;
		margin-left: 11px;
		margin-bottom: 2px;
		margin-right: 20px;
		padding-top: 5px;
		font-size: 18px;
		font-weight: bold;	
		color: #E6E6E6;
}

#fulldescription em
{
		font-weight: bold;
		font-style: normal;
}

#fulldescription p
{
		text-align: left;
}


#fulldescription a
{
		color: #E6E6E6;
		text-decoration: none;
}

#fulldescription a:hover
{
		color: #B0B0B0;
}


#contact
{
		float: left;
		margin-left: 20px;
		width: 295px;
		/*background-color: #FFFF00;*/
}

#contact p
{
		margin-left: 11px;
		margin-right: 20px;
		font-size: 13px;
		color: #E6E6E6;
		text-align: justify;
}

#contact big
{
		font-size: 35px;
		font-weight: bold;
}

#contact a
{
		color: #E6E6E6;
		text-decoration: none;
}

#contact a:hover
{
		color: #B0B0B0;
}

#contact h3
{
		margin: 0px;
		margin-left: 11px;
		margin-bottom: 2px;
		margin-right: 20px;
		padding-top: 5px;
		font-size: 18px;
		font-weight: bold;	
		color: #E6E6E6;
}





#footer
{
		clear: both;
		width: 1000px;
}

#footer p
{
		float: right;
		font-size: 11px;
		color: #C06060;
		margin-right: 20px;
		padding-bottom: 10px;
}

#footer a
{
		color: #C06060;
		text-decoration: none;
}

#footer a:hover
{
		color: #C08080;
}



h1
{
		margin: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		font-family: "Arial Narrow", "Arial", sans-serif;
        font-size: 26px;
		font-weight: normal;	
		color: #999999;
}

h1 em
{
		color: #B80000;
		font-style: normal;
}

h2
{
		margin: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		font-family: "Arial Narrow", "Arial", sans-serif;
        font-size: 24px;
		font-weight: normal;	
		color: #E6E6E6;
		
		border-left: 1px solid #E6E6E6;
        padding-left: 10px;
}


p
{
		margin: 0px;
		margin-bottom: 5px;
		font-size: 14px;
		color: #606060;
		text-align: justify;
}

#contactform textarea
{
	margin: 0px;
	padding: 0px;
	
	margin-left: 11px;
	margin-bottom: 15px;
	width: 630px;
	height: 150px;
	border-left: 1px solid #808080;
	background-color: #E6E6E6;
	color: #404040;
}

#contactform input
{
	margin-left: 11px;
}

#emailinput
{
	display: none;
}

#nameinput
{
	margin: 0px;
	padding: 0px;
	margin-left: 11px;
	margin-bottom: 15px;
	width: 630px;
	height: 25px;
	border-left: 1px solid #808080;
	background-color: #E6E6E6;
	color: #404040;
}

div.gallery
{
		float: left;
		width: 215px;
		margin-bottom: 20px;
}

div.gallery img
{
		margin-left: 11px;
		width: 204px;
		height: 154px;
		border: solid 2px #808080;
}

div.gallery img:hover
{
		border: solid 2px #B0B0B0;
}

div.gallery p
{
		margin-left: 11px;
}
