*{
	margin:0;
	padding:0;
}  
.amp {font-size:1.05em;font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; font-style:italic;}    



body{  
	background:#f1f3eb;
	font-family:verdana;       
	text-align:center;
	font-size:62.5%;
	line-height:1.8em;
	
} 

#innerbody{
	background:transparent url(bgimage/2010_001_page_bg.png) top center repeat-y; 
	position:relative;
	margin-top:25px;
	}

#containertopper{
	background:transparent url(bgimage/2010_002_container_header.png) center -30px no-repeat; 
	position:relative;  
	}

#containerfooting{
	background:transparent url(bgimage/2010_001_container_footer.png) bottom center no-repeat; 
	padding-bottom:90px;
	}
	                                      
#container{
	width:950px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	color:#333;           
	border-bottom:1px solid #b3b3b3;   
	overflow:auto;
	
}    

a, a:visited{
	color:#9A4040;
}

#navwrap {
	margin:0 auto; 
	z-index:0; 
	line-height:1em; 
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif;	
	position:absolute;	
	height:100px;           
	top:125px;
	width:100%; 
	left:0;      
	text-align:center;
}

#navwrap #innernavwrap{
	margin:0 auto; 
	width:910px; 
}

#nav {
	position: relative; 
	z-index:0; 
    list-style-type:none; 
	padding:0 20px;
	height:70px; 
	display:inline;  
	float:left;   
}
#nav a {
	display: block; 
	height: 35px; 
	font-size: 11px;  
	color:#eee; 
	position: relative; 
	background:transparent; 
	text-decoration:none; 
	text-align:left; 
	text-transform:uppercase; 
	border-top:5px solid #798B3E; 
   	width:99px; 
	text-shadow: 0 0 0 #000;  

}
#nav a:hover { 
	border-top:5px solid #9A4040; 
}
#nav li.on a {
	border-top:5px solid #9A4040; 
}
#nav li.off a {
	display: block; 
	position: relative;
}

#nav li { 
	float: left; 
	margin-right:2px;  
	display:inline;
} 
            
#nav a .bottom{
	margin:5px 5px 0 0;
	float:left;       
	display:inline;
	width:80px; 
}        

/*Sub-Navigation */
#nav li ul {
	display: none;     
	 
}

#nav li.off ul, #nav li.on ul  { 
	position: absolute;
	top: 40px;
	left: 0;
	float:left;  
	width:auto;        
	width:885px;     
	overflow:visible;   
	height:25px;     
	margin:0 20px; 
	background: #545454;
	background: url(bgimage/2010_002_submenubg.png);
}

#nav li.on ul {
	
}

#nav li.on:hover ul, #nav li.over ul { /*for ie*/     
	
}

#nav li:hover a, #nav li.over a {
	border-top:5px solid #9A4040;   
	
}    

#nav li ul li{   
	display:block;  
	float:left;
	margin:0px 0 0 0;   
	height:24px;    
}



#navwrap #nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #fff;
	width: auto;
	padding:2px 0 0 24px;
	text-transform:lowercase;
    font-size:11px;
	letter-spacing:0.1em;  
	border-top:2px solid #798B3E;   
	display:block;  
	height:24px;  
}                       

#navwrap #nav li.on ul a:hover, #nav li.off ul a:hover, #navwrap #nav li.on ul li.on a {
	border-top:2px solid #9A4040;      
}  



#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/ 
	
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;   
}                                         




#header{
	margin:0;
	height:190px;         
	width:950px; 
	margin:0 auto; 
	background:transparent url(bgimage/2010_002_container_header.png) -125px -30px no-repeat;
}                     

#header h2{
	float:left; 
}     
               
#header h2 a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;      
	width:300px;  
	height:80px;   
	
}  

#header form{
	float:right;
	display:inline;
	margin:35px 25px 0 0;       
clear:right;    
}   


#header form input{
	display:inline;
	float:left;
	position:relative;
	top:10px;
	
	height:21px;
	border:1px solid #ccc;
	border-right-color:#545454;
	border-bottom-color:#545454;    
	background:transparent url(bgimage/magnify.png) right no-repeat; 

	font-size:1.1em; 
	color:#545454;
	
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px; 
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;

}
#header form .submitbutton{
	display:inline;
	float:left;
	position:relative;
	top:10px;
	
	color:#EFEFEF;
	background:#545454;

	height:21px;
	border:1px solid #545454;
	margin-left:-2px;
	
	padding-left:2px;
	padding-right:4px;
	padding-bottom:1px;
	
	font-size:1.1em;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px; 
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
} 


#header .officechange{
  	float:left; 
	margin-top:13px;
	text-align:center;
	height:24px; 
	width:926px; 

}
 
#header .officechange ul{
	list-style:none;
	line-height:16px;
	font-size:10px;   
	text-align:left; 
	padding:0;  
	float:right;   
	
}                

#header .officechange ul a{
	text-decoration:none; 
	color:#666;
	display:block;
	color:#000;    
	text-align:left;
	width:200px;     
	padding:5px 5px 5px 30px;     

	background:#B9C0A0;	
	background:url(bgimage/globe.png) bottom left no-repeat;
	
} 

#header .officechange ul li ul {
	margin:0;	
	padding:0;
	position: absolute;
	left: -999em;   
   	width:auto;
}

#header .officechange ul li ul li{
	float:none;    
}


#header .officechange ul li:hover ul, #header .officechange ul li.over ul {
	left: auto;    
	position:absolute;      
	z-index:1000;     
}  

#header .officechange ul li li{
}
#header .officechange ul li li a {
	display:block; 
	cursor:hand;   
	cursor:pointer;    
	padding:5px 0 2px 30px;    
	width:205px;	
	text-align:left; 
	color:#000;  
	opacity:0.9;   
	background:#C8CBC7 url(bgimage/onwards.gif) 7px 7px no-repeat; 	
} 

#header .officechange ul li li a:hover { 
	background:#fff url(bgimage/onwards.gif) 7px 7px no-repeat;;
}

#header .officechange ul li li a.active {

}

#downloadlink {
	display:inline;
	float:right;
	padding-right:60px;
	padding-top:20px;
}

a.sitepdf{
   	background:transparent url(bgimage/pdf.png) top left no-repeat;
 	padding:0 0 10px 50px;
	text-decoration:none;
	font-size:1.4em;
	display:block;   
	margin:10px 0 10px 10px;        
}  
     
a.sitepdf:hover{
	text-decoration:underline;
}

#groups {
	margin-left:16px;
	width:600px;
}

#groups img {
	margin:3px;
	display:inline;
	border:0;
}

#partners {
	width:480px;
}

#partners img {
	margin:3px;
	display:inline;
	border:0;
}

#container h2, #container h1, #container h3{
	font-size:1.8em;
	padding:20px 0 5px;
	margin:0 20px; 
	font-family: verdana;      
	color:#666;
	text-transform:uppercase;     
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif;	
	letter-spacing:0.05em;
	font-weight:300;   
	line-height:1em;   
}

#container h2 strong{
	letter-spacing:0;   
}     

#container h1{
	padding-top:30px;
	padding-bottom:10px;
	font-size:2.0em;  
}

#container h1 a, #container h2 a{
	text-decoration:none;
}     

#container h3{
	font-size:1.4em;
}



#container p{
	margin:10px 20px;
	font-size:1.2em;
}
  
#container ul{
	list-style:circle;
	margin:10px 60px;
	font-size:1.2em;
}

img.screen{
	margin:5px 0 5px 20px;
	padding:2px;
	border:1px solid #808080; 
	float:left;
}


.testimonial{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:236px;   
	clear:none;
	background:transparent url(bgimage/quotes.gif) 0 -5px no-repeat;  
}   

#container h3.headline{
	text-decoration:none;
	text-transform:none;
	font-size:1.8em;
	font-family: 'gill sans','trebuchet ms', helvetica, arial, sans-serif;
	font-weight:300;
	font-style:italic;
	position:relative;
	top:-22px;
	left:-10px;
}

#container .testimonial p{
	font-style:italic;
	font-size:1em;  
	margin-bottom:0;    
	margin-left:10px;
} 

#container .testimonial p.from{
 	font-style:normal;
	margin-top:0;         
	font-weight:700;     
}

#container .vcard{
	border-bottom:1px solid #efefef; 
	margin:0 20px 0 20px;
	padding:20px 0;
	clear:both;         
}               

.vcard:last-child{
	border-bottom:0 !important;
}

#container .vcard p{
	margin:2px 20px 0;
	padding:0;
}

.vcard p span, .vcard p a{
	text-transform:none;
}

.vcard h6{
	text-transform:uppercase;
	font-weight:700;
	margin:0;
	padding:0;    
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif;	
	font-weight:200;
	font-size:1.6em;
	text-transform:none;
	margin-bottom:0px;
	margin-left:10px;
	margin-top:-10px;
}

.vcard h8{
	text-transform:uppercase;
	font-weight:700;
	margin:0;
	padding:0;    
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif;	
	font-weight:200;
	font-size:1.2em;
	text-transform:none;
	margin-bottom:3.8em;
	margin-left:10px;
}


.hide{
	width:0;
	height:0;
	text-indent:-9999px;
	overflow:hidden;  
	float:left;
}

.directme {
	float:right;
	font-style:italic;
	}
     
a.vcardlink, a.maplink{
	background:#F1F3EB url(bgimage/icon_vcard.gif) 10px 10px no-repeat;  
	padding:10px 20px 10px 50px;
	font-size:1.4em;
	font-weight:300;
	text-decoration:none;     
	margin:0 20px 20px;
	display:inline;
	float:left; 
	border:1px solid #F1F3EB;
	
}  

a.vcardlink:hover, a.maplink:hover{     
    background-color:#fff;  
}  

a.maplink{
	background-image:url(bgimage/blue-dot.gif);
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px; 

}

.newscolumns{
	margin:0px 20px 20px;
	background:transparent url(bgimage/newsback.gif) center bottom repeat-y;     
	overflow:hidden;
	float:left;         
	display:inline;
}

.news{
	float:right;
	width:220px;
	margin:0;
	font-size:1em;  
	display:inline;
	background:transparent url(bgimage/icon_news.png) left top no-repeat; 
}  

.emptynews{
	float:right;
	width:220px;
	margin:0;
	font-size:1em;  
	display:inline;
}  

.industry{
	margin-right:0;
		background:transparent url(bgimage/icon_blogger.png) left top no-repeat; 

}

.twitter{
	margin-right:0;
		background:transparent url(bgimage/icon_twitter.png) left top no-repeat; 

}

.advert{
	margin-right:0;
}
	
	
	
#container .news p{
	font-size:1.1em;
	margin:10px;
} 

#container .news ul, #container .column ul{
	margin:10px 10px 20px 0; 
   	list-style-type:none;
} 

#container .news ul li, #container .column ul li{
	margin:6px 0 0 6px;
	padding:0 0 0 16px;
	background:transparent url(bgimage/bullet_arrow_down.gif) 0 1px no-repeat;
}

    
#container .news h3, #container .column h3{
	margin:0;
	padding:0px 10px 5px 10px; 
	font-size:1.6em;
}   

#container .news h3 a, #container .column h3 a{
 	color:#666;
	text-decoration:none;      
	background:transparent url(bgimage/onwards.gif) right 3px no-repeat;  
	padding-right:20px;
	padding-left:13px;
	display:block;         
	margin-right:5px;
	
}    

#container h3.try{
	float:right; 
	width:225px;
	color:#AFB98B;  
	float:right;
	margin:20px 20px 0 20px;
	line-height:0.7em;
	padding:0;
	font-size:1.8em;
}


/*  footing and daughters deprecated  */
#footing{
	background:#fff url(bgimage/footback.gif) center center repeat-y;
	width:950px;
	height:4em;
	margin:10px auto 0;  
	color:#333;
	overflow:auto;
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif;	
	text-align:left;  
	clear:both;   
	font-size:1.1em;
	line-height:1.2em;
	color:#8c8d88;
}     
#footing p{
	margin: 0 20px;
}  
#footing h6{
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:300;
	padding:0 20px;
}
#footing .footnode{
	width:677px;
	float:left;  
	margin:0 30px 0 5px;
	display:inline;  
}




/*	active classes for footer */
#footer {
	background:#fff url(bgimage/footback.gif) center center repeat-y;
	width:950px;
	height:6.8em;
	margin:10px auto 0;  
	overflow:visible;	
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif;	
	text-align:left;     
	font-size:1.1em;
	line-height:1.2em;
	color:#8c8d88;
}
#footer-left {
	float:left;
	margin-left:30px;
	width:620px;
}
#footer-left img{
	margin-top:5px;
	margin-right:5px;
}
#footer-right {
	float:right;
	display:inline;
	width:240px;
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif;	
}




.intoffices{
	color:#DFE1D8;
	margin:22px 0 0 0;   
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif; 
	letter-spacing:0.1em;
	float:right;
}    

#header .intoffices h4{
	text-transform:uppercase;     
	font-weight:300;  
	font-size:1.1em;     
} 

form.clientform{
		overflow:hidden;  
		margin:0 20px 0 0; 
		width:236px;   
		float:right;      
		display:inline;   
		background:#fff;  
		padding-bottom:5px;
}                           

.clientform input{
	width:136px; 
	margin:5px 0 0 0; 
	float:left;
}    

.clientform label{
	width:80px;     
	position:relative;    
	float:left;   
	clear:left;         
	display:inline;
	margin:5px 0 0 20px;   
}
  
.clientform .submitbutton{
	position:relative;
	float:right;
	clear:left; 
	margin:5px 0 0;
	width:90px;
	color:#666;
	background: #EFF0ED;
	border:0;   
	padding:1px 0;  
	font-size:1em; 
	border:1px solid #ccc;
	border-right-color:#666;
	border-bottom-color:#666;
}

.clientform .submitbutton:focus{
	border:1px solid #666;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
}
  

#container p.hugequote{
	font-size:1.2em;
	color:#798B3E;
	line-height:1.4em; 
	padding-bottom:0.2em;    
}
  
#container p.hugequote a{
	text-decoration:none;   
	color:#798B3E;
}  

form.signupForm{ 
	  margin-top:20px;   
}
 
form.signupForm ol{
	list-style:none;  
	float:left;
}

form.signupForm label{
	font-size:1.2em; 
	float: left;  
	width: 10em;  
	margin-right: 1em;   
	text-align:right; 
}  

form.signupForm fieldset{  
	margin: 20px 20px 0 20px;
	border:0;   
	width:460px; 
	padding-bottom:20px;
	border-bottom:1px solid #AFB98B; 
}  

form.signupForm fieldset.details{
	border:0;
}  

#container form.signupForm fieldset h3{
	padding:0 0 20px;
} 

form.signupForm fieldset.serviceoptions{
	clear:both;
	float:right;
	width:250px;
	margin:0 20px 0 0;
	margin-top:-150px;
	display:inline;   
  	border:0;
	background:#F1F3EB;  
	-webkit-border-radius: 20px;
}     

#container form.signupForm fieldset.serviceoptions h2{
	font-size:1.8em; 
	line-height:1.4em;  
	color:#666;
	margin-top:20px; 
	width:230px;  
} 
 
#container form.signupForm fieldset.serviceoptions ol{
	width:250px;
}     

#container form.signupForm fieldset.serviceoptions ol li{
	 margin-top:20px;
}


form.signupForm fieldset li .checkbox{  
	float: left;  
	clear: left;  
	padding-bottom: 1em;   
	margin:5px 0 20px 20px;     
}

form.signupForm fieldset.submit{  
	margin-bottom:0;   
 	border:0;
	padding-bottom:20px; 
	background:transparent;
	margin:0;
	width:100%;  
	text-align:center;     
}

form.signupForm fieldset.submit input.submit{
	clear:left; 
	margin:5px 0;
	border:0;   
	padding:0.3em 1.6em;  
	font-size:1.4em;  
	color:#666;
	border:1px solid #ccc;
	border-right-color:#666;
	border-bottom-color:#666;  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 

} 

form.signupForm fieldset.submit input.submit:focus{
	border:1px solid #666;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
}

form.signupForm legend{
	font-size:1.4em;
	margin:20px 20px 10px 20px;
    padding-left:20px;
	color:#666;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-weight:300;     
	font-family: "gill sans", "trebuchet ms", helvetica, arial, sans-serif;	
}                     

select#type{
	  width:20em;
	  width:300px;
}

select#number_of_rooms, select#standard{
	width:7em;
	width:110px;  
	float:left;
}

form.signupForm input.text, form.signupForm textarea.text{
	width:20em;
	width:300px;  
	height:2em;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px; 
} 

form.signupForm textarea.text{ 
	height:6em;
}

form.signupForm label.autowidth{
	width:auto; 
	margin:0 1em 0 23px;
}

form.signupForm label.checklabel{
	width:12em;
	text-align:left;
	margin:0 0 0 0.5em;  
}

form.signupForm fieldset li {  
	float: left;  
	padding-bottom: 1em;
}

form.signupForm fieldset li.rightliner {  
	clear:none;
	float:right;
}    
select#type{
	  width:20em;
	  width:300px;
}

select#number_of_rooms, select#standard{
	width:7em;
	width:110px;  
	float:left;
}

form.signupForm input.text, form.signupForm textarea.text{
	width:20em;
	width:300px;       
} 

form.signupForm textarea.text{ 
	height:6em;
}

form.signupForm label.autowidth{
	width:auto; 
	margin:0 1em 0 23px;
}

form.signupForm label.checklabel{
	width:12em;
	text-align:left;
	margin:0 0 0 0.5em;  
}

form.signupForm fieldset li {  
	float: left;  
	padding-bottom: 1em;
}

form.signupForm fieldset li.rightliner {  
	clear:none;
	float:right;
}                  




.scroller {  
	width: 910px; 
	height: 28em; 
	overflow: hidden; 
	background:#F1F3EB; 
	clear:left; 
	-webkit-border-bottom-left-radius: 20px; 
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px; 
	-moz-border-radius-bottomright: 20px; 
	-moz-border-radius-topright: 20px;
}

.scroller div.content { 
	width: 20000px; 
} 

.scroller div.section { 
	width:800px; 
	height:28em; 
	overflow:hidden; 
	float:left; 
	padding:20px; 
	padding-left:60px;
	padding-right:60px
}
   

.controls a {
	text-align:center;
	display:block;
	float:left;
	text-decoration:none;
	padding:5px 15px;
	border-top:0;    
	font-size:12px;
	margin-top:-1px;   
	color:#999; 
	background:#fff; 
	margin:0 2px 0 0;     
	height:18px; 
	border-top:1px solid #efefef; 
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
}

.controls a:hover {
	background:#ddd;

}  
.controls a:focus { 
 	outline:none;
}

.controls{
	float:left;
}

#my-glider{
	width:910px;
	margin:0 20px 20px;
	padding-top:25px; 
	padding-bottom:35px;      
	position:relative;
	
}

.controls a.active{
	background:#F1F3EB;    
	border-top:1px solid #F1F3EB;  
	border-right:1px solid #efefef; 
	color:#666;
}	

.forwarders{
	width: 910px;
	float:left;
	position:relative;
	top:200px;
	left:0px;
	display:inline;     
	position:absolute;    
	top:40%;
} 
.forwarders a img{ 
	float:left;


}   


.section img{
	float:right; 
	margin:10px;
	display:inline;
}    

.section a img{
   border:0;
}   

#container p.largepar{
	font-size:16px;    
} 

#container .singlecol{
	margin-left:15px;	
	float:left; 
	width:900px;
} 

#container .maincol{
	width:692px;
	margin-left:0px;

	width:652px;
	margin-left:15px;
	
	float:left;
	border-right:1px solid #808080;     
}    

#container .maincol p.hugequote{
	font-size:1.2em; 
	margin-top:20px; 
	background:transparent url(bgimage/smallquotes.gif) top left no-repeat;
	padding:20px 20px 0 20px;
}   


.column{
	float:right; 
	display:inline;
	width:247px;
	margin:0 10px 0 -5px;
	margin:0 25px 0 -5px;
	padding-top:40px; 
	
}       
   
#container .column .testimonial{
	margin-left:0px;
	display:inline;
	background-position:10px 0;
	
}                
#container .column p{
	margin-left:20px;
}

.column form{
	display:block;
	float:right;
	margin-bottom:40px;
}

.column form input{
	width:220px;
	margin:0 0 5px 10px;
}
  
.column form input.submitbutton{
	position:relative;
	float:right;  
	display:inline;
	clear:left; 
	margin:5px 20px 0;
	width:6em;
	color:#666;
	background: #EFF0ED;
	border:0;   
	padding:1px 0;  
	font-size:1em; 
	border:1px solid #ccc;
	border-right-color:#666;
	border-bottom-color:#666;
}       

a.leavelink{
	text-decoration:none;   
	padding:2px 5px 2px 21px;        
	background:#F1F3EB url(bgimage/onwards.gif) 5px 4px no-repeat;
	border:solid 1px #F1F3EB;
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px; 
	-moz-border-radius:    5px;
}     

a.leavelink:hover{
	background:transparent url(bgimage/onwards.gif) 5px 4px no-repeat; 
}     




#container h1.bookingenginesplash, #container h1.corporatesystemsplash, 
#container h1.loyaltysystemsplash, #container h1.GDSmanagersplash, 
#container h1.trafficbuildersplash, #container h1.innovationsplash, 
#container h1.casestudysplash, #container h1.sitebuildersplash, 
#container h1.generatesplash, #container h1.generatesplash2,
#container h1.iphonesplash, #container h1.channelconnectsplash{
	height:150px; 
	width:710px; 
	display:block; 
	margin:0;  
	padding:0 0 20px 0;
	background:transparent url(bgimage/splash_bookingengine.png) top left no-repeat; 
	text-indent:-9999px; 
	overflow:hidden;
}  
 

#container h1.corporatesystemsplash{       
	background:transparent url(bgimage/splash_corporate.png) top left no-repeat; 
}
#container h1.loyaltysystemsplash{       
	background:transparent url(bgimage/loyaltysystem.jpg) top left no-repeat; 
}
#container h1.GDSmanagersplash{       
	background:transparent url(bgimage/splash_gdsmanager.png) top left no-repeat; 
} 
#container h1.trafficbuildersplash{       
	background:transparent url(bgimage/splash_trafficbuilder.png) top left no-repeat; 
} 

#container h1.innovationsplash{
	background:transparent url(bgimage/innovation.jpg) top left no-repeat; 
}

#container h1.casestudysplash{ 
	background:transparent url(bgimage/casestudies.jpg) top left no-repeat; 
}

#container h1.sitebuildersplash{   
	background:transparent url(bgimage/splash_sitebuilder.png) top left no-repeat; 
} 

#container h1.generatesplash{   
	height:110px;
	background:transparent url(bgimage/generate.jpg) top left no-repeat; 
}

#container h1.generatesplash2{   
	height:140px;
	background:none;
}

#container h1.iphonesplash{   
	height:180px;
	background:none; 
} 

#container h1.channelconnectsplash{   
	background:transparent url(bgimage/splash_channelconnect.png) top left no-repeat; 
} 

a img{border:0;}                          

#container a.channel{
	display:block;
	display:inline; 
	display:none;
	
	background:#ffffff;
	text-decoration:none;
	padding:6px 20px 4px;
	font-size:1.2em;        
	float:left;
   
	width:870px;  
	margin:10px 20px 20px;    
	color:#333; 
	border-top:0px solid #798B3E;    
	text-align:center;         
	overflow:visible;      
	position:relative;
}

#container a.channel:hover{
	text-decoration:underline;
} 

#profile {
	width:640px;
	border-bottom:1px solid #efefef; 
	margin-left:0px;
	margin-bottom:0px;
	height:auto;
	overflow:auto;
	text-align:left
}

#profile h2 {
	font-weight:600px;
	font-size:1.4em;
	text-transform:none;
}

#profile img{
	margin-right:10px; 
	margin-left:20px;
	float:right;
}

a.channel span{
   	color:#9A4040;
	text-decoration:underline;     
	margin-right:60px;  
}    

a.channel  img{
	margin:-21px 5px -23px 0;     
}


#downloads {  
	margin-top:30px;
	margin-bottom:50px;
	min-height:300px;
	background: url(/images/download.png) top 650px no-repeat

}

li.pdfdownload {
	list-style-type: none;
	text-align:left;
	width:550px;
	background: url(/images/pdf_icon_sm.png) top left no-repeat;
	height:44px;
	min-height:44px;
	margin:0;
	margin-bottom:3px;
	margin-left:-20px;
	padding-left: 40px;
	margin-top: 10px;
	border-bottom: 1px solid #efefef;
}

li.pdfdownload:last-child {
	border-bottom: none;
}