@import "reset.css";
@import "fonts.css";
@charset "UTF-8";

@font-face {
	font-family: Avenir;
        font-weight: 500;
	src: url('../webfonts/AvenirLTStd-Medium.otf');
}

@font-face {
	font-family: Avenir;
	font-weight: 900;
	src: url('../webfonts/AvenirLTStd-Heavy.otf');
}

@font-face {
	font-family: Avenir;
	font-weight: bold;
	src: url('../webfonts/AvenirLTStd-Black.otf');
}

@font-face {
	font-family: Avenir;
	font-weight: 100;
	src: url('../webfonts/AvenirLTStd-Light.otf');
}

html {  width:100%;
		height:100%; 
		overflow-x:hidden; 
		padding: 0;
		overflow-y: scroll;
		}

body { width:100%;
		height:100%;
		color:#fff; 
		background-color:#fff; 
		background-position: center top;
		/* background-image: url(../images/bg.gif); */
		background-repeat: no-repeat; 
		background-attachment: fixed;
		}

img{margin:0;padding:0;border:none;}
a:focus, a:hover, a:active { outline:none }

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: none;
}


/* Container ----------------------------------------------------------------*/
#container {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0;
	top:30px;
	
}

#container-inner {
float:left;
margin:0 auto;
padding:0 0 0;
position:relative;
width:100%;
}

#container2 {
	margin:0 auto;
	padding: 0 20px 0 20px;
	width:960px;
	text-align:left;
}


/* --------------------------------------------------------------------------*/
/* top nav -------------------------------------------------------------------*/
#top-nav {
	font-size:100%;
	top:0;
	left:0;
	margin:0 0 0 0;
	padding:10px;
	text-align: right;
	width: 100%;
	display:block;
	background-color:#fff;
	height: 20px;
	position: fixed;
	z-index: 200000;
	z-index: 99;
	border-color:#eee;
	border-style:solid;
	border-width:0 0 1px;
	}

#top-nav span.logo { float:left;
left:12px;
margin:0;
position:relative;
top:-5px; }

#top-nav ul{
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
	left:-6px;
	
}
#top-nav ul li{
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
	line-height:1.5em;
}
#top-nav ul li a {
	display: inline-block;
	color: #00458A;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 90%;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	/*border-bottom: 3px solid #fff;*/
}


	

/* --------------------------------------------------------------------------*/
/* pagebody -----------------------------------------------------------------*/
#pagebody {
	position:relative;
	left:0;
	height:1px;
}
#grid {
	position:absolute;
	width:auto;
	left:0;/* hack for win ie6 */
}
#grid div.item{
	position:absolute;
	background:#000;
	width:190px;
	text-align:left;
	border:1px solid #dedede !important;
}

#grid div.item.link {
	cursor: pointer;
}

#grid div.item div.body{
	line-height: 1.2em;
	padding: 8px;
	height:374px;
	position:relative;
	
	/*height: 167px;*/
}
#grid div.item div.body img{
	padding: 0;
	
}

#grid div.item.link div.body img {
	width:172px;
}

#grid div.item div.body ul.rotation{
	margin-bottom: 8px;
}
#grid div.item div.body div{
}
#grid div.item div.body .title{
	font-family: Arial black,  sans-serif; 
	color:#00458A; 
	text-transform:uppercase; 
	display:block; 
	font-size:160%; 
	line-height: 1.0em; 
	margin: 10px 0 0 0;
	}

#grid div.item div.body .description{
	font-size:85%; 
	padding-top: 10px; 
	font-family: Arial, sans-serif; 
	display:block; 
	line-height: 1.2em;
	color:#333;/*#7f7e7b; */
	}

.description a.bottomLink { font-family: Arial,  sans-serif; font-weight: bold; text-transform:uppercase; display:block; font-size: 15px; color:#00458A; text-decoration:none; margin-top: 10px; border-bottom: 3px solid #fff; }
/*.description a:hover { border-bottom: 3px solid #00458A;  }*/

	
		
		
.description p {margin: 0 0 10px 0;}

#grid div.item div.body ul{
	font-size:85%;
	margin:0;
	padding:0;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 0 2px;

}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	height: 100%;
	background: #ddd;
}
.jScrollPaneDrag {
	position: absolute;
	background: #999;
	cursor: pointer;
	overflow: hidden;
	right: 0;
}
.jScrollPaneDrag:hover {
	background: #666;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}



/* --------------------------------------------------------------------------*/
/* home details  -------------------------------------------------------------------*/
#home-details {
	position:relative;
	float: left;
	display: inline;
	font-size:90%;
	margin:75px 0 0 0;
	padding: 0;
	text-align: left;
	clear:both;
	border-top: #fff 2px solid;
	color:#7f7e7b;
	width: 100%;
	}
	
#home-details ul{
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	}
	
#home-details ul li{
	display: inline-block;
	padding: 0;
	margin: 35px 0 20px 25px;
	line-height:1.3em;
	width: 20%;
	float:left;
	}
	
#home-details ul li a{
	display: inline-block;
	}


#home-details h3 { font-family: Helvetica, Arial black, sans-serif; color:#FFFFFF; text-transform:uppercase; display:block; font-size:175%; line-height: 1.0em; font-weight: bold; margin: 0 0 5px 0; }







/* --------------------------------------------------------------------------*/
/* HOME - large promos -------------------------------------------------------------------*/
.sickcity-home { margin: 0; background-image: url(../image/home_projects_sick_city_club.jpg); background-repeat:no-repeat;  width: 374px; height: 320px; display:block; }

.project_info {  padding: 10px 10px 10px ;  background-repeat: repeat;  width: 354px; float:left; display:block; margin: 0; }
.project_info h3 { font-family:Arial black,  sans-serif; color:#00458A; text-transform:uppercase; display:block; font-size:160%; line-height: 1.0em; font-weight: bold; margin: 0 0 10px 0; }
.project_info p { font-size:85%; margin: 0 0 10px 0; font-family:Arial,  sans-serif; color:#7f7e7b; display:block; line-height: 1.3em; width: 94%; display:block; }
.project_info a { text-transform:uppercase; display:block; font-size: 15px; color:#00458A; text-decoration:none; margin-top: 10px; border-bottom: 3px solid #fff; font-weight: bold;}
.project_info a:hover { border-bottom: 3px solid #00458A;  }
.project_info span { font-family: Arial, sans-serif; color:#777; text-transform:uppercase; display:block; font-size:110%; line-height: 1.0em; font-weight: bold; display:block;  }








/* --------------------------------------------------------------------------*/
/* WORK - window -------------------------------------------------------------------*/


.work_outer_container {		
	border:0;
	font-family:Arial, sans-serif;
	width: 650px;
	float: right;
	display:block;
	margin: auto;
	padding: 20px 0 0 0;
	}

.work_outer_container2 {		
	border:0;
	font-family: Arial, sans-serif;
	width: 650px;
	float: right;
	display:block;
	margin: auto;
	padding: 100px 0 0 0;
	}
	

.work_container {		
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	width: 630px;
	float: left;
	background-color: #050505;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px; 
	}


.work_container img {
	float: left;
	}	
	

.work_details { width: 200px; float:right; display:block; margin: 5px 5px 0 0;  }
.work_details h3 { font-family: Arial black, sans-serif; font-size: 150%; color:#FFFFFF; text-transform:uppercase; display:block; line-height: 1.0em; font-weight: bold; }
.work_details p { font-size:90%; padding-top: 18px; font-family: Arial, sans-serif; color:#777777; display:block; line-height: 1.2em; width: 94%; }
.work_details a { font-family: Arial, sans-serif; text-transform:uppercase; display:block; font-size:120%; color:#FFFFFF; text-decoration:none; margin-top: 18px; padding-bottom: 3px; font-weight: bold; }
.work_details a:hover { border-bottom: 3px solid #FFFFFF; padding-bottom: 0;  }


/* --------------------------------------------------------------------------*/
/* WORK - nav - view by -------------------------------------------------------------------*/

	

#view_by {		
	border:0;	
	font-family: Arial, sans-serif;
	float: left;
	display: block;
	padding: 100px 15px 0 312px;
	width: 100%;
	margin: auto;
	}

#view_by ul {
	list-style-type:none;
	margin: 0 0 0 0;
	text-align: left;
	list-style-type:none;
	line-height: 2.1em;
	display: inline;
	}

#view_by ul li{
	display: inline;
	padding: 0;
	margin: 0 0 0 32px;
	}

#view_by li a {
	text-decoration:none;
	color:#333;
	margin: 0 0 0 0;
	font-size:130%;
	text-transform:uppercase;
	font-weight: bold; 
	cursor: pointer;
	display: inline;
	}

#view_by li a:hover,
#view_by li a.sel {
	color:#fff;
	}

#view_by span { font-family: Helvetica, Arial, sans-serif; font-size: 90%; color:#FFFFFF; display:inline-block; }




/* --------------------------------------------------------------------------*/
/* WORK - nav -------------------------------------------------------------------*/

	

#work_nav {		
	border:0;	
	font-family: Arial black, sans-serif;
	letter-spacing: -0.1em;
	float:left;
	display:block;
	padding: 18px 15px 0 0;
	width: 290px;
	margin: auto;
	}

#work_nav ul {
	list-style-type:none;
	margin: 0 0 0 0;
	text-align: left;
	list-style-type:none;
	line-height: 1.9em;
	}

#work_nav li a {
	display:block;
	text-decoration:none;
	color:#333;
	margin: 0 0 0 0;
	font-size:200%;
	text-transform:uppercase;
	font-weight: bold; 
	cursor: pointer;
	}

#work_nav li a:hover,
#work_nav li a.sel {
	color:#fff;
	}





/* --------------------------------------------------------------------------*/
/* Home - nav -------------------------------------------------------------------*/

	

#hpSlideShow {
	border:0;
	font-family: Arial black, sans-serif;
	width: 572px;
	height: 377px;
	margin: auto;	
}

#hpSlideShowInner {
	border:0;
	font-family: Arial black, sans-serif;
	width: 372px;
	height: 372px;
	margin: auto;
	overflow: hidden;
}

#hpSlideShow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

#homenav {
	background-image:url("../images/bg_alpha.png");
	background-repeat:repeat;
	border:0 none;
	bottom:9px;
	font-family:Arial black,sans-serif;
	font-size:10px;
	left:10px;
	margin:auto;
	padding:10px 0;
	position:absolute;
	width:572px;
	z-index:1200;
}

#homenav ul {
	line-height:2.3em;
	list-style-type:none;
	margin:0;
	position:relative;
	right:10px;
	text-align:right;
}


#homenav a {
	display:block;
	text-decoration:none;
	color:#fff;
	margin: 0 0 0 0;
	font-size:255%;
	text-transform:uppercase;
	font-weight: bold; 
	cursor: pointer;
	}

#homenav li a:hover,
#homenav li a.sel {
	color:#fff;
	}
	
	
	

/* --------------------------------------------------------------------------*/
/* WORK - left descriptions -------------------------------------------------------------------*/

	

.work_left_description {		
	border:0;	
	font-family: Arial, sans-serif;
	float:left;
	display:block;
	padding: 20px 15px 0 0;
	width: 290px;
	margin: auto;
	}

.work_left_description h3 { font-family:Arial black, sans-serif; color:#FFFFFF; text-transform:uppercase; display:block; font-size:175%; line-height: 1.0em; }
.work_left_description p { font-size:90%; padding-top: 18px; font-family:Arial, sans-serif; color:#777777; display:block; line-height: 1.2em; width: 94%; }







/* --------------------------------------------------------------------------*/
/* WORK - thumbs -------------------------------------------------------------------*/


.aaron {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_aaron_slater.jpg);
	background-position: 0 0;
	float: left;
	}

a.aaron:hover { 
	background-position: -157px 0; 
	}

.deltarush {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_deltarush.jpg);
	background-position: 0 0;
	float: left;
	}

a.deltarush:hover { 
	background-position: -157px 0; 
	}

.sickcity {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_sickcityclub.jpg);
	background-position: 0 0;
	float: left;
	}

a.sickcity:hover { 
	background-position: -157px 0; 
	}	

.natwilliams {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_nataliewilliams.jpg);
	background-position: 0 0;
	float: left;
	}

a.natwilliams:hover { 
	background-position: -157px 0; 
	}			

.sikanotions {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_sikanotions.jpg);
	background-position: 0 0;
	float: left;
	}

a.sikanotions:hover { 
	background-position: -157px 0; 
	}		

.chilligold {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_chilli_gold.jpg);
	background-position: 0 0;
	float: left;
	}

a.chilligold:hover { 
	background-position: -157px 0; 
	}

.jenisaint {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_jeni_saint.jpg);
	background-position: 0 0;
	float: left;
	}

a.jenisaint:hover { 
	background-position: -157px 0; 
	}


.niko {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_niko.jpg);
	background-position: 0 0;
	float: left;
	}

a.niko:hover { 
	background-position: -157px 0; 
	}


.genelinford {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_gene_linford.jpg);
	background-position: 0 0;
	float: left;
	}

a.genelinford:hover { 
	background-position: -157px 0; 
	}

.audiomaster {
	display:block;
	margin: 0;
	padding: 0;
	width: 157px;
	height: 157px;
	background-image:url(../image/work_audiomaster.jpg);
	background-position: 0 0;
	float: left;
	}

a.audiomaster:hover { 
	background-position: -157px 0; 
	}





/* --------------------------------------------------------------------------*/
/* NEWS - nav -------------------------------------------------------------------*/

	

#news_nav {		
	border:0;	
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	display:block;
	padding: 100px 15px 0 0;
	width: 290px;
	margin: auto;
	}

#news_nav ul {
	list-style-type:none;
	margin: 0 0 0 0;
	text-align: right;
	list-style-type:none;
	line-height: 2.1em;
	}


#news_nav li a {
	display:block;
	text-decoration:none;
	color:#333;
	margin: 0 0 0 0;
	font-size:230%;
	text-transform:uppercase;
	font-weight: bold; 
	cursor: pointer;
	}

#news_nav li a:hover,
#news_nav li a.sel {
	color:#fff;
	}
		





/* --------------------------------------------------------------------------*/
/* ABOUT US - nav -------------------------------------------------------------------*/



#about_nav {		
	border:0;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	display:block;
	padding: 40px;
	margin:auto;
	cursor: pointer;
	}

#about_nav ul {
	list-style-type:none;
	text-align: left;
	cursor: pointer;
	margin: 100px 0 0 0;
	line-height: 2.9em;
	}

#about_nav li a {
	display:block;
	text-decoration:none;
	color:#333;
	margin: 0 0 0 0;
	font-size: 330%;
	text-transform:uppercase;
	font-weight: bold; 
	cursor: pointer;
	letter-spacing: -0.1em;	
	font-family: Arial black, sans-serif;
	}

#about_nav li a:hover,
#about_nav li a:active,
#about_nav li a:visited,
#about_nav li a.sel {
	color:#fff;
	cursor: pointer;
	}
	

.details_box {
	display:none;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	}	

.details_box p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	color: color:#777777;
	font-size: 90%;
	width: 50%;
	line-height: 1.3em;
	}
	
.details_box h1 {
	font-size: 180%;
	margin: 0 0 5px 0;
	font-weight: bold;
	display:block;
	text-transform: uppercase;
	color:#FFFFFF;
	}

.details_box h3{
	display: block; 
	font-size: 100%;
	width: 50%;
	margin: 0 0 10px 0;
	line-height: 1.3em;
	}



	

/* --------------------------------------------------------------------------*/
/* ABOUT US - nav -------------------------------------------------------------------*/



#sitemap_nav {		
	border:0;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	display:block;
	padding: 40px;
	margin:auto;
	cursor: pointer;
	}

#sitemap_nav ul {
	list-style-type:none;
	text-align: left;
	cursor: pointer;
	margin: 100px 0 0 0;
	line-height: 2.9em;
	}

#sitemap_nav li a {
	display:block;
	text-decoration:none;
	color:#333;
	margin: 0 0 0 0;
	font-size: 330%;
	text-transform:uppercase;
	font-weight: bold; 
	cursor: pointer;
	letter-spacing: -0.1em;	
	font-family: Arial black, sans-serif;
	}

#sitemap_nav li a:hover,
#sitemap_nav li a:active,
#sitemap_nav li a:visited,
#sitemap_nav li a.sel {
	color:#333;
	cursor: pointer;
	}
	
		
/* --------------------------------------------------------------------------*/
/* footer -------------------------------------------------------------------*/
#footer {
	position:relative;
	float: left;
	font-size:77%;
	top:0;
	color:#00458A;
	left:0;
	margin: 75px 0 0 0;
	padding: 8px 0 22px 0;
	text-align: left;
	border-top: #00458A 3px solid;
	width: 100%;
}
#footer span.copyright {

	float: right;
	left:-38px;
	position:relative;
	font-family: arial;
	
}

#footer ul{
	display: inline;
	font-size:93%;
}
#footer ul li{
	display: inline;
	padding: 0 8px;
	margin: 2px 0;
	line-height:1.5em;
}
#footer ul li a {
	display: inline-block;
	text-decoration: none;
	color:#00458A;
	text-transform:uppercase;
	padding-bottom:2px;
}

#footer li a:hover,
#footer li a.sel {
	color:#00458A;
	border-bottom: 2px solid #00458A;
	padding-bottom:0;
	}

	







/* --------------------------------------------------------------------------*/
/* work slideshow  -------------------------------------------------------------------*/

/*set CSS for SPAN tag surrounding each image*/
.seqslidestyle{
margin: 0;
}





/* --------------------------------------------------------------------------*/
/* jobs -------------------------------------------------------------------*/



#jobs {		
	border:0;
	font-family: Arial, sans-serif;
	float:left;
	display:block;
	padding: 40px;
	margin:auto;
	}

#jobs ul {
	list-style-type:none;
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 3.5em;
	}

#jobs li {
	display:block;
	text-decoration:none;
	color:#333;
	margin: 0 0 5px 0;
	font-size: 150%;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 0.8em;
	font-family: Arial, sans-serif;
	}

#jobs li a:link,
#jobs li a:active,
#jobs li a:visited,
#jobs li a.sel {
	color:#fff;
	text-decoration:none;
	margin: 10px 0 3px 0;
	}

#jobs li a:hover { border-bottom: 3px solid #FFFFFF; }
		


#jobs p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	color:#eeeeee;
	font-size: 100%;
	width: 50%;
	line-height: 1.3em;
	}
	
#jobs h3 {
	font-size:230%;
	margin: 100px 0 5px 0;
	font-weight: bold;
	display:block;
	text-transform: uppercase;
	color:#FFFFFF;
	font-family: Arial black, sans-serif;
	}
	


		





/* --------------------------------------------------------------------------*/
/* News -------------------------------------------------------------------*/

.news_details {  float: left; display:block; margin: 0 0 0 0; padding: 10px;  }
.news_details h3 { font-family:Arial black, sans-serif; color:#FFFFFF; text-transform:uppercase; display:block; font-size:160%; line-height: 1.0em; font-weight: bold; }
.news_details span { font-family:Arial, sans-serif; color:#777; text-transform:uppercase; display:block; font-size:110%; line-height: 1.0em; font-weight: bold; display:block;  }
.news_details p { font-size:90%; padding-top: 15px; font-family:Arial, sans-serif; color:#777777; display:block; line-height: 1.2em; width: 94%; }
.news_details a { text-transform:uppercase; display:block;font-family:Arial, sans-serif;  font-weight: bold; font-size:120%; color:#FFFFFF; text-decoration:none; margin-top: 15px; padding-bottom: 3px; }
.news_details a:hover { border-bottom: 3px solid #FFFFFF; padding-bottom: 0;  }

#homenav a{
	font-family:HelveticaNeueLTStd47LightConden;
}

.project_info h3 {
	font-family:HelveticaNeueLTStd47LightConden,Arial black,sans-serif;
	font-size:190%;
}

#grid div.item div.body .title {
font-family:HelveticaNeueLTStd47LightConden,Arial black,sans-serif;
font-size:180%;
}

#grid div.item.link {

	height: 190px;
	overflow: hidden;
	
}

#grid div.item {
	background-color:white;
	overflow: hidden;
}

#breadcrumb {

	border:1px solid #DDDDDD;
	height:20px;
	left:212px;
	position:relative;
	top:84px;
	width:0px;
	background-color:#F0F0F0;

	
}

#breadcrumb div {

	color:#888888;
	font-family:Arial !important;
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
	
}

#breadcrumb div:hover {
	
}

#breadcrumb div a {

	color: #888;

}

.breadcrumb_link {

	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 0 0;
	float:left;
	padding:3px 8px 2px 6px;
	cursor: pointer;

}

.breadcrumb_link.active {
	cursor:default;
}

.breadcrumb_link.active, .breadcrumb_link:hover {

	text-decoration: underline;
	
}

/*
.breadcrumb_link:hover {

	float: left;
	background-color: #bbb;
	color: #333;
	
}
*/

#preloader {

	background-color:#FFFFFF;
	height:4000px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:3000000;

}

#grid div.item div.body div.scrollableImgCaption {

	background-image:url("../images/bg_alpha.png");
	top:48px;
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:12px;
	font-weight:bolder;
	height:17px;
	margin:0 0 0 4px;
	padding:5px 0;
	position:absolute;
	text-align:center;
	width:100px;
	cursor:pointer;
	
}

.global_brand {

	width: 100%;
	text-align: center;
	font-size: 14px;
	background-color: #ccc;
	padding: 5px 0;
	margin:0 0 5px;

}

.global_store {

	background-color: #FaFaFa;
	padding: 5px;
	
}

#sectionExternalLink {

	background-color:#000000;
	border:5px solid #000000;
	font-size:12px;
	height:18px;
	margin:70px 0 0;
	padding:3px 0;
	position:absolute;
	text-align:center;

}

#sectionExternalLink a {
	color: #fff;
}

#sectionExternalLink:hover {

	cursor: pointer;
	
}

.description ul li {

	list-style-type:circle;
	list-style-position: inside;
	list-style-image: none;
	font-size: 11px;
	
}

div.button {

	background-color:#EEEEEE;
	height:15px;
	padding:5px 25px;
	text-align:center;
	margin:0 20px;
	border:1px solid #CCCCCC;
	cursor: pointer;

}

div.button:hover {
	background-color:#ccc;
	border:1px solid #999;
}

div.button.error, div.button.error:hover {

	background-color:#f77b59;
	cursor: default;
	border:1px solid #CCCCCC;
	
}

div.button.success, div.button.success:hover {

	background-color:#86d870;
	cursor: default;
	border:1px solid #CCCCCC;

}
