@charset "UTF-8";
/* CSS Document */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td, hr
{
margin: 0; padding: 0; border: 0; outline: none;
}

body
{
line-height: 1;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
margin: 0 15px;
}

ul, ol
{
list-style: none;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

.floatLeft
{
float: left;
}

.floatRight
{
float: right;
}

.clear{
	clear: both;
}

div.hr hr {
  display: none;
}

body{
	font-size: 12px;
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	background: #ffffff url(../img/content/gridbg.gif) repeat;
}


/* HYPERLINKS / COLORS */
a:link,
a:hover,
a:visited{color: #cc0000;}
#content .normal ul.newsList li p a.more{color: #cc0000;}
#footer .footerList li{color: #808080;}
#footer .footerList li:hover{color: #cc0000;}
#footer .copyright{color: #808080;}
.blue{color: #cc0000;}

ul.nav li a{color: #333333;}
ul.nav li a.active, ul.nav li a:hover{color: #cc0000;}


#content .normal h3, #content .wide h3{color: #cc0000;}	
#content ul.newsList h3{color: #cc0000;}
#index #container #leaderboard .intro h2{color: #cc0000;}


/* CONTAINER */

#index #container{
	width: 942px;
	margin: 0 auto;
}

	
	
/* HEADER */

#container #header{
	height: 90px;
}

#container #header .logo{
	float: left;
	width: 256px;
	height: 66px;
	margin-left: 0px;
	margin-top: 21px;
}	
	
/* CONTENT + SIDEBAR - HOME & ABOUT /*

/* CONTENT - NORMAL */

	
#content .normal{
	width: 617px;
	background: url(../img/content/normal_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 0px;
	float:left;
}

#content .normal .top{
	width: 617px;
	height: 13px;
	background: url(../img/content/normal_top.jpg) no-repeat;
}

#content .normal .bottom{
	width: 617px;
	height: 20px;
	background: url(../img/content/normal_bottom.jpg) no-repeat;
}

/* CONTENT SUB PAGE STYLE */

#content .normal_bottom{
	width: 617px;
	height: 30px;
	background: url(../img/content/normal_normal_bottom.jpg) no-repeat;
}

#content .services img{margin: 0 10px 10px 0; float:left;} 
#content .services .post{margin: 0 0 40px 0;} 
.main-text {margin: 0 15px;}

/* END CONTENT SUB PAGE STYLE */

/* CONTENT - WIDE */

#content .wide{
	width: 941px;
	background: url(../img/content/wide_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
	float:left;
}

#content .leader {background: url(../img/content/wide_top_leader.jpg) no-repeat !important;}
#content .long {background: url(../img/content/wide_top_long.jpg) no-repeat !important;}

#content .wide .top{
	width: 941px;
	height: 13px;
	background: url(../img/content/wide_top.jpg) no-repeat;
}

#content .wide .bottom{
	width: 941px;
	height: 30px;
	background: url(../img/content/wide_bottom.jpg) no-repeat;
}


#content .bottom .link{
	float:right;
	padding-top: 18px;
	padding-right: 20px;
}

#content .normal .txt,
#content .wide .txt{
	padding: 10px;
	color: #666666;
	line-height: 18px;
}

#content .normal .txt p,
#content .wide .txt p{
	margin-bottom: 10px;
	margin-top: 0px;
}

#content .txt h2{margin:0 0 0 15px;}
#sidebar .txt h2{margin:20px 0 0 15px;}

#content .normal ul.bulletList,
#content .wide ul.bulletList{
	margin-left: 40px;
}

#content .normal ul.bulletList li,
#content .wide ul.bulletList li{
	background: url(../img/bullet.png) no-repeat left;
	padding-left: 20px;
}

#content .normal .hr{
	background: url(../img/content/hr_bg.jpg) no-repeat;
	width: 590px;
	height: 28px;
	border: 0;
}

#content .wide .hr{
	background: url(../img/content/hr_wide_bg.jpg) no-repeat;
	width: 878px;
	height: 18px;
	border: 0;
}

#content .normal ul.newsList{
	margin-left: 15px;
	margin-bottom: 15px;
}

#content .normal ul.newsList li{
	float: left;
	width: 270px;
}


#content .normal .lt{margin-right: 28px;}
#content .normal .rt{margin-right: 0px;}

#content .normal ul.newsList li img{
	display: block;
	margin-bottom: 20px;
}


#content .normal ul.newsList li .avatar{
	float:left;
	width: 270px;
}

#content .normal ul.newsList li div{
	margin: 10px 5px 0 0;
}

#content .normal ul.newsList li p{
	line-height: 20px;
	color: #666666;
	padding: 0;
	margin: 0;
}


#content .normal .attention,
#content .wide .attention{
	margin-top: 45px;
	margin-bottom: 35px;
}


/* RIGHT - SIDEBAR */

#content .right{
	width: 303px;
	float: left;
	margin-left: 22px;
	margin-bottom: 20px;
}

/* SIDEBAR - INDEX STYLE */

#content .sidebar{
	width: 303px;
	background: url(../img/sidebar/sidebar_bg.jpg) repeat-y;
}

#content .sidebar .hr{
	background: transparent url(../img/sidebar/sidebar_hr_bg.jpg) no-repeat;
	width: 295px;
	height: 28px;
	border: 0;
}

#content .sidebar_top{
	width: 303px;
	height: 8px;
	background: url(../img/sidebar/sidebar_top.jpg) no-repeat;
}

#content .sidebar_bottom{
	width: 303px;
	height: 20px;
	background: url(../img/sidebar/sidebar_bottom.jpg) no-repeat;
}

#content .sidebar_bottom .link{
	float:right;
	padding-top: 18px;
	padding-right: 20px;
}

#content .sidebar .txt{
	padding: 10px 15px 0px 15px;
}

#content .sidebar .txt p{
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #666666;
}

#content .sidebar .txt p .contact{line-height: 24px;}


#content .sidebar ul.blogList{margin-top: 10px;}
#content .sidebar ul.blogList li{
	display: block;
	padding-left: 14px;
	color: #666;
	margin-bottom: 23px;
	line-height: 20px;}
#content .sidebar ul.blogList a{font-weight: bold;}
.readmore{font-size: 11px; color: #999999 !important;}


#content .sidebar ul.twitterList{
	margin-top: 10px;
}

#content .sidebar ul.twitterList li{
	background: url(../img/sidebar/quote_icon.jpg) no-repeat left top;
	display: block;
	padding-left: 25px;
	color: #666;
	margin-top: 11px;
	margin-bottom: 11px;
	line-height: 16px;
}

#content .sidebar .ad{
	margin-bottom: 25px;
	margin-left:2px;
}

/* SIDEBAR SUBPAGE STYLE */

#content .sidebar_normal_bottom{
	width: 303px;
	height: 30px;
	background: url(../img/sidebar/sidebar_normal_bottom.jpg) no-repeat;
}

/* END SIDEBAR SUBPAGE STYLE */

/* FOOTER */

#footer{
	background: transparent;
	height: 50px;
	margin-top: 24px;
	margin-left: 0px;
	font-family: "Lucida Sans";
}

#footer .footerList{
	float: left; 
	margin-left: 5px;
	width: 958px;
	height: 40px;
}

#footer .bold{color: #cc0000 !important; font-weight: bold;}

#footer .footerWrap{
	width: 942px;
	margin: 0 auto;
}

#footer .footerList li{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 20px;
	float: left;
}

#footer .copyright{
	float: right !important;
	margin-left: 51px;
}



/* CLIENT LIST */

#content .clientList{
	clear: both;
	width: 944px;
	height: 101px;
	background: #FFF url(../img/index/clients_list_bg.gif) no-repeat;
	margin-left: 0px;
}

#content .clientList h2{
	padding-top: 41px;
	padding-left: 15px;
	float:left;
}

#content .clientList ul.brands{
	float:right;
	padding-top: 18px;
	padding-right: 55px;
}

#content .clientList ul.brands li{
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
}

/* NAVIGATION */

ul.nav{
	float: right;
	margin: 60px 10px 0 0;
	height:35px;
}

ul.nav li{
display:inline;
font-size:12px;
font-weight:bold;
padding-left:10px;
padding-right:10px;
text-transform:uppercase;
font-family: Arial, sans-serif;
height:35px;
}

ul.nav li a:link,
ul.nav li a:visited{
	text-decoration: none;
}

.blognav{background: url(../img/navigation/blogbg.gif) no-repeat 0 5px; padding: 10px 10px 15px 10px; overflow:visible; }


#control-wrapper{background:black none repeat scroll 0 0; font-size:1em; height:22px; line-height:22px; margin:0; opacity:0.8; padding:3px 5px 0 5px; position:relative; top:-33px; color: #fff; width: 368px; overflow:hidden;}


/* LEADERBOARD */

#index #container #leaderboard{
	clear: both;
	background: transparent url(../../img/index/.jpg) no-repeat;
	height: 281px;
	margin-top: 0px;
	display: none;
}


#index #container #leaderboard .intro{
	float:left;
	margin-left: 20px;
	margin-top: 70px;
	width: 520px;
}

/* CONTENT */

#corner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/cornerlabel.png) no-repeat scroll 0 0;
display:block;
height:70px;
margin-left:316px;
position:absolute;
top:144px;
width:70px;
z-index:99;
cursor: inherit;

}

#index .leadertext{float: left; margin:60px 0 0 40px; width:450px;}
#index .leaderimage{float: right; margin:43px 47px 0 0; width: 380px;}
#index .leadersteps{clear: both; height: 130px; position:relative; top:5px;}
#index .leadersteps ul{margin:0 0 0 40px;}
#index .leadersteps ul li{float:left; line-height:20px; margin:0 26px 0 10px; width:255px;}
#index .leadersteps h2{margin:10px 0 -25px 44px;}
#index .leadersteps img{float: left;} 


#index #content{
	clear: both;
	background: transparent url(../../img/index/.jpg) no-repeat;
	padding-top: 5px;
}

/* CONTAINER */

#sub_page #container{
	width: 942px;
	margin: 0 auto;
}

/* HEADER */

#sub_page #container #header{
	height: 90px;
	margin-bottom: 20px;
}

/* CONTENT */

#sub_page #content{
	clear: both;
	padding-top: 0px;
}

#sub_page #content .normal .txt{
	margin-left: 15px;
}




@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;a
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}


@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
  
  	.sIFR-active ul.newsList h3 {
    	padding: 0;
    	margin: 0;
  	}
  
  /* JAVASCRIPT DISABLED STYLE - SIFR3 */
	#content h2{
		color: #333333; 
		font-size: 18px;
		font-weight: normal;
		padding: 0 0 0 0;
	}
	
	.sidebar h2 {margin-top: 20px;}
	
	#content .normal h1,
	#content .wide h1{
		color: #333333; 
		font-size: 30px;
		font-weight: normal;
		line-height: 32px;
	}
	
	#content .normal .subHeading,
	#content .wide .subHeading{
		color: #666666; 
		font-size: 19px;
		padding-left: 16px;
		padding-top: 5px;
	}
	
	#content .normal h3,
	#content .wide h3{
		font-size: 14px;
		margin: 15px 0 6px 0;
	} 
	
	#content ul.newsList h3{
		font-size: 14px;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
	

	#index #container #leaderboard .intro h1{
		color: #FFFFFF;
		font-size: 26px;
		font-weight: normal;
	}


	#index #container #leaderboard .intro h2{
		font-size: 20px;
		font-weight: normal;
		margin-top: 10px;
	}
	
	#footer .footerList h2{
		color: #FFFFFF; 
		font-size: 16px;
	}
	
#index .leadertext h1{font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight:bold; line-height:36px; margin: 0 0 0 12px;}
#index .leadertext h2{font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height:28px; margin: 10px 0 0 12px;}
#content h2{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; line-height:28px; margin: 0 0 12px 15px;}
#content .normal h1, #content .wide h1{font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight:bold; line-height:36px; margin: 0 0 0 12px;}
.subHeading{font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height:28px; margin: 10px 0 0 0px;}

}

#footer ul a {
color: #999 !important;
}

/* ae custom */

#container #header .logo { 
	background: url(/images/logo.png) no-repeat;
	margin-top: 5px;
	height: 100px;
}
body.flash #container #header .logo { 
	background: url(/images/logo-flash.png) no-repeat;
	margin-top: 5px;
	height: 100px;
	width: 620px;
}

#container #header .jaxer { 
	background: url(/images/jaxer-logo.png) no-repeat;
}

#container #header .logo h1 {
	text-indent: -9999px;
	}
#container #header .logo a {
	display:block;
	height: 100px;
	width: 200px;

		}

#index .leadertext h1 {
	background: url(/images/make_your_own_website.png) no-repeat;
	text-indent: -9999px;
	height: 83px;
}

#footer {
	font-family: arial, helvetica, sans-serif;
}
#footer p{
	font-size: 11px;
	line-height: 13px;
	color: #999;
}

#purpose {
	font-family: arial, helvetica, sans-serif;
	width: 950px;
	font-size: 11px;
	color: #999;
	position:absolute;
	top: 880px;
	line-height: 13px;
}

#index .leadertext h2 {
	text-indent: -9999px;

	width: 420px;
	height: 42px;
	margin: 30px 0 0 10px;
	background: url(/images/build-a-website.png) no-repeat;
}

#index .leadertext h2 a {
	display:block;
	height: 42px;
}
#index .leadertext h2 a:hover {
	background: url(/images/build-a-website-hover.png) no-repeat;

}
div.tips {
width: 495px;
line-height: 11px;
color: #888;
border: 1px solid #ddd;
padding: 2px;
font-size: 11px;
margin: 15px 0 20px 0;
}
#reviews {
	background: url(/images/reviews-bar.gif) no-repeat;
	margin:0;
	padding:0;
}
#reviews a {
	margin:0;
	padding:0;
	display: block;
	width: 993px;
	height: 112px;
	text-indent: -9999px;
}

#reviews a:hover {
  background: url(/images/reviews-bg.png) no-repeat;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95; 
}

/* end ae custom */


