/* 
Project: AOT Technologies
Filename: screen.css
Date: May '10
Author: Simon McFarlane (simon@clearbytes.co.uk)
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;  
	font-size: 62.5%;	
	color: #333;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	border-top: 20px solid #FFF;
	background: #F2F7FC url(img/body-bg.gif) repeat-x 0 20px;
    }





body a img {
	border: none;
}


.clearing{	
	clear: both;
}




/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.left{
 float: left;
}

a:focus,
a:hover,
a:active{
	outline:none;
}



/*------ wrap ------*/


#wrap {
	margin: 0 auto 0px auto;
	padding: 0 0 0 0;
	width: 984px;
	text-align: left;
	background: url(img/wrap-bg.gif) repeat-y 0 0;	
}


#wrap .gutter{
	float: left;
	position: relative;		
	width: 920px;
	background: #FFF;
	background: url(img/site-bg.jpg) no-repeat 0 0;		
	padding: 0 30px 0 34px;
	}



/*------ header ------*/


#header {
	float: left;
	width: 920px;
	margin: 0 0 0 0;
	height: 120px;
	}
	
	
#header h3.logo{
	float: left;
	width: 231px;
	height: 186px;
	position: absolute;
	top: 11px;
	left: 14px;
	text-indent: -9999px;
	background: url(img/aot-technologies-logo.gif) no-repeat 0 0;
	}	


#header .logo a{
	float: left;
	width: 231px;
	height: 186px;	
	}
	

	
	
#header p{
	float: right;
	width: 940px;
	padding: 20px 0 20px 0;
	margin: 0 -20px 0 0;	
	text-align: right;
	font-size: 1.9em;
	color: #1D4672;
	}	
	
* html #header p{	
	margin: 0 0px 0 0;	
	}
	
	
#header p em{
	font-size: 0.8em;
	font-style: normal;
	color: #999999;
	padding-left: 30px;
	}
	
	
#header p a{	
	color: #1D4672;	
	text-decoration: none;
	}
	
	
#header p a:hover{
	text-decoration: underline;
	}
	
	
	
/*------ nav------*/	
	
#nav {
	float: right;
	margin: 0 -20px 0 0;
	}
	
* html #nav {
	margin: 0 0px 0 0;
	}
	
#nav li{
	float: left;
	padding: 0 2px 0 0;
	background: url(img/nav-divider.gif) repeat-y 100% 0;
	}	
	
#nav li.last{
	background: none;
	padding: 0 0 0 0;	
	}
	
	
#nav li a{
	float: left;
	padding: 0 20px;
	height: 30px;
	line-height: 28px;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #333;
	text-decoration: none;
	background: #F4F4F4 url(img/nav-bg.jpg) no-repeat 100% 100%;
	}
	
	
#nav li.first a{
	background: #F4F4F4 url(img/nav-first-bg.jpg) no-repeat -250px 100%;
	}
	
#nav li.first a:hover,
#nav li.first a.here{
	background: #609FD5 url(img/nav-first-bg.jpg) no-repeat 0 100%;
	color: #FFF;	
	}	
	
	
#nav li.last a{
	background: #F4F4F4 url(img/nav-last-bg.jpg) no-repeat 100% 0;
	}
	
#nav li.last a:hover,
#nav li.last a.here{
	background: #609FD5 url(img/nav-last-bg.jpg) no-repeat 100% -30px;
	color: #FFF;	
	}	
	
	
#nav li a:hover,
#nav li a.here{	
	background: #609FD5 url(img/nav-bg.jpg) no-repeat 0 100%;
	color: #FFF;
	}
	
		
	
	
/*------ sideBar ------*/


#sideBar {
	float: left;
	width: 224px;
	padding: 120px 0 0 0;
	}	
	
	
#sideBar .remoteSupport{
	float: left;
	width: 224px;
	padding: 10px 0 20px 0;	
}


#sideBar .remoteSupport h4{
	float: left;
	width: 224px;
	margin: 0 0 5px 0;
	background: url(img/support-button-bottom.gif) no-repeat 0 100%;
	}
	
	
#sideBar .remoteSupport h4 a{
	float: left;
	width: 224px;
	text-align: center;
	color: #dddddd;
	font-size: 1.4em;
	text-decoration: none;
	padding: 5px 0 9px 0;
	background: url(img/support-button-top.gif) no-repeat 0 0;
	}	
	
#sideBar .remoteSupport h4 a:hover{
	color: #ffffff;
	}


#sideBar .remoteSupport p{
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
	
#sideBar .remoteSupport p a{
	color: #1F63AC;
	font-weight: bold;
	}
	

#sideBar .remoteSupport p a:hover{
	text-decoration: none;
	}
	
	
#contactForm{
	float: left;
	width: 224px;	
	margin-bottom: 20px;
	}
	
	
#contactForm h3{
	font-size: 1.7em;
	color: #333;
	padding: 0 0 10px 0;
	}
	
#contactForm p{
	font-size: 1.2em;
	padding: 0 0 10px 0;
	}	
	
p.warning{
	font-size: 1.2em;
	padding: 5px;
	margin-bottom: 5px;
	background: #FFF;	
	color: #990000;
	}
	
span.warning{
	font-size: 0.9em;
	color: #990000;
	}
	
p.sent{
	font-size: 1.2em;
	padding: 5px;
	margin-bottom: 5px;
	background: #FFF;
	color: #1F63AC;	
	}

		
#contactForm .field input,
#contactForm .field textarea{
	border: 1px solid #CCC;
	padding: 3px 2px;
	width: 216px;
	}


#contactForm .send{
	float: right;
	width: 114px;
	height: 27px;
	line-height: 26px;
	text-align: center;	
	color: #FFF;
	background: url(img/send-button-bg.jpg) no-repeat 0 0;
	}
	
#contactForm .send input{
	background: none;
	border: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.1em;
	}
	
	
/*------ content ------*/


#content {
	float: right;
	width: 665px;	
	}
	
	
#content h1{
	font-family: tahoma;
	font-size: 2.2em;
	color: #FFF;
	padding: 0 0 20px 0;
	}
	

#content h2{
	font-family: tahoma;
	font-size: 1.8em;
	padding: 10px 0 20px 0;
	}	
	
	
#content h3{
	font-family: tahoma;
	font-size: 1.6em;
	padding: 20px 0 10px 0;
	}		
	
	
#content p{
	font-size: 1.3em;
	padding-bottom: 15px;
	line-height: 1.5em;
	}
	

#content ul{
	font-size: 1.3em;
	padding-bottom: 15px;
	line-height: 1.5em;
	}	
	

#content ul.list{
	float: left;
	width: 300px;
	padding-right: 20px;
	}
	

#content ul li{
	padding: 0 0 10px 15px;
	background: url(img/bullet.gif) no-repeat 0 7px;
	}		
	
	
#content a{
	color: #1F63AC;
	font-weight: bold;
	}
	

#content a:hover{
	text-decoration: none;
	}	
	

#content .imageRight{
	float: right;
	border: 1px solid #CCCCCC;
	background: #FFF;
	padding: 3px;
	margin: 0 0 20px 20px;
	}
	
	
#content .remoteSupport{
	float: left;
	width: 664px;
}


#content .remoteSupport h4{
	float: left;
	width: 224px;
	margin: 30px 0 5px 10px;
	background: url(img/support-button-bottom.gif) no-repeat 0 100%;
	}
	
	
#content .remoteSupport h4 a{
	float: left;
	width: 224px;
	text-align: center;
	color: #dddddd;
	font-size: 1.4em;
	text-decoration: none;
	padding: 5px 0 9px 0;
	background: url(img/support-button-top.gif) no-repeat 0 0;
	}	
	
#content .remoteSupport h4 a:hover{
	color: #ffffff;
	}
	
	
#content .note{
	color: #666;
	font-size: 1.1em;
	}
	
	
#content p.logos{
	float: left;
	width: 663px;
	margin: 0 0 20px 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #CCC;
	}	
	
#content p.logos a{
	float: left;
	padding: 10px;
	}
	
	
#content .serviceBox{
	float: left;
	width: 330px;
	}
	
#content .serviceBox img{
	float: left;
	}	
	
#content .serviceBox p{
	padding: 30px 0 0 0;
	}	
	
/*------ homeExtra ------*/


#homeExtra{
	float: left;
	width: 920px;
	padding: 10px 0 0 0;
	}	
	
	
#homeExtra .testimonials{
	float: right;

	width: 460px;
	text-align: right;
	}
	
#homeExtra #quotes{	
	position: relative;
	height: 90px;
	}
	
	
#homeExtra .testimonials span{
	position: absolute;
	top: 0;
	left: 0;
	}
	

#homeExtra .testimonials blockquote{
	float: left;
	width: 460px;
	padding: 0 0 10px 0;
	background: url(img/testimonial-bg.jpg) no-repeat 0 100%;
	}


#homeExtra .testimonials blockquote p.quote{
	font-size: 1.3em;
	font-style: italic;
	padding: 10px 20px 0 20px;
	color: #777;
	}

#homeExtra .testimonials blockquote p.quoted{
	font-size: 1.3em;
	padding: 10px 20px 0 20px;
	color: #5392CD;
	}


#homeExtra .testimonials h4{
	float: left;
	width: 460px;
	padding: 10px 0 5px 0;
	font-size: 1.5em;
	color: #666666;
	background: url(img/testimonial-bottom-bg.gif) no-repeat 0 0;
	}
	
#homeExtra .testimonials p a{
	color: #1F63AC;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	}
	

#homeExtra .testimonials p a:hover{	
	text-decoration: underline;
	}
	
	
.windows a{	
	float: left;
	width: 120px;
	height: 75px;
	padding: 25px 0 0 100px;
	color: #666;
	font-size: 1.2em;
	text-decoration: none;
	background: url(img/windows-logo.jpg) no-repeat 0 0;
}

.windows a:hover{
	color: #000000;
	}

.windows a strong{
	font-size: 1.2em;
	color: #1F61B0;
	}
	

.apple a{
	float: left;
	width: 120px;
	height: 75px;
	padding: 25px 0 0 100px;
	color: #666;
	font-size: 1.2em;
	text-decoration: none;
	background: url(img/apple-logo.jpg) no-repeat 0 0;
}

.apple a:hover{
	color: #000000;
	}

.apple a strong{
	font-size: 1.2em;
	color: #1F61B0;
	}
	
	
/*------ preFooter ------*/


#preFooter{
	float: left;
	width: 940px;
	margin: 0 0 0 -10px;
	padding: 6px 0 10px 0;
	background: #F3F3F3 url(img/preFooter-bg.gif) repeat-x 0 0;
	border-bottom: 10px solid #FFF;
	border-top: 25px solid #FFF;	
	}	
	
* html #preFooter{	
	margin: 0 0 0 -5px;
	}
	
#preFooter img{
	float: left;
	padding: 10px 10px 0 10px;
	}
	
#preFooter .tools{
	float: right;
	font-size: 1.2em;
	text-align: right;
	padding: 10px 10px 0 0;
	}
	

#preFooter .tools li{
	padding: 6px 50px 10px 0;
	}
	
#preFooter .tools li.support{
	background: url(img/support.gif) no-repeat 100% 0;
	}
	
#preFooter .tools li.pay{
	background: url(img/pay.gif) no-repeat 100% 0;
	}
	
#preFooter .tools li.affiliate{
	clear: both;
	background: url(img/affiliate.gif) no-repeat 100% 0;
	}	

#preFooter .tools a{
	color: #333;
	text-decoration: none;
	}
	

#preFooter .tools a:hover{
	text-decoration: underline;	
	}

	
/*------ footer ------*/


#footer{
	margin: 0 auto 0px auto;
	padding: 10px 0 0 0;
	width: 984px;
	text-align: left;
	}		


#footer p{
	float: right;
	padding: 0 10px 10px 0;
	font-size: 1.2em;
	color: #999;
	}
	

#footer p.copyright{
	float: left;
	padding: 0 0 10px 14px;	
	font-size: 1.2em;	
	}	
	
#footer p a{	
	color: #ccc;
	text-decoration: none;
	}
	
#footer p.copyright a{
	color: #999;
	}
	
#footer p a:hover{
	color: #666;
	}