/* --------- 1. defaults  --------- */
* {
	margin: 0;
	padding: 0;
	outline:none;
}

body {
	background: #FFFFFF url(../images/background.jpg) repeat-x;
	background-color:#FFFFFF;
	font: 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 1.2em;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #000000;
}



a {
	color:#000000;
}

a:hover {

}



.footerSpacer {
	text-decoration: none;
	background: #00CC00;
}

/* Main Structure */

#TopPadding {
	width: 660px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
	text-align: center;
}

#center {
	width: 810px;
	margin:0 auto;
}

#header {
	height: 60px;
}



#footerGrad {
	height: 44px;
	background-image: url(../images/gradientFooter.png);
	background-repeat: repeat-x;
}

#logo {
	height: 44px;
	width: 200px;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}


#flashBanner {
	height: 311px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}

#content {
	background: url(../images/wrapperBackground.jpg) repeat-x;
	padding-top: 12px;
	width: 800px;
	padding-bottom: 10px;
	}
	
#rightContent {
	width: 230px;
	height: 100px;
	float: right;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
		}
		
#contentWrapper {
	padding: 0px;
	margin-right: 2px;
	width: 510px;
	margin-left: 2px;
		}
		
#contentWrapperB {
	padding: 0px;
	margin-right: 2px;
	width: 798px;
	margin-left: 2px;
		}					

#mainContent {
	padding-bottom: 0px;
	width: 230px;
	padding-left: 0px;
		}
		
#mainContentB {
	padding-bottom: 0px;
	width: 515px;
	padding-left: 0px;
		}		
		
#headerBox {
	height: 20px;
	padding: 5px 5px 5px 5px;
	background: url(../images/pingTest.png) no-repeat left top;
		}

#leftContent {
	width: 230px;
	float: left;
	margin-left: 3px;
		}	
	
	
#leftNav {
	position:absolute;
	width:58px;
	height:278px;
	top:164px;
	left:0;
	}

#rightNav {
	position:absolute;
	width:58px;
	height:278px;
	top:164px;
	right:0;
	}


/* Font */

.contactSize {
	font-size: 1.3em;
	margin-top: 5px;
}
.blue {color: #0096DA}


.smallerText {
	font-size: 0.9em;
	margin-top: 5px;
}


/* subNav */

.subNav {
	height:10px;
	padding-left: 14px;
	padding-bottom: 5px;
	padding-top: 3px;
	text-decoration: none;
}

.subNav a {
text-decoration: none;
}

.subNav:hover {
	border:none;
	text-decoration: none;
	background: url(../images/arrow.png) no-repeat left 70%;
}


/* homeAndContactNavNav */

.homeContact {
	height:10px;
	padding-left: 14px;
	padding-bottom: 5px;
	padding-top: 3px;
	text-decoration: none;
	background: url(../images/contactIcon.png);
}

.homeContact a {
text-decoration: none;
}

.homeContact:hover {
	border:none;
	text-decoration: none;
	background: url(../images/contactIconRollover.png);
}

/* Columns */

#left {
	float: left;
	width: 10px;
	margin-left: 5px;
}

#right {
	float: right;
	width: 10px;
	margin-right: 5px;
}

#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

#left li, #right li {
	margin-bottom: 1.5em;
}



#center ul, #center ol {
	margin-left: 3em;
}

/* Footer */
/*
#footer {
	text-align: center;
	font-size: 77%;
	height: 30px;
	padding-top: 10px;
}
*/
#footer {
	text-align: center;
	font-size: 77%;
	width: 810px;
	margin:0 auto;
	padding-top: 10px;
}



#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
}

/* Form */

#valTextLeft {
	margin: 0;
	width: 160px;
	float: left;
	height: 40px;
}

#valSendRight {
	margin: 0 7px 0 0;
	width: 50px;
	float: right;
}

#callToAction {
}


/* nav */


#nav {
	height: 45px;
	float: right;
	width: 526px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
	font-size: 14.4px;
	padding-right: 4px;
}

.navHome {
	height: 25px;
	width: 100px;
	float: right;
	text-align:right;
	padding-top: 15px;
	color: #999999;
	text-decoration: none;
}

.navHome a { 
	font-weight: normal; 
	color:#999999;
	text-decoration: none;
	}

.navHome a:hover { 
	font-weight: normal; 
	color:#0098dc;
	text-decoration: none;
	}


.navServices {
	height: 25px;
	width: 95px;
	float: right;
	text-align:right;
	padding-top: 15px;
}

.navServices a { 
	font-weight: normal; 
	color:#999999;
	text-decoration: none;
	}

.navServices a:hover { 
	font-weight: normal; 
	color:#0098dc;
	text-decoration: none;
	}


.navOurWork {
	height: 25px;
	width: 100px;
	float: right;
	text-align:right;
	padding-top: 15px;
}

.navOurWork a { 
	font-weight: normal; 
	color:#999999;
	text-decoration: none;
	}

.navOurWork a:hover { 
	font-weight: normal; 
	color:#0098dc;
	text-decoration: none;
	}

.navWhyIrelish {
	height: 25px;
	width: 110px;
	float: right;
	text-align:right;
	padding-top: 15px;
}

.navWhyIrelish a { 
	font-weight: normal; 
	color:#999999;
	text-decoration: none;
	}

.navWhyIrelish a:hover { 
	font-weight: normal; 
	color:#0098dc;
	text-decoration: none;
	}

.navContact {
	height: 25px;
	width: 95px;
	float: right;
	text-align:right;
	padding-top: 15px;
}

.navContact a { 
	font-weight: normal; 
	color:#999999;
	text-decoration: none;
	}

.navContact a:hover { 
	font-weight: normal; 
	color:#0098dc;
	text-decoration: none;
	}
	
.socialLinks {
height: 35px;
width: 138px;
}

.twitterLink {
	height: 35px;
	width: 30px;
	float: left;
}

.youtubeLink {
	height: 35px;
	width: 66px;
	float: right;
	padding-right:3px;
}

.facebookLink {
	height: 35px;
	width: 35px;
	float: right;	
}

.smalltext{
	font-size:9px;
	color:#000;
}