@charset "utf-8";
* {
padding:0;
margin:0;
  }

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	background-color: #2e2d2d;
	line-height: 1.6em;
	font-size: 11px;
	text-align: justify;
	color: #CCCCCC;
}

p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1, h2{
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: -2px;
	font-family: Arial, Tahoma, helvetica;

}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

/* IDs */

#nav {
	width: 100%;
	padding: 0;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	height: 25px;
	background-position: center bottom;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
		}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
	list-style-type: none;
	}
#nav li a {
	float: left;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: url(../images/bg_nav_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
#nav li a:hover {
	color: #fff;
	background-color: #FB2300;
	background-image: url(../images/bg_nav_over.gif);
	background-repeat: repeat-x;
	background-position: center center;
	}

#wapper {
	width:890px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #000000;
}

#header_home{
	background-color: #000000;
	width: 890px;
	height: 1000px;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;


}
#header, #footer,  #gallery{
	background-color: #000000;
	width: 840px;
	padding: 25px;
	clear: both;
}

.container, .containertxt {
	background-color: #000000;
	width: 840px;
	padding: 25px;
}


.con_detail {
	border: 5px solid #000000;
	margin-bottom: 20px;
}
.con_detail img {
	border: 1px solid #333333;
	margin-bottom: 25px;
}

.box{
	width: 390px;
	float: left;
	margin-right: 15px;
}

/* typography */
.con_detail h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 36px;
}
.con_detail p{
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#gallery .container a:link, #gallery .container a:visited {
	color: #3399FF;
	font-size: 12px;
}
#gallery .container a:hover {
	color: #FF0000;
	font-size: 12px;
}

#gallery ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	
}
#gallery li{
	display: inline;
	margin-right: 18px;
}
#gallery img{
	border: 5px solid #333333;
	margin-bottom: 10px;
	margin-top: 10px;
}

.containertxt p {
	font-size: 14px;
	line-height: 1.6em;
	width: 500px;
	margin-bottom: 15px;
}
.containertxt ul {
	margin: 0px;
	padding: 0px;
}
.containertxt li{
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
}

.containertxt h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 28px;
	letter-spacing: -2px;
}

/*  Colors */
.Gray{
	color: #666666;
}

/* Background */
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.home_small {
	width: 125px;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
	top: 100px;
	right: 5px;
}

.home_small ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.home_small li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	padding: 0px;
	}
.home_small img {
	background-image: url(../images/xsmall_bg.png);
	background-repeat: no-repeat;
	background-position: -7px -7px;
	padding: 8px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
