﻿body
{
	background-color:#c6cacd;
	color:#2d2b2c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
#divWrapper
{
	width:800px;
	margin:auto;
	background-color:white;
	border:1px solid #aeafb1;
}
#divHeader, #divHeaderAbout, #divHeaderService
{
	margin-bottom:0;
	background-image:url('../Images/header.jpg');
	background-position: center top;
	width:790px;
	height:196px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
#divHeaderAbout
{
	background-image:url('../Images/header-about.jpg');
	background-position: center top;
}
#divHeaderService
{
	background-image:url('../Images/header-service.jpg');
	background-position: center top;
}
#divNav
{
	background-image:url('../Images/nav.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	height:32px;
	color:white;
	text-align:center;
	padding-top:8px;
}
#divNav ul
{
	margin-top:0;
	padding-top:0;
	margin-left:0;
	padding-left:0;
}
#divNav ul li
{
	display:inline-block;
	list-style-type:none;
}
#divNav ul li a
{
	color:#2e2c2c;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
}
#divNav ul li a.active
{
	color:#e90908;
}
#divContent
{
	padding:10px;
}
h1
{
	color:#0000f3;
	font-size:17px;
	border-bottom:1px solid #0000f3;
}
h2
{
	color:#0000f3;
	font-size:12px;
}
/***************************Gallary Start*************************/
#nav { margin: 20px auto }
#nav a { padding: 4px 6px; margin: 3px; border: 1px solid #ccc; text-align: center; text-decoration: none; background-color: #ddd }
#nav a.activeSlide { color: #c00 }
#nav a:focus { outline: none; }

.slideshow { margin: 20px auto; padding: 0; clear: left; }
.slide { margin: 0; padding: 0 }
.slideshow, .slide { width: 710px; }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; margin: 0 }
.galleryImg
{
	width:200px;
	height:200px;
}
/***************************Gallary End*************************/
#divfooter
{
	margin:auto;
	text-align:right;
	width:800px;
	padding-top:5px;
}
table
{
	width:80%; 
	margin:auto
}
th
{
	text-align:left;
	color:#0000F3;
}
#phone
{
	
	/*float:right;
	width:420px;
	text-align:left;
	margin-top:45px;*/
}
.left
{
	width:230px;
	float:left;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}
.right
{
	margin-bottom:10px;
	font-size:14px;
}
.clear
{
    clear:both;
}
input, textarea
{
    width:200px;
}
#SubmitButton
{
    width:208px;
}
.red
{
    color:Red;
    font-weight:bold;
}
/*#divError
{
    width:780px;
    padding:10px;
    color:Red;
   border:1px solid red;
}*/
.divSimulatorsLists
{
	width:430px;
	float:left;
}
.divSimulatorsLists ol
{
	margin-top:0;
	padding-top:0;
}
.divSimulatorsLists li
{
	line-height:43px;
}
.divSimulatorsLinks
{
	float:right;
}
.pdfDownload a
{
	display:block;
	padding:10px;
	width:150px;
	margin-right:30px;
	border:1px solid #000000;
	margin-bottom:8px;
}
.pdfDownload a:hover
{
	border:1px solid #ccc;
}