/*
    Atlantic Marine Electrical Services, Inc. Main CSS
    by Cliff Sarcona
	(c) 2010 All Rights Reserved.
*/

/* ===== global styles ===== */

body  {
    font-family: Helvetica, Arial, sans-serif;   /* default page font */
    background: #fff;
    margin: 0;          /* shorthand for all margins = 0 */
    padding: 0;         /* no padding */
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

#headerOut {
    width: 100%; 
    margin: 0 auto;
	background: url(headerbg.jpg);
	}
	
#headerIn {
    width: 990px;       /* sets the content width */
	height: 164px;
    margin: 0 auto;     /* no top/bottom margin, centered horizontally */
    position: relative;
	border: 0px solid black; 
}

a {
    text-decoration: none;
    color: #807f7f;
	font-size: 1.05em;
	border: none;

}




img { border: none; }



a:hover, a:active {
    color: black;
	text-decoration: underline;
    
}

/* ===== header ===== */



#midBanner {
    height: 90px;
}

#searchText {

    position: absolute;
	color: #012d7e;
    left: 910px;
	top: 39px;   
    margin: 0 auto;
    vertical-align: middle;
    padding-right: 5px;
	font-size: 12px;
	border: 0px solid black; 
	font-weight: bold;
}  

#searchField
{
    float: right;
	
    height: 48px;
    display: inline;
    overflow: hidden;
    padding: 28px 30px 0 60px;
	

}

#searchField .Button {
    
    padding: 0;
    background: transparent;
    vertical-align: middle;
}

#searchField p {

    float: left;
    font-size: 0.65em;
    margin: 3px 0 0 0;
}
#SearchField a {
    color: #939393;
}

#searchField input {
    background: #fff;
    border: 1px solid #d9d9d9;
}




/* #searchField input[type="text"], #searchField textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    margin-bottom: 1px;
    display: block;
    padding: 3px;
    border: solid 1px #85b1de;
    width: 120px;
	background-color: white;
	background:url(SearchIcon.jpg) left no-repeat;
}

#searchField input[type="text"]:focus, #searchField textarea:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
} */


/* ===== shop link ===== */

#shopButton {
    position: absolute;
    left: 900px;
    top: 65px;
	
}

#shopButton a {
    height: 70px;
    width: 75px;
    display: block;
    background: url(shopnow.png) 0px 0px;
    border: none;
}


#mainLogo {
    position: absolute;
    left: 0px;
    top: 35px;
}

#mainLogo a {
    height: 106px;
    width: 313px;
    display: block;
    background: url(../content/logotop.png) 0px 0px;
    border: none;
}

/* ===== main menu ===== */

#mainMenu {
    position: absolute;
	width: 800px;
    left: 235px;
	top: 132px;
    bottom: 0;
		 
}

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

#mainMenu li {
    float: left;
    margin: 0;
    padding: 0;
	color: black;
}

#mainMenu a {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    color: #4e4e4e;
    text-decoration: none;
    padding: 5px 15px 11px 15px;
    margin-right: 5px;
    line-height: 15px;
    border-right: 1px solid #e5e5e5;
}

#mainMenu a:hover {
    color: black;
	text-decoration: underline;
}

#mainMenu a.current {
    
    margin-top: 0px;
    color: black;
	text-decoration: underline;
}

#mainMenu a.current:hover {
    cursor: default;
}

/* ===== main menu ===== */

#topMenu {
    position: absolute;
    left: 375px;
	height: 15px;
	top: 10px;
    bottom: 0;
	border: 0px solid black;
}

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

#topMenu li {
    float: left;
    margin: 0;
    padding: 0;
}

#topMenu a {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    color: #807f7f;
	font-size: 11px;
    text-decoration: none;
    padding: 0 8px 3px 3px;
    margin-right: 5px;
    line-height: 10px;
    border-right: 1px solid #e5e5e5;
	
}

#topMenu a:hover {
    color: black;
	text-decoration: underline;
}

#topMenu a.current {
    
    margin-top: 0px;
    color: black;
	text-decoration: underline;
}

#topMenu a.current:hover {
    cursor: default;
}

/* the content portion of the page */

#contentOuter {

    position: relative;
    background-color: #fff;
    padding: 5px;
    width: 990px;
	height: 285px;
	margin: 0 auto;
	border: 0px solid black;
}  

#contentOuter h1  {
    
    position: absolute;
	width: 330px;
    font-size: 19px;
	font-weight: normal;
	top: 170px;
	left: 50%;
	margin-left: -165px;

}

#contentOuter h2  {
    
    position: absolute;
	width: 330px;
    font-size: 14px;
	top: 198px;
	left: 50%;
	margin-left: -165px;

}

/* ====- main content ===== */

#facebook { float: right; }

#facebook a {
    height: 36px;
    width: 38px;
    display: block;
    background: url(facebook.jpg) 0px 0px;
    border: none;
}

#sexyGirl {
    float: left;
	width: 300px;
	display: block;
	
	}

#contactInfo {
   float: left;
   }

#authorize { float: left; }

#authorize a {
    height: 40px;
    width: 51px;
    display: block;
    background: url(authorize.jpg) 0px 0px;
    border: none;
}
	

.strikeout  {
    color: red;
    text-decoration:line-through;
}

.buynow  {
   font-weight: 600;
   text-decoration: underline;

}

#productLeft {
    position: absolute;
	left: 0px;
    width: 330px;
    margin: 50px auto;
    padding: 0 0px;
	border: 0px solid black;
	
}

#productMiddle {

    position: absolute;
	left: 330px;
    width: 330px;
    margin: 50px auto;
    padding: 0 0px;
	border: 0px solid black;
}

#productRight {

    position: absolute;
	left: 660px;
    width: 330px;
    margin: 50px auto;
    padding: 0px 0px;
	border: 0px solid black;
}

#tourOuter {
	
	 width: 625px;
	height: 50px;
	border: 0px solid #807f7f;
	margin: 25px auto 30px;
	border: 0px solid black;

}

#vanImage {

 	float: left;
	
}

#vanImage a {
    height: 43px;
    width: 105px;
    display: block;
    background: url(van.jpg) 0px 0px;
    border: none;
}

#tourText {

    float: right; 
	margin-top: 15px;
	font-size: .79em; 
	font-family:Arial, Helvetica, sans-serif; 	
	font-weight: bold;
	}
   
   
#tourText a { 
   font-size: 1.1em;
   font-weight: 600;
   text-decoration: underline;
	}
	
#bottomboxOuter {
 
    position: relative;
    width: 925px;
	height: 199px;
	background: url(bottombg.png);
	margin: 0 auto;
	
}

#bottomboxInner {
   
    position: absolute;
    width: 900px;
	height: 160px;
	margin: 0 auto;
	top: 50%;
    margin-top: -80px;
	left: 50%;
	margin-left: -450px;
	border: 0px solid #807f7f;  


}

#installBox {
    
	float: left;
	width: 300px;
	height: 100%;
	border-right: 1px solid #cfd1ed;

}

#installImage a {
	position: absolute;
	float: left;
	height: 139px;
    width: 125px;
    margin-top: -70px;
	top: 50%;	
    display: block;
    background: url(crosswrench.jpg) 0px 0px;
    border: 0px solid;
}

#installText {
	position: absolute;
	height: 110px;
	padding-top: 35px;
    margin-left: 115px;	
	padding-right: 32px;
	color: black;
	font-size: 17px;

	
}

#installText a {

    text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}

#midBox {
 	
	width: 300px;
	height: 160px;
	margin: 0 auto;
	border-right: 1px solid #cfd1ed;
	}

#midBox a {

    position: absolute;
	height: 153px;
    width: 263px;
	left: 318px;
    margin-top: -77px;
	margin-right: 10px;
	top: 50%;	
    display: block;
    background: url(youtube.jpg) 0px 0px;
}

#rightBox {

	width: 300px;
	height: 160px;
	margin: 0 auto;
	float: right;

}

#rightBox a {

    position: absolute;
	height: 87px;
    width: 200px;
	left: 665px;
    margin-top: -44px;
	margin-right: 10px;
	top: 50%;	
    display: block;
    background: url(abyc.jpg) 0px 0px;
}



#mainContent p {
    font-size: 0.9em;
    line-height: 1.4em;
    color: black;
    margin: 1ex 0;
}

#supportPage {
    float: right;
    margin: 500px 15px 0 0;
    }

#supportPage h1 { font-size: 1em; }

#supportPage h2 { font-size: .8em; }

/* ===== footer ===== */

#splashFooter {

    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
	text-align: center;

	
}


/* ===== miscellaneous styles ===== */

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}



