/* CSS Document */

body{
	background-image: url(../images/bg.jpg);
	background-position:top;
	font-family:arial;
	background-color: #676767;
	margin-top: 20px;
	margin-bottom: 20px;
}

.style1 {font-size: 18px}

.clear {clear:both;}

.mainwrapper{
	width:960px;
	margin:auto;
	background-color: #3A4F60;
}

.topHeaderWrapper{
	width:960px;
	height:100px;
	margin:auto;
	background-color: #3A4F60;
}

.logoArea img {
	margin:20px 10px 0;
}

.logoArea{
	height:100px;
	width:480px;
	float:left;
}

.content {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-align: justify;
}

h1, h2, h3 {
	color:#5b6b7a;
}
h2 {
	font-size:18px;
}

/***************************************************/

.main-nav {
	height:100px;
	width:480px;
	float:left;
	font-size: 18px;
	color: #DDDEE0;
	font-weight: bold;
}

.main-nav ul {
	list-style:none;
	margin:36px 10px 0 0;
	float:right;
}

.main-nav ul li {
	float:left;
	margin:0 10px;
}

.main-nav ul a {
	display:block;
	padding:5px 10px;
	color:#d7dcdf;
	text-decoration:none;

}

.main-nav ul li a:hover {
	color:#fff;
}

.sub-nav {
	list-style:none;
	margin:0;
}

.sub-nav ul {
	list-style:none;
	float:right;
	margin:0 10px 0 0;
}

.sub-nav ul li {
	margin:0 10px;
	float:left;
}

.sub-nav ul a {
	display:block;
	padding:5px 5px;
	font-weight:bold;
	color:#d7dcdf;
	text-decoration:none;
}

.sub-nav ul li a:hover {
	color:#fff;
}

li.active a {
	color:#fff;
}

.management a {
	text-decoration:none;
	color:#333;
}

.management a span {
	color:#9a6701;
	font-weight:bold;
	text-decoration:none;
}

.management a.active {
	border-bottom:1px solid #9a6701;

}

/***************************************************/

/*Content*/
#home.content, #management.content {
	min-height:500px;
}

.overFlow {
	overflow-y: scroll;
	overflow-x: hidden;
}

/*Home Page*/
#home .left-side {
	width:600px;
	float:left;
	
}

#home .right-side h2 {
	text-align:left;
}

#home .right-side, #management .right-side {
	width: 320px;
	height: 500px;
	float: left;
	padding: 0 20px;
	background-color: #c3c7c8;
}

/*Management Page*/
#management .left-side {
	width:560px;
	height:500px;
	background-color:#eff0f1;
	padding:0 20px;
	float:left;
}

#management .left-side h1 {
	font-size:18px;
	margin: 20px 0 0;
}

#management .left-side h2 {
	font-size:16px;
	font-style:italic;
	color:#9a6701;
}

/*Contact Page*/
#home #contact {
	width:100%;
	float:left;
	background-color:#FFF;
}

#home #contact_form {
	width:620px;
	float:left;
}

#home #contact_info {
	width:300px;
	padding:15px;
	float:left;
	font-size:14px;
	line-height:1.2;
}

#home #contact_info .p1 {
	text-align:justify;
}

#home #contact_info h2 {
	margin:5px 0;
	padding:0;
}
#home #contact_info a {
	color:#5b6b7a;
	text-decoration:none;
}

input.ButtonBlueWhite{
	font-family:Tahoma, Arial, Verdana;
	font-size:13px;
	line-height:35px;
	font-weight:bold;	
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/shedule-bg.jpg);
	background-repeat:repeat-x; background-position:top;
	background-color:#0391b7;
	-moz-border-radius:4px;
	border-radius:4px;
	border:#029dc8 solid 1px;
	padding:5px 7px;
	margin:7px;
	-moz-box-shadow: 0 0 4px #646464;
	box-shadow: 0 0 4px #646464;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
input.ButtonBlueWhite:hover{
	background-image:url();
	background-color:#0bb0dd;
	-moz-box-shadow: 0 0 4px #646464;
	box-shadow: 0 0 4px #646464;
	cursor:pointer;
}

/*Products Page*/
#products .left-side {
	width:670px;
	float:left;
	background-color:#FFF;
}

#products .right-side {
	width: 250px;
	height: 500px;
	float: left;
	padding: 0 20px;
	background-color: #c5c19d;
	position:relative;
	background-image:url(../images/logo-icon.png);
	background-repeat:no-repeat;
	background-position:center 350px;
}

#products .right-side h2.acc {
	margin-bottom:0px;
}

#products .right-side .logo {
	position:absolute;
	bottom:25px;
	left:10%;
}

#products .right-side ul {
	list-style:none;
}

#products .right-side ul li {
	margin:0 0 10px;
	z-index:100;
}

#products .right-side ul li a {
	text-decoration:none;
	color:#5b6b7a;
	font-weight:bold;
	font-size:15px;
}

#products .right-side ul li a:hover {
	color: #FFF;
}

#products .right-side li.active a {
	color:#fff;
}

/*Specs Pages*/
.specs-wrap {
	width:670px;
	height:500px;
	float:left;
	position:relative;
}
.specs-header  h1 {
	margin:25px 70px;
}
.specs-image {
	width:100%;
	float:left;
}
.specs-image img {
	float:left;
	margin: 0 0 30px 70px;
}
.specs-header h2 {
	padding:0 70px 0;
}
.specs {
	margin:0
}
.specs-table {
	float:left;
}
.specs-table table {
	width:525px;
	margin:0 0 0 70px;
	border: 1px solid #000
}
.specs-bold {
	font-weight:bold;
}
.bg-screen {
	background-color: #c5c19d;
	width:100%;
}

/***************************************************/

.shadow{
 -moz-box-shadow:0px 0px 20px #484848;
  box-shadow:0px 0px 20px #484848;
}
.shadow2{
 -moz-box-shadow:7px 7px 7px #484848;
  box-shadow:7px 7px 7px #484848;
}


input[type="text"]:focus, textarea:focus {
    -moz-box-shadow: 0 0 4px #0C69C4;
	box-shadow: 0 0 4px #0C69C4;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #010101;
}
.spacer{
	height:20px;
	width:100%;
}

.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.floatLeft { float:left; }
.floatRight { float:right; }
.footer{
	background-color:#3A4F60;
	padding:20px 30px;
	width:900px;
}
.footerText{
	width:300px;
	height:72px;
	text-align:left;
	float:left;
	/*color: #fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;*/
}
.footerText span.content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #F1F1EF;
	text-align: justify;
}

.footerText span.content a {
	color: #F1F1EF;
}
.footerText span.corp-site a {
	color:#F1F1EF;
	text-align:center;
	float:none;
	text-decoration:none;
	display:block;
	margin-top:20px;
}

.footerText span.corp-site a img {
	border:none;
}

.boxShadow{
 -moz-box-shadow:4px 4px 4px #484848;
  box-shadow:4px 4px 4px #484848;
  -moz-border-radius:20px;
  border-radius:20px;
}
.boxShadow:hover{
 -moz-box-shadow:4px 4px 4px #484848;
  box-shadow:4px 4px 4px #484848;
  -moz-border-radius:20px;
  border-radius:20px;
}
.boxShadow2{
 -moz-box-shadow:4px 4px 4px #484848;
  box-shadow:4px 4px 4px #484848;
  -moz-border-radius:20px;
  border-radius:20px;
  border:1px solid #666666;
}
.boxShadow2:hover{
 -moz-box-shadow:4px 4px 4px #484848;
  box-shadow:4px 4px 4px #484848;
  -moz-border-radius:20px;
  border-radius:20px;
  cursor:pointer;
  border:1px solid #666666;
}
