/*
Airtronicsinc.com Stylesheet Version 1.0
www.iRapture.com
Design by: Jacob Barr of iRapture.com
Implementation by: Joshua Moor of iRapture.com

Version 1.0 
11-12-2009

///////////////////////
1)Default Block Level Tags
2)Custom Block Level Tags
3)Links
4)Images
5)Text Formating
6)Lists and tables

*/

/*      1)Default Block Level Tags              */
*{
	margin:0px;
	padding:0px;
}

body{
	background:
		url(../images/airtronics_siteBackground.jpg)
		repeat-x
		#033f61;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*      2)Custom Block Level Tags              */
#page{
	position:relative;
	width:964px;
	margin:auto;
	padding-top:70px;
}

#topNavigation{
	width:944px;
	float:left;
	clear:both;
	position:relative;
	left:10px;
	background:
		url(../images/airtronics_topNavigationRepeating.jpg)
		repeat-x;
	height:39px;
}

#navigationLinks{
	width:964px;
	margin-left:20px;
	position:absolute;
}

#topDetail{
	width:964px;
	height:205px;
	float:left;
	clear:both;
}

#content{
	width:964px;
	float:left;
	background:
		url(../images/airtronics_contentAreaRepeating.jpg)
		repeat-y;
}

	#coreValues {
		width:400px;
		float:left;
		margin:0 0 0 30px;
	}
		#coreValues .left{
			width:200px;
			height:154px;
			float:left;
			margin: 5px 0 20px 0;
		}
		#coreValues .right{
			width:200px;
			height:154px;			
			float:left;
			margin: 5px 0 20px 0;			
		}
	

/*      3)Links              */

a.topDetailMoreInfo{
	background:
		url(../images/airtronics_decorationMoreInformationLink.jpg)
		no-repeat;
	float:left;
	width:357px;
	height:37px;
}

#topNavigation a{
	float:left;
	height:13px;
	margin-left:5px;
	margin-top:15px;
}

a.homeLink{
	width:48px;
	background:
		url(../images/airtronics_topNavigationButton_home.png);
}

a.researchLink{
	width:77px;
	background:
		url(../images/airtronics_topNavigationButton_research.png);
}

a.accredidationsLink{
	width:134px;
	background:
		url(../images/airtronics_topNavigationButton_accredidations.png);
}

a.accreditationsLink{
	width:134px;
	background:
		url(../images/airtronics_topNavigationButton_accreditations.png);
}

a.repairLink{
	width:50px;
	background:
		url(../images/airtronics_topNavigationButton_repair.png);
}

a.manufacturingLink{
	width:136px;
	background:
		url(../images/airtronics_topNavigationButton_manufacturing.png);
}

a.cncMachiningLink{
	width:127px;
	background:
		url(../images/airtronics_topNavigationButton_cncMachining.png);
}

a.capabilitesLink{
	width:92px;
	background:
		url(../images/airtronics_topNavigationButton_capabilities.png);
}

a.directionsLink{
	width:89px;
	background:
		url(../images/airtronics_topNavigationButton_directions.png);
}

a.newsLink{
	width:44px;
	background:
		url(../images/airtronics_topNavigationButton_news.png);
}

a.logo{
	width:204px;
	height:31px;
	float:left;
	clear:both;
	position:relative;
	left: 50px;
	background:
		url(../images/airtronics_logo.png)
		no-repeat;
}
a.certifate{
	text-decoration:none;
	color:#033f61;
}
a.certifate:hover{
	text-decoration:none;
	color:#000000;
}

/*      4)Images              */

img.pageBackgroundGlobeDetail{
	position:absolute;
	top:0px;
	left:0px;
}

img.coreValuesIMG{
	float:right;
	clear:right;
	margin:0 50px 0 0;
	border:solid 1px #000000;
}

#topNavigation img{
	float:left;
	margin-left: 5px;
	margin-top: 10px;
}

#topNavigation img.topNavigationDetailLeft{
	position:relative;
	left:-15px;
	margin-top:0px;
}

#topNavigation img.topNavigationDetailRight{
	float:right;
	position:relative;
	right:-10px;
	margin-top:0px;
}

#topDetail img{
	float:left;
}

img.contentAreaDecorationBottom{
	background:
		no-repeat;
}

img.pageTitle{
	margin-left:20px;
	padding-bottom:10px;
}

/*      5)Text Formating              */

#content p{
	margin-left:20px;
	font-size:12px;
	padding-bottom:10px;
	margin-right:20px;
}

#content h2{
	margin-left:20px;
	font-size:14px;
	padding-bottom: 20px;
	text-transform:uppercase;
}

p.address{
	position:relative;
	text-align:center;
	top:30px;
}

#coreValues .coreValuesText{
	font-size:24px;
	text-align:center;
	margin: 40px 0 0 0;
}

/*      6)Lists and tables              */
table.contactTable{
	width:930px;
	margin-left:20px;
	padding-top:-10px;
	font-size:12px;
}

td{
	padding:5px;
}

ul.coreValuesList {
	list-style:none;
	margin: -5px 0 15px 70px;
}


