@charset "UTF-8";
/* CSS Document */
	
	
/* main styles */
img {
	border:0px;
}

a {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.cleardiv {
	clear:both;
}

/* end main styles */


/* main layout and positioning styles */

body {
	background-color:#343a2d;
	padding:0px;
	margin:0px;
	
	/* font specific styles */
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:13px;
	line-height:18px;
	
	/* end font specific styles */
}




#container {
	position:relative;
	width: 1100px;
	/* half of the width negative */
	margin-left: -550px;
	left: 50%;
	
	background-image:url(images/design/background.gif);
	background-position:50% 0%;
	background-repeat:repeat-y;
	padding:0px;
}


#header {
	background-image:url(images/design/header.gif);
	background-position:50% 0%;
	background-repeat:no-repeat;
	
	width:1100px;
	height:60px;
}

/* This div will contain the large background in the main content area */

#main_bg {
	margin:0px 40px 0px 30px;
}


/* Left area of the site containing the navigation and the adress information */
.left {
	width:220px;
	float:left;
	overflow:hidden;
	display:inline;
	vertical-align:bottom;


}

/* navigation */

.navigation {
	width:220px;
}

.navigation ul {
	width:220px;
	padding:0px;
	margin:0px;
}

.navigation ul li {
	list-style-type:none;
}

.navigation ul li a {
	width:200px;
	height:40px;
	border-bottom:1px solid #989e8e;
	display:block;
	text-decoration:none;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	text-align:right;
	padding-right:20px;
	
	background-image:url(images/design/navigation_item.gif);
	background-position:0px 0px;
}

.navigation ul li a:hover {
	background-image:url(images/design/navigation_item.gif);
	background-position:0px 40px;
	color:#ffffff;
}

/* End navigation */


#adress {
	text-align:right;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	padding:15px 15px 15px 35px;
	bottom:60px;
	/*position:absolute;*/
	border-top:1px solid #989e8e;	
}

/* End left area of the site containing the navigation and the adress information */


/* Central area of the site containing the content */

.content {
	width:445px;
	float:left;
	overflow:hidden;
	display:inline;
	padding:35px 0px 35px 35px;
	font-size:13px;
}

.content .main_visual {
	margin:-35px 0px 0px -35px;
}


.content h1 {
	font-size:18px;

}

.h1, .maintitle {
	font-size:18px;
}


/* End central area of the site */


/* Right area of the site containing the logo and quotes */

#right {
	width:240px;
	float:right;
	text-align:right;
	padding:10px 10px 0px 0px;
	overflow:hidden;
	display:inline;


}

#quote {
	text-align:right;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	padding:15px 70px 15px 35px;
	bottom:200px;
	position:absolute;
	color:#d80d0d;
	font-size:20px;
	line-height:25px;
	right:0px;
	width:200px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


/* End right area of the site. */

#footer {
	background-image:url(images/design/footer.gif);
	background-position:50% 0;
	background-repeat:no-repeat;
	height:60px;
}

/* End main layout and positioning styles */




/* End css */
