/* automsolutions style sheet */

body
{
    background-image: url(../img/body_bg.png);    
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-left:50px;
}

a:link, a:visited
{
	color: #CCCCCC;
}

a:hover
{
	color: Black;
}

#logo
{
	background-image: url(../img/Autom_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color:White;
	height:110px;
	width:955px;
	border-top-style: solid;
	border-top-color: #A0522D;
	border-top-width: 10px;
	border-bottom-style:solid;
	border-bottom-color: #804A00;
	border-bottom-width: 5px;
	position: absolute;
	top: 0px;
		
}

#div_headercontact
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: White;
	position: absolute;
	left: 750px;
	top: 75px;
}

#contact_Email
{
    text-decoration:none;
    color: White;
}

#contact_Email:hover
{
    color: Yellow;
}

#mainBanner
{
	height: 215px;
	width: 700px;
	display: inline;
	position: absolute;
	left: 302px;
	top: 125px;
	border: thin solid 1px;
}

#navMainDiv
{
	position: absolute;
	top: 125px;
	
	height: 215px;
	width: 953px;
	background-color: #330100;
}

#navMain {
margin: 0;
list-style-type: none;
font-size: 12px;
width: 252px;
color: white;
border-bottom-style: solid;
border-bottom-color: #330100;
border-bottom-width: 30px;
}

#navMain li {
background-color: #804A00;
text-align: center;
padding: 15px;
border-bottom: 3px;
border-bottom-style: solid;
}

#navMain a {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: white;
}

#navMain li:hover {
	color: black;
	background-color: #CCCCCC;
	cursor: pointer;
}

#divMainContent
{
    position: absolute;
    padding: 10px;
    top: 342px;
    height:600px;    
    width: 932px;
    border:solid 1px black;
    background-color:White;    
}

/*Banner Titles */
.Banner
{
	position: absolute;
	padding: 10px;
	top: 220px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	border: 1px;
	border-style: solid;
}

.Banner:hover 
{
    border: #EF7918;
    border-width: thin;
    border-style: solid;
    cursor: hand;
    background-color:#FFFFCC;
}

#techBanner
{
	left: 265px;
}

#webBanner
{
	left: 500px;
}

#projectBanner
{
	left: 740px;
}

/*Banner Pictures */
.BannerPic
{
	position: absolute;
	top: 260px;
	width: 200px;
	vertical-align: middle;
	height: 90px;
}

#techPic
{
	background-image: url(../img/tech.jpg);
	left: 265px;
}

#webPic
{
	background-image: url(../img/web.jpg);
	left: 500px;
}

#projectPic
{
	background-image: url(../img/project.jpg);
	left: 740px;	
}



/*Banner Details */
.BannerText
{
	position: absolute;
	top:385px;
	width: 235px;
	vertical-align: middle;
	text-align: left;
	font-size: 10px;
}

#techtxt
{
	left: 245px;
}

#webtxt
{
	left: 475px;
}

#projecttxt
{
	left: 720px;
}

#ql_Link[class~="ql_ExtLink"]
{
    padding-left: 18px;
    background: transparent url(../img/icon_external.gif) no-repeat center left;
}


#ql_Link:visited, #ql_Link:Link
{
    color:#330000;
    text-decoration: none;
}

#ql_Link:Hover
{
    color:#660000;
    font-size: 105%;
    text-decoration: underline;
}

.Content {
	position: absolute;
	/* top: 400px;
	left:250px; */
	width: 700px;
	height:240px;
	z-index: -1;
}

#aboutContent {
	font-size: 16px;
}

#divContact 
{
    position: absolute;
    left: 275px;
	height: 500px;
    /* border: solid 1px #330000; */
	
}

.frmSection
{
    border: dotted 1px 330100;
    width: 330px;    
}

.mnuLink:hover
{
    cursor:pointer;
    color:#FFCC00;
    font-size: 105%;
    text-decoration: underline;
}

#divfooter
{
    position:absolute;    
    top:935px;
    width:953px;
    height:30px;
    text-align:center; 
    background-image: url(../img/footer_bg.jpg);
    color:White;
    font-size: 10px;
}
