@charset "UTF-8";
/* CSS Document */

article, section, aside, hgroup, nav, header, footer, figure, figcaption { 
    display: block;
}


*{
    margin: 0px;
    padding: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
}

img {
    border: none;
}

#wrapper {
    width: 829px;
    margin-right: auto;
    margin-left: auto;
}

#header {
	height: 160px;
	background-color: #FFF;
	background-image: url(images/headerlogo_01.jpg);
	background-repeat: no-repeat;
}


#content {
	width: 633px;
	float: right;
	padding: 0px;
	background-color: #FFF;
	height: 800px;
	list-style-type: none;
}

#content2 {
	width: 616px;
	float: right;
	padding-top: 32px;
	background-color: #FFF;
	height: 800px;
	list-style-type: none;
}

#content_home {
	width: 829px;
	float: right;
	padding-top: 182px;
	padding-left: 175px;
	background-color: #FFF;
	height: 650px;
	list-style-type: none;
}

#main_content {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 54px;
	padding-left: 47px;
	text-align: justify;
    text-justify: inter-word;
	line-height: 25px;
	font-size: 15px;
}

#main_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:100;
	color: #999;
	list-style-type: none;
}

#sidebar_home{
	width: 196px;
	float: left;
	background-image: url(images/title_02.jpg);
	height: 835px;
}

#sidebar_about {
	width: 196px;
	float: left;
	background-image: url(images/title_about.jpg);
	height: 835px;
}

#sidebar_print {
	width: 196px;
	float: left;
	background-image: url(images/title_print.jpg);
	height: 835px;
}

#sidebar_web {
	width: 196px;
	float: left;
	background-image: url(images/title_web.jpg);
	height: 835px;
}

#sidebar_motion {
	width: 196px;
	float: left;
	background-image: url(images/title_motion.jpg);
	height: 835px;
}

#sidebar_contact {
	width: 196px;
	float: left;
	background-image: url(images/title_contact.jpg);
	height: 835px;
}

#main_sidebar {
}

#logo {
	float: left;
	padding-top: 48px;
	padding-right: 113px;
}

#nav {
	float: right;
	width: 280px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav li {
	list-style-type: none;
	float: left;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: center;
	display:inline;
	line-height: 20px;
	color: #9f1c34;
}

#nav li a {
	color: #999;
	text-decoration: none;
	display: block;
}

#nav li a:visited {
	color: #999;
	text-decoration:none;
}

#nav li a:hover {
	color: #9f1c34;
}

#nav li#hightlight a{
	color: #9f1c34;
	font-weight: bold;
	text-decoration:none;
}


#nav ul .subNav ul {
	display: none;
}

#nav ul .subNav:hover ul{
	display: block;
}

#nav ul .subNav ul li {
	}
	
#nav ul .subNav ul li a {
	line-height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#nav li.subNav ul li a:link, #nav li.subNav ul li a:visited {
	color: #999;
}

#nav li.subNav ul li a:hover, #nav li.subNav ul li a:active {
	color: #9f1c34;
}

#nav2 {
	float: right;
	width: 829px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#nav2 li {
	list-style-type: none;
	float: left;
	width: 120px;
	padding-left: 70px;
	padding-right: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	display:inline;
	line-height: 20px;
	color: #9f1c34;
}

#nav2 li a {
	color: #999;
	text-decoration: none;
	display: block;
}

#nav2 li a:visited {
	color: #999;
	text-decoration:none;
}

#nav2 li a:hover {
	color: #9f1c34;
}

#nav2 li#hightlight a{
	color: #9f1c34;
	font-weight: bold;
	text-decoration:none;
}

.highlight{
	color: #999;
}

#gallery li{
	padding-left: 70px;
	padding-right: 70px;
	display: inline;
}

#popup-gallery li{
	float:left;
	margin-top: 30px;
	padding-left: 30px;
	display: inline;
}

img { 
   border:1px solid #ebebeb;
}

#footer {
	height: 120px;
	clear: both;
	background-color: #000;
	background-repeat: repeat-y;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-left:610px;
	font-weight: 100;
}


