@charset "UTF-8";

html {
    height: 100%
}

body {
	margin: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #CCC;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	color: #FFF;
}

#header {
	position: relative;
	height: 20vh;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 101%;
}
#contxent {
	position: relative;
	height: 70vh;
	width: 100%;
	left: 0px;
	top: 0px;
}
.footer_fill {
	position: absolute;
	height: auto;
	width: 90%;
	bottom: 10px;
	color: #666;
	text-decoration: none;
	font-size: 0.9em; /* 24 */
	font-weight: 400;
	text-align: right;
	right: 10px;
}

#footer {
	position: relative;
	height: 20vh;
	width: 100%;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
}
a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #F8971E;
	text-decoration: none;
}

	
	#nav
		{
	width: 100%; /* 1000 */
	font-family: 'Lobster', cursive;
	font-weight: 300;
	position: relative; /* 30 480 */
	text-decoration: none;
	top: 0px;
	margin: 0px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	z-index: 9999;
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
	position: relative;
	list-style-type: none;
			}
				#nav li a
				{
	color: #FFF;
	display: block;
	text-decoration: none;
				}
				#nav li a:active
				{
	background-color: #FFF !important;
				}

			#nav span:after
			{
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #FF6633;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.3em; /* 5 */
			}
			
	
	
			
			
			

			/* first level */

			#nav > ul
			{
	height: 3.15em;
	vertical-align: top;
	margin: 0px;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat;
			}
				#nav > ul > li
				{
	width: 20%;
	height: 100%;
	float: left;
				}
					#nav > ul > li > a
					{
	height: 100%;
	font-size: 1.3em; /* 24 */
	line-height: 2.3em; /* 60 (24) */
	text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #161616;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
	background-color: #FF9933;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9933;
	color: #000;
						}


				/* second level */
				
					.submenu_tn {
	position: absolute;
	height: auto;
	width: 1.2em;
	left: -1.8em;
	top: 0.8em;
}

		.nav_text {
	height: 100%;
	font-size: 1.3em; /* 24 */
	line-height: 2.3em; /* 60 (24) */
	text-align: center;
	margin-left: 0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #161616;
	color: #FFF;	
	}
	
	.nav_text:hover {
	height: 100%;
	font-size: 1.3em; /* 24 */
	line-height: 2.3em; /* 60 (24) */
	text-align: center;
	margin-left: 0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #161616;
	color: #000;	
	background-color: #ff9933;
	}
	
	.lang {
	position: relative;
	z-index: 9999;
	margin-top: 1em;
	margin-bottom: 0.5em;
	float: right;
	margin-right: 0.75em;
	height: 18px;
	width: 18px;
	display: none;
	}

				#nav li ul
				{
	display: none;
	position: absolute;
	top: 100%;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;

				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
	font-size: 1em;
	padding: 0.75em; /* 15 (20) */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #252525;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
	background-color: #FF9933;
							}
							
							.lable {
	display: none;
}

#content {
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	background-position: center top;
	background-image: url(images/bg_content.png);
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#content2 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	background-position: center top;
	background-image: url(images/bg_content2.png);
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#content2_top {
	position: relative;
	height: 100px;
	width: 100%;
	background-image: url(images/bg_content2_top.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.content_holder {
	height: auto;
	min-height: 100px;
	width: 90%;
	max-width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	position: relative;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.content_holder_noline {
	height: auto;
	width: 90%;
	min-height: 20px;
	max-width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.gallery {
	height: auto;
	min-height: 100px;
	width: 90%;
	max-width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	position: relative;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/bg_news.png);
	background-position: right bottom;
}

.content_holder_pic {
	height: auto;
	min-height: 280px;
	width: 90%;
	max-width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

h1 {
	font-size: 36px;
	font-family: 'Lobster', cursive;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
}
h2 {
	font-size: 24px;
	color: #CCC;
	text-decoration: none;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
h3 {
	font-size: 18px;
	color: #DB2427;
	text-decoration: none;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
}

a.text_link {
	position: relative;
	height: 12px;
	width: 22px;
	background-image: url(images/link_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline-block;
}

a.text_link:hover {
	background-position: left top;
}

.tn_180 {
	position: relative;
	height: 180px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin: 10px;
	filter: Gray;
}

.tn_245 {
	position: relative;
	height: 230px;
	width: 230px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin: 2px;
	filter: Gray;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.tn_245:hover {
	position: relative;
	height: 230px;
	width: 230px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin: 2px;
	filter: Gray;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#bottom3 {
	background-image: url(images/bg_bottom3.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 120px;
	width: 100%;
	z-index: 9000;
}

#bottom {
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 120px;
	width: 100%;
	z-index: 9000;
}

#content2_bottom {
	background-image: url(images/bg_bottom2.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 120px;
	width: 100%;
	z-index: 9000;
}

a.news_item {
	min-height: 160px;
	width: 250px;
	padding-left: 190px;
	position: relative;
	margin: 10px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	text-align: left;
	background-image: url(images/bg_news.png);
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #CCC;
	text-decoration: none;
	background-position: right bottom;
}


a.news_item:hover {
	background-image: url(images/bg_content.png);
	color: #FFF;
}

.news_text {
	position: relative;
	height: auto;
	width: 100%;
}
.news_thumbnail {
	position: absolute;
	height: 160px;
	width: 160px;
	left: 10px;
	top: 10px;
}
.news_link_arrow {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 20px;
	bottom: 10px;
}

.clip_polygon {
	-webkit-clip-path: polygon(88% 7%, 98% 68%, 100% 96%, 0 100%, 0 1%);
clip-path: polygon(88% 7%, 98% 68%, 100% 96%, 0 100%, 0 1%);
}

.contentdiv{
	background-size: 100% auto;
}




		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: relative;
				margin: 0;
			}
			
			#nav li ul
				{
	display: none;
	position: absolute;
	top: 100%;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	margin-left: -39px;
				}
			
			.lang {
	position: relative;
	z-index: 9999;
	margin-top: 1em;
	float: right;
	margin-right: 0.75em;
	height: 18px;
	width: 18px;
	}
	
	.lable {
	display: none;
}


a.news_item {
	width: 96%;
	height: auto;
	min-height: auto;
	padding: 0px;
	position: relative;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(images/bg_news.png);
	vertical-align: top;
	color: #CCC;
	text-decoration: none;
	background-position: right bottom;
}


a.news_item:hover {
	background-image: url(images/bg_content.png);
}

.contentdiv{
	background-size: auto 100%;
}


.news_thumbnail {
	position: relative;
	height: auto;
	width: 30%;
	display: inline-block;
	zoom: 1;
    *display: inline;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.news_text {
	position: relative;
	height: auto;
	width: 55%;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.news_link_arrow {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 20px;
	bottom: 10px;
}




		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			html
			{
				font-size: 90%; /* 12 */
			}
			
			
			
			body {
	margin: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #FFF;

}

			#nav
			{
	position: relative;
	top: auto;
	left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	background-image: url(images/bg_menu.png);
			}
			
			.lable {
	position: absolute;
	height: auto;
	width: 60%;
	top: 0.4em;
	z-index: 9999;
	left: 60px;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.5em;
	color: #FFFFFF;
	display: block;
}
				#nav > a
				{
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #000000;
	position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
				margin-top: 1px;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
	height: auto;
	text-align: left;
	padding: 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
						}


				/* second level */

				#nav li ul
				{
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.1em;
				}
				
					.submenu_tn {
	display: none;
}		
				
					.nav_text {
	height: 100%;
	font-size: 1.3em; /* 24 */
	line-height: 2.3em; /* 60 (24) */
	text-align: left;
	margin-left: 0;
	padding: 0.833em;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	color: #FFF;	
	}
	
					.nav_text:hover {
	height: 100%;
	font-size: 1.3em; /* 24 */
	line-height: 2.3em; /* 60 (24) */
	text-align: left;
	margin-left: 0;
	padding: 0.833em;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	color: #000;
	background-color: #ff9933;
	}
	
	#showroom {
	display: none;

}

#footer {
	display: none;

}
	
.lang {
	position: relative;
	z-index: 9999;
	margin-top: 1em;
	margin-bottom: 1em;
	float: right;
	margin-right: 0.75em;
	height: 18px;
	width: 18px;
	}
	
	#bottom {
	display: none;

}
	
	
	a.news_item {
	width: 96%;
	height: auto;
	min-height: auto;
	padding: 0px;
	position: relative;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(images/bg_news.png);
	vertical-align: top;
	color: #CCC;
	text-decoration: none;
	background-position: right bottom;
}


a.news_item:hover {
	background-image: url(images/bg_content.png);
}
.news_thumbnail {
	position: relative;
	height: auto;
	width: 30%;
	display: inline-block;
	zoom: 1;
    *display: inline;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.news_text {
	position: relative;
	height: auto;
	width: 55%;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.news_link_arrow {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 20px;
	bottom: 10px;
}
	
	
	
	
		}
