/*---------------------------------------------------------------------------------------------------------------------------------  
  ADSYS STYLESHEET
  style.css
  ---------------------------------------------------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}  

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
  
body {
	background: #DEDEDE;
    background: -o-linear-gradient(top, #DEDEDE 0%, #FFFFFF 60%); /* Gradient Effect for Opera */
    background: -ms-linear-gradient(top, #DEDEDE 0%, #FFFFFF 60%); /* Gradient Effect for IE */
    background: -moz-linear-gradient(top, #DEDEDE 0%, #FFFFFF 60%); /* Gradient Effect for Firefox */
    background: -webkit-linear-gradient(top, #DEDEDE 0%, #FFFFFF 60%); /* Gradient Effect for Chrome*/
	background: linear-gradient(to bottom, #DEDEDE 0%, #FFFFFF 60%); /* Gradient Effect */
	background-repeat: no-repeat;
}

body, p, table {
	font: normal 12px Segoe UI, Arial, Helvetica, sans-serif;
	color: #404040;
	text-align: justify;
	line-height: 20px;
}

i {
	color: #0487BA;
}

h1 {
	font: bold 23px Segoe UI, Arial, Helvetica, sans-serif;
	color: #0487BA;
	margin-top: 40px;
}

h2 {
	font: bold 16px Segoe UI, Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 40px;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

a:link, a:visited {
	color: #0487BA;
	text-decoration: none;
}

a:hover {
	color: #7186F7;
	text-decoration: none;
}

.clearboth {
	clear:both;
}

/*---------------------------------------------------------------------------------------------------------------------------------  
  HEADER SECTION
  ---------------------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 5px #CECECE; /* Shadow effect */
	-moz-box-shadow: 0 0 10px 5px #CECECE; /* Shadow effect for Firefox */
	-webkit-box-shadow: 0 0 10px 5px #CECECE; /* Shadow effect for Chrome and Safari */
}  

/*---------------------------------------------------------------------------------------------------------------------------------*/
  
#top-header { /* header navy bar */
	background: #232335;
	width: 900px;
	height: 130px;
	margin: 0 auto;
}

.adsys-logo {
	background: url('../adsys-images/logoadsys.png') no-repeat;
	width: 203px;
	height: 65px;
	margin-left: 40px;
	margin-top: 30px;
	position: absolute;
}

.quote {
	background: url('../adsys-images/design.png') no-repeat;
	width: 252px;
	height: 14px;
	float: right;
	margin-right: 50px;
	margin-top: 60px;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

#top-nav { /* upper navigation bar */
	width: 900px;
	height: 40px;
	background: #1A1A19;
}

.links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 40px;
}

.links li {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #404040;
	line-height: 40px;
	text-align: left;
    display: inline-block;
}

.links a {
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.links a:hover {
	background-color: #0487BA;
	color: #FFFFFF;
}

/* Sub Menus */
.links li li {
	font-size: .9em;
	background-color: #1A1A19;
	border-bottom: 1px solid #0487BA;
}

.links li ul {
    position: absolute;
    display: none;
	background-color: #1A1A19;
	color: #0487BA;
	padding-left: 0;
	min-width: 200px;
}

.links li:hover ul {
    display: block;
	background-color: #0487BA;
	color: #FFFFFF;
}

.links li ul li {
    display: block;
}

/*---------------------------------------------------------------------------------------------------------------------------------  
   SPLASH IMAGES
  ---------------------------------------------------------------------------------------------------------------------------------*/

.splash {
	width: 900px;
	height: 300px;
	float: left;
	border-bottom: 1px solid #CECECE;
}  
  
.index-splash {
	background: url('../adsys-images/index-splash.jpg');
}

.products-splash {
	background: url('../adsys-images/products-splash.jpg');
}

/*---------------------------------------------------------------------------------------------------------------------------------  
   CONTENT SECTION
  ---------------------------------------------------------------------------------------------------------------------------------*/

#content {
	width: 900px;
	background: url('../adsys-images/watermark.png') right top no-repeat;
	overflow: auto;
	padding-bottom: 40px;
	min-height: 350px;
} 

.main-text {
	padding-left: 40px;
	padding-right: 40px;
}

.op-width {
	width: 700px;
}

.bot-padding {
	padding-bottom: 50px;
}

.blue-italic {
	font-style: italic;
	color: #0487BA;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

.content-list li { /* custom bullet symbol and style */
	padding-left: 1em;
	text-indent: -1em;
}

.content-list li:before { 
	color: #0487BA;
	content: "+";
	padding-right: 10px;
}

.sub-content-list li { /* custom bullet symbol and style */
	padding-left: 3em;
	text-indent: -1em;
}

.sub-content-list li:before {
	color: #0487BA;
	content: "-";
	padding-right: 10px;
}

.content-list p {
	margin-top: 0px;
	padding-left: 20px;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

.company-col1 {
	vertical-align: top;
	width: 60px;
	font-weight: bold;
	color: #000000;
	background: #C4DDE6;
	text-align: center;
	border-right: 10px solid #FFFFFF;
}

.company-col2 {
	vertical-align: top;
	width: 180px;
}

.blueline {
	border-bottom: 1px solid #0487BA;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

.contact-col1 {
	width: 100px;
	font-style: italic;
	color: #0487BA;
}

.contact-input { /* input field style for contact page */
	width: 470px;
	border: 1px solid #000000;
}

.contact-message { /* textarea field style for contact page */
	width: 466px;
	border: 1px solid #000000;
}

.success {
	color: #00C000;
}

.failed {
	color: #FF4040;
}

input:focus, textarea:focus {
	border: 1px solid #0487BA;
}

/*---------------------------------------------------------------------------------------------------------------------------------  
   FOOTER SECTION
  ---------------------------------------------------------------------------------------------------------------------------------*/
  
#bot-footer {	
	background: #232335;
	width: 900px;
	height: 40px;
	position: relative;
	margin: -40px auto 0 auto;
	clear: both;
	box-shadow: 0 0 10px 5px #CECECE; /* Shadow effect */
	-moz-box-shadow: 0 0 10px 5px #CECECE; /* Shadow effect for Firefox */
	-webkit-box-shadow: 0 0 10px 5px #CECECE; /* Shadow effect for Chrome and Safari */
}

.footer-text-left {
	font: normal 10px Segoe UI, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 40px;
	float: left;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/
