/*Copyright (c) 2008, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 2.5.1
*/
body{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

a{outline: none;}

/* BEGIN CSS */

body{
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 0.95em;
}

div#header{
	width: 924px;
	margin: 0 auto;
	border-top:6px solid #000;
	border-bottom: 6px solid #000;
	height: 180px;
	position: relative;
}

div#logo{
	margin: 15px 0 0 0;
}


/*---- QUICK CONTACT ----*/

div#quick-contact{
	position: absolute;
	top:6px;
	right: 3px;
}

div#quick-contact a{
	color: #000;
	font-size: 18px;
	direction: block;
	text-align: right;
	text-decoration: none;
}

div#quick-contact a:hover{
	text-decoration: underline;
}

div#quick-contact span{
	color: #000;
	font-size: 17px;
	clear: both;
	display: block;
	text-align: right;
	margin-top: 5px;
}

/*---- END QUICK CONTACT ----*/

/*---- NAVIGATION ----*/

div#nav{
	position: absolute;
	bottom: -6px;
	right: 0px;
}

div#nav ul{

}

div#nav ul li{
	float: right;
	margin-left: 3px;
}

div#nav ul li a{
	display: block;
	height: 23px;
	padding: 0 12px 0 12px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

div#nav ul li.selected a{
	border-bottom: 6px solid #4e97d3;
}


div#nav ul li a:hover{
	text-decoration: underline;
}

div#nav ul li a.active{
	text-decoration: none;
}

/*---- END NAVIGATION ----*/

/*---- HEROS ----*/

div#hero{
	width: 924px;
	margin: 15px auto 15px auto;
	height: 395px;
	padding-bottom: 18px;
	border-bottom: 6px solid black;
}

/*---- END HEROS ----*/


div#content{
	width: 924px;
	margin: 0 auto;
	padding-top: 18px;
}

	div#content p{
		margin: 1em 0em 1em 0em;
		color: #323232;
		}
		
	div#content blockquote{
		color: #9a9a9a;
		font-family: 'Georgia', serif;
		margin: 50px;
		}
		
		div#content blockquote span{
			display: block;
			margin: 20px 20px 20px 400px;
			font-family: 'Arial', 'Verdana', sans-serif;
			}
			
	div#content span.dt {
		font-size: 13pt;
		color: #4e97d3;
		display: inline;
		margin-top: 10px;
		}

	div.content-left{
		float: left;
		width: 440px;
		vertical-align: top;
		margin: 0px 20px 40px 0px;
		position: relative;
		}

	div.content-right{
		float: right;
		width: 440px;
		vertical-align: top;
		margin: 0px 0px 40px 0px;
		position: relative;
		}

div#footer{
	font-size: 0.8em;
	width: 924px;
	height: 100px;
	margin: 20px auto 15px auto;
	border-top:2px solid #000;
	border-bottom: 4px solid #000;
}

.right{
	float: right;
	text-align: right;
	width: 400px;
}

.left{
	float: left;
	text-align: left;
	width: 400px;
}

div#footer .right a, div#footer .left a{
	text-align: right;
	border-bottom: 1px solid #000;
	width: 175px; 
	display: block;
	color: #000;
	padding: 7px 4px;
	text-decoration: none;
}

div#footer .right a.last, div#footer .left a.last{
    border-bottom: 0;
}

div#footer .right a:hover, div#footer .left a:hover{
	font-weight: bold;
}

div#footer .right a{
	text-align: right;
	float: right;
	margin: 0 0 0 10px;
}

div#footer .left a{
	text-align: left;
	float: left;
	margin: 0 10px 0 0;
}

div#copy{
	width: 924px;
	margin: 0 auto;
	height: 45px;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}

div#copy a{
	text-decoration: none;
	color: #000;
}

div#copy a:hover{
	text-decoration: underline;
}

	

#content ul{
	color: #4e97d3;
	margin: 5px 0px 5px 0px;
	}

	#content ul li {
		list-style-type: disc;
		margin: 5px 5px 12px 20px;
		}	
		
		#content ul li span{
			color: #323232;
			}

br.clear{
	display: block;
	border: 0px;
	clear:both;
	}
	
	
ul#boxnav {
	margin: 40px 0px 40px 0px;
	padding: 0px;
	width: 100%;
	border-top: 2px dotted #000;
	border-bottom: 2px dotted #000;
	}
	
	ul#boxnav li{
		list-style-type: none;
		float: left;
		display: inline;
		margin: 0px;
		padding: 0px;
		border-right: 2px dotted #e4e4e4;
		}
		
		ul#boxnav li.last{
			border: none;
			}
		
		ul#boxnav li a{
			display: block;
			height: 200px;
			width: 189px;
			padding: 20px;
			text-decoration: none;
			color: #000000;
			background: #FFFFFF url('/Custom/Themes/AI/Images/button_go.png') -230px 10px no-repeat;
			}
			
			ul#boxnav li a:hover{
				background: #4e97d3 url('/Custom/Themes/AI/Images/button_go.png') 5px 10px no-repeat;
				color: #FFFFFF;
				}
		
			ul#boxnav li a strong{
				display: block;
				margin: 0px 0px 20px 0px;
				}
				
	
	
ul.threeWide {
	margin: 40px auto 40px auto;
	padding: 0px 0px 0px 85px;
	border-top: 2px dotted #000;
	border-bottom: 2px dotted #000;
	}
	
	ul.threeWide li{
		list-style-type: none;
		float: left;
		display: inline;
		width: 220px;
		margin: 0px;
		padding: 20px 0px 0px 0px;
		}
		
		ul.threeWide li a{
			display: block;
			width: 180px;
			height: 260px;
			padding: 170px 20px 20px 20px;
			text-decoration: none;
			color: #000000;
			text-align: left;
			}
			
			
			ul.threeWide li a:hover{
				color: #000000;
				}
		
			ul.threeWide li a strong{
				display: block;
				margin: 0px 0px 20px 0px;
				text-align: center;
				}
				
			ul.threeWide li a.mysteryShop{
				background: url('/Custom/Themes/AI/Images/mysteryshop.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.mysteryShop:hover{
					background: url('/Custom/Themes/AI/Images/mysteryshop.png') -197px -10px no-repeat;
					}
				
			ul.threeWide li a.audit{
				background: url('/Custom/Themes/AI/Images/audit.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.audit:hover{
					background: url('/Custom/Themes/AI/Images/audit.png') -197px -10px no-repeat;
					}
				
			ul.threeWide li a.processDesign{
				background: url('/Custom/Themes/AI/Images/processdesign.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.processDesign:hover{
					background: url('/Custom/Themes/AI/Images/processdesign.png') -197px -10px no-repeat;
					}
				
			ul.threeWide li a.physicalShopping{
				background: url('/Custom/Themes/AI/Images/physicalshopping.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.physicalShopping:hover{
					background: url('/Custom/Themes/AI/Images/physicalshopping.png') -197px -10px no-repeat;
					}
				
			ul.threeWide li a.telephoneSales{
				background: url('/Custom/Themes/AI/Images/telephonesales.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.telephoneSales:hover{
					background: url('/Custom/Themes/AI/Images/telephonesales.png') -197px -10px no-repeat;
					}
				
			ul.threeWide li a.emailAndWeb{
				background: url('/Custom/Themes/AI/Images/emailandweb.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.emailAndWeb:hover{
					background: url('/Custom/Themes/AI/Images/emailandweb.png') -197px -10px no-repeat;
					}
				
			ul.threeWide li a.sampleReports{
				background: url('/Custom/Themes/AI/Images/reportsamples.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.sampleReports:hover{
					background: url('/Custom/Themes/AI/Images/reportsamples.png') -197px -10px no-repeat;
					}
				
			ul.threeWide li a.sampleAudits{
				background: url('/Custom/Themes/AI/Images/auditsamples.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.sampleAudits:hover{
					background: url('/Custom/Themes/AI/Images/auditsamples.png') -197px -10px no-repeat;
					}
				
			ul.threeWide li a.downloadableBrochure{
				background: url('/Custom/Themes/AI/Images/brochuredownload.png') 35px -10px no-repeat;
				}
				
				ul.threeWide li a.downloadableBrochure:hover{
					background: url('/Custom/Themes/AI/Images/brochuredownload.png') -197px -10px no-repeat;
					}
					
					
#content ul.threeTall{
	float: right;
	margin: 20px 20px 20px 140px;
	width: 140px;
	}
	
	#content ul.threeTall li{
		list-style-type: none;
		font-size: 0.8em;
		text-align: center;
		}
		
		#content ul.threeTall li a{
			display: block;
			text-decoration: none;
			color: #c6c6c6;
			padding: 90px 0px 0px 0px;
			}
			
			#content ul.threeTall li a:hover{
				color: #AAAAAA;
				}
					
			#content ul.threeTall li a.active{
				color: #030303;
				}
				
			#content ul.threeTall li a.physicalShopping{
				background: url('/Custom/Themes/AI/Images/physicalshopping_s.png') -97px 0px no-repeat;
				}
				
				#content ul.threeTall li a.physicalShopping:hover, #content ul.threeTall li a.physicalShopping.active{
					background: url('/Custom/Themes/AI/Images/physicalshopping_s.png') 20px 0px no-repeat;
					}
				
			#content ul.threeTall li a.telephoneSales{
				background: url('/Custom/Themes/AI/Images/telephonesales_s.png') -100px -5px no-repeat;
				padding-top: 75px;
				}
				
				#content ul.threeTall li a.telephoneSales:hover, #content ul.threeTall li a.telephoneSales.active{
					background: url('/Custom/Themes/AI/Images/telephonesales_s.png') 17px -5px no-repeat;
					}
					
			#content ul.threeTall li a.emailAndWeb{
				background: url('/Custom/Themes/AI/Images/emailandweb_s.png') -100px 0px no-repeat;
				padding-top: 80px;
				}
				
				#content ul.threeTall li a.emailAndWeb:hover, #content ul.threeTall li a.emailAndWeb.active{
					background: url('/Custom/Themes/AI/Images/emailandweb_s.png') 17px 0px no-repeat;
					}
					
					


	div#physicalShopping{
		border-top:0px;
		padding-top: 20px;
		}
		
	div#telephoneSales{
		border-top:6px solid #000;
		padding-top: 20px;
		}
		
	div#emailAndWeb{
		border-top:6px solid #000;
		padding-top: 20px;
		}
					
					
					
					
div#getInContact{
	color: #4e97d3;
	font-size: 17pt;
	width: 420px;
	margin: 40px auto 40px auto;
	text-align: center;
	}
	
	div#getInContact a, a.getInContact{
		display: block;
		height: 68px;
		width: 163px;
		margin: 20px auto;
		text-indent: -9999px;
		background: url('/Custom/Themes/AI/Images/button_getincontact.png') -437px 0px no-repeat;
		}
		
		div#getInContact a:hover, a.getInContact:hover{
		background: url('/Custom/Themes/AI/Images/button_getincontact.png') 0px 0px no-repeat;
			}
			

	
a.goBack {
		display: block;
		float: left;
		height: 45px;
		width: 98px;
		margin: 40px 0px 0px 330px;
		text-indent: -9999px;
		background: url('/Custom/Themes/AI/Images/button_back.png') 0px 0px no-repeat;
		}
		
		a.goBack:hover{
		background: url('/Custom/Themes/AI/Images/button_back.png') -103px 0px no-repeat;
			}
			

	
a.goContact_small {
		display: block;
		float: left;
		height: 45px;
		width: 160px;
		margin: 40px auto;
		text-indent: -9999px;
		background: url('/Custom/Themes/AI/Images/button_getincontact_small.png') 6px 0px no-repeat;
		}
		
		a.goContact_small:hover{
		background: url('/Custom/Themes/AI/Images/button_getincontact_small.png') -160px 0px no-repeat;
			}
				
				
				
div.aService{
	border-top: 4px solid #000;
	margin: 40px 0px 60px 0px;
	}	
					
					
div#msServices{
	color: #4e97d3;
	margin: 40px auto 40px auto;
	text-align: center;
	background: url('/Custom/Themes/AI/Images/bg_msServices.png') 220px 70px no-repeat;
	}
	
	div#msServices h3{
		width: 480px;
		margin: 0px auto 100px auto;
		font-size: 17pt;
		}
		
	div#msServices .threeWide, ul#downloads{
		border: none;
		}
	
div.divswap{
	display: block;
	width: 450px;
	position: relative;
	}
		

span#email, span#tel, span#address{
	font-weight: bold;
	font-size: 23px;
	display: block;
	margin: 10px;
	}
		
	span#email {color: #4e97d3; margin-top: 40px;}
		span#email a {color: #4e97d3; text-decoration: none;}
			span#email a:hover {text-decoration: underline;}
	span#tel {color: #979797;}
	span#address {color: #bdbdbd}
	
div#gmap{
	margin: 40px 0px 0px 0px;
	width: 410px;
	height: 280px;
	border: 4px solid #e4e4e4;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	

form input, form textarea{
	display: block;
	width: 370px;
	padding: 7px;
	border: 1px solid #b4b4b4;
	
	-webkit-box-shadow: inset 0px 1px 2px #b4b4b4;
	-moz-box-shadow: inset 0px 1px 2px #b4b4b4;
	box-shadow: inset 0px 1px 2px #b4b4b4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

form label{
	display: block;
	margin: 20px 0px 6px 0px;
	color: #444444;
	font-size: 0.85em;
	}
	
	form label span{
		font-weight: bold;
		color: #4e97d3;
		}
		
form input.formsubmit{
	background: url('/Custom/Themes/AI/Images/button_send.png') 0px 0px no-repeat;
	padding: 0px;
	border: none;
	width: 80px;
	height: 60px;
	margin: 20px 0px 0px 315px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	}
	
	form input.formsubmit:hover{
		cursor: pointer;
		background: url('/Custom/Themes/AI/Images/button_send.png') -86px 0px no-repeat;
		}
			

form input.v-pass{background-color: #FFF !important;}
form input.v-fail{background-color: #FFDDDD !important;}

form .thankyou{
    border-bottom: 1px dotted #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 370px;
    }
    
    form .thankyou h3{
            background: none;
            padding: 0;
            color: #46a915;
            font-size: 1.6em;
            margin-bottom: 5px;
            font-family: Helvetica, Arial, Sans-Serif;
        }
   form .thankyou p{
            color: #46a915;
            font-weight: normal;
            font-size: 1em;
            font-family: Helvetica, Arial, Sans-Serif;
            text-align: left;
            margin-top: 0;
        }

form .saving{
    text-align: center;
    font-size: 1.1em;
    color: #777;
    font-family: Helvetica, Arial, Sans-Serif;
    margin: 30px 0;
    width: 370px;
    }

form .error{
    color: #cc0000;
    font-size: 1.1em;
    text-align: center;
    margin: 25px 0 15px 50px;
    font-weight: bold;
    width: 370px;
    text-align: left;
    }

	
a#goMystery {
		display: block;
		float: left;
		height: 70px;
		width: 187px;
		margin: 40px auto;
		text-indent: -9999px;
		background: url('/Custom/Themes/AI/Images/button_mystery.png') 20px 0px no-repeat;
		}
		
		a#goMystery:hover{
			background: url('/Custom/Themes/AI/Images/button_mystery.png') -212px 0px no-repeat;
			cursor: pointer;
			}
		
		a#goMystery.formselected{
			background: url('/Custom/Themes/AI/Images/button_mystery.png') -412px 0px no-repeat;
			}
			

	
a#goContact {
		display: block;
		float: left;
		height: 70px;
		width: 187px;
		margin: 40px auto;
		text-indent: -9999px;
		background: url('/Custom/Themes/AI/Images/button_contact.png') 0px 0px no-repeat;
		border-right: 2px dotted #e4e4e4;
		}
		
		a#goContact:hover{
			background: url('/Custom/Themes/AI/Images/button_contact.png') -232px 0px no-repeat;
			cursor: pointer;
			}
		
		a#goContact.formselected{
			background: url('/Custom/Themes/AI/Images/button_contact.png') -432px 0px no-repeat;
			}
		
		a#goContact.formselected:hover, a#goMystery.formselected:hover{
			cursor: default;
			}
	
	


/*---- TYPOGRAPHY ----*/

a{
    color: #4E97D3;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1{
	font-size: 32px;
	margin: 10px 0px 60px 0px;
}


	h1 span{
		display: block;
		font-size: 17pt;
		}



h2{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h3{
	font-size: 14pt;
	color: #4e97d3;
	text-align: center;
	margin: 50px;
}

h1 strong, h2 strong{
	font-weight: bold;
}


/*---- MISC ----*/

.floatright {float: right;}
.floatleft {float: left;}




/*---- jQ Slider ----*/

#content #slider {

	/* You MUST specify the width and height */
	width:917px;
	height:382px;
	margin: 0 auto 0 auto;
	position:relative;	
	overflow:hidden;
}

#content #mask-gallery {
	
	overflow:hidden;	
}

#content #gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:2751px;
	overflow:hidden;
}

	#content #gallery li {
		margin: 0;
		
		/* float left, so that the items are arrangged horizontally */
	}


#content #mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:917px;
	overflow:hidden;
	background: url('/Custom/Themes/AI/Images/heromask.png')	repeat-y;
	

}
	
#content ul#excerpt {
	/* Opacity setting for different browsers */
	
	/* Clear the list style */
	list-style-type:none !important;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:917px;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#content #excerpt li {
		margin: 0;
		list-style-type: none;
		padding:5px 650px 5px 5px;
	}
	
		#content #excerpt li.selected{
			}
			
			#content #excerpt li a.thisone, #content #excerpt li a.thisone:hover, #content #excerpt li a.thisone span, #content #excerpt li a.thisone:hover span{
				color: #FFFFFF;
				cursor: default;
				}
			
		#content #excerpt li a{
			display: block;
			padding: 20px;
			text-decoration: none;
			color: #b6dbfa;
			font-size: 10pt;
			}
			
			#content #excerpt li a:hover, #content #excerpt li a:hover span{
				color: #d6e8f8;
				}
			
			#content #excerpt li a span{
				color: #b6dbfa;
				display: block;
				font-size: 16pt;
				}
	
	#content #excerpt li a.learnmore{
		position: relative;
		left: 300px;
		top: -376px;
		width: 650px;
		height: 382px;
		z-index: 999;
		text-indent: -9999em;
		background: url('/Custom/Themes/AI/Images/button_learnmore.png') 450px 300px no-repeat;
		}
		
		#content #excerpt li a.learnmore:hover{
			background: url('/Custom/Themes/AI/Images/button_learnmore.png') -168px 300px no-repeat;
			}
			
	


.clear {
	clear:both;	
}
