body
{
	font-family: "Helvetica Neue", "HelveticaNeue", sans-serif;
	font-size: 120%;
}

.container
{
	width: 940px;
	margin: 0 auto;
	
	padding: 0 60px;
}

.hideText
{
	position: absolute;
	left: -9999em;
}

a
{
	/*color: #0066cc;*/
	color: #187dbc;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#page-homepage
{
}

#page-homepage ::selection
{
	background: #d83b00;
	color: #ffffff;
	text-shadow: #8a1603 0 2px 2px;
}

#page-homepage ::-moz-selection
{
	background: #d83b00;
	color: #ffffff;
	text-shadow: #8a1603 0 2px 2px;
}

#page-homepage #navigation
{
	margin-top: 100px;
}

#page-homepage #navigation li
{
	display: block;
	float: left;
	margin-left: 20px;
}

#page-homepage #navigation li:first-child
{
	margin-left: 0;
}

#page-homepage #navigation li a
{
	padding: 20px 5px;
	display: block;
	
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#page-homepage #navigation li:first-child a
{
	padding-left: 0;
}

#page-homepage #navigation li:last-child a
{
	padding-right: 0;
}

#page-homepage #navigation .internal
{
	float: left;
}

#page-homepage #navigation .external
{
	float: right;
}

#page-homepage #navigation.floating
{
	padding: 0;
	margin-top: 0;	
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	
	background-color: transparent;
}

#page-homepage #navigation.floating .container
{
}

#page-homepage #navigation.floating a
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	font-weight: 400;
	text-decoration: none;
}

#page-homepage #navigation.floating .selected a
{
	color: #ffffff;
}

#page-homepage #navigation.intro
{
}

#page-homepage #navigation.products, #page-homepage #navigation.aboutUs, #page-homepage #navigation.careers
{
	box-shadow: rgba(0, 0, 0, 0.2) 0 4px 4px;
	background-color: rgba(0, 0, 0, 0.9);
}

#page-homepage #navigation.products a, #page-homepage #navigation.aboutUs a, #page-homepage #navigation.careers a
{
	color: #909090;
	text-shadow: #000000 0 1px 1px;
}

#page-homepage #navigation.products a:hover, #page-homepage #navigation.aboutUs a:hover, #page-homepage #navigation.careers a:hover
{
	color: #ffffff;
}

#page-homepage #navigation.products
{
	background-color: rgba(0, 0, 0, 1);
}

/********
* Intro
********/
#page-homepage #intro img.logo
{
	width: 600px;
	height: 190px;
	display: block;
	
	margin: 100px auto 0 auto;
}

#page-homepage #intro h1
{
	font-weight: 200;
	text-align: center;
	margin-top: 50px;
	color: #303030;
	padding: 0;
	font-size: 2.05em;
}

#page-homepage #intro h1 strong
{
	font-weight: bold;
}

/**********
* Products
***********/
#page-homepage #products
{	
	padding: 100px 0;
	margin: 0;
	
	box-shadow: inset 0 10px 100px #000000;
	
	background: #333333;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(/images/homepage/products/bg.jpg) left top;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%), url(/images/homepage/products/bg.jpg) left top;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))), url(/images/homepage/products/bg.jpg) left top;
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%), url(/images/homepage/products/bg.jpg) left top;
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%), url(/images/homepage/products/bg.jpg) left top;
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%), url(/images/homepage/products/bg.jpg) left top;
	background: radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%), url(/images/homepage/products/bg.jpg) left top;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ), url(/images/homepage/products/bg.jpg) left top;
	
}

#page-homepage #products ::selection
{
	background: #29baff;
	color: #ffffff;
	text-shadow: #0f71ba 0 2px 2px;
}

#page-homepage #products ::-moz-selection
{
	background: #29baff;
	color: #ffffff;
	text-shadow: #0f71ba 0 2px 2px;
}

#page-homepage #products .product
{
	color: #ffffff;
	text-shadow: #000000 0 2px 2px;
	
	line-height: 1.5em;
}

#page-homepage #products .product h2
{
	font-size: 1.5em;
	font-weight: bold;
}

#page-homepage #products .product h3
{
	margin-top: 20px;
	font-size: 1em;
	font-weight: 600;
}

#page-homepage #products .product .description
{
	color: #b0b0b0;
	margin-top: 10px;
	margin-bottom: 40px;
}

#page-homepage #products .product .visit
{
	margin-left: -5px;
}

#page-homepage #products .product .slideshow
{
	float: right;
	width: 640px;
	display: block;
	margin-left: 40px;
}

#page-homepage #products .product .slideshow .imageContainer
{
	height: 360px;
	
	border: 1px solid black;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);	
	box-shadow: inset 0 1px 0 #aaaaaa, 0 5px 5px #222222;
}

#page-homepage #products .product .slideshow .imageContainer .images
{
	width: 620px;
	height: 340px;
	display: block;
	margin: 0 auto;
	
	overflow: hidden;
	
	position: relative;
	top: 10px;
}

#page-homepage #products .product .slideshow .imageContainer .images li
{
	float: left;
}

#page-homepage #products .product .slideshow .pagination
{
	display: none;
}

/**********
* About us
***********/
#page-homepage #aboutUs
{
	padding: 100px 0;
}

#page-homepage #aboutUs h2
{
	font-size: 1.6em;
	font-weight: bold;
	
	margin-bottom: 40px;
}

#page-homepage #aboutUs #team
{
	float: left;
	width: 440px;
}

#page-homepage #aboutUs #team h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

#page-homepage #aboutUs #team .intro
{
	color: #707070;
	font-size: 1em;
	line-height: 1.3em;
	
	margin-bottom: 40px;
}

#page-homepage #aboutUs #team .people
{
	font-size: 0.8em;
}

#page-homepage #aboutUs #team .people .person
{
	margin-bottom: 40px;
}

#page-homepage #aboutUs #team .people h4
{
	font-weight: bold;
}

#page-homepage #aboutUs #team .people p
{
	margin-top: 5px;
	line-height: 1.4em;
	
	color: #707070;
}

#page-homepage #aboutUs #team .people .photo
{
	float: left;
	width: 100px;
	margin-right: 20px;
	
	position: relative;
	top: 2px;
	
	border-radius: 3px;
	box-shadow: 0 2px 0px #dcecff;
}

#page-homepage #aboutUs #team .people .person:hover .photo
{
}

#page-homepage #aboutUs #timeline
{
	float: right;
	width: 440px;
	
	padding-bottom: 86px;
	background: url(/images/homepage/aboutUs/timeline/timeline-footer.jpg) center bottom no-repeat;
}

#page-homepage #aboutUs #timeline ul
{
	background: url(/images/homepage/aboutUs/timeline/bg.png) center top repeat-y;
}

#page-homepage #aboutUs #timeline li
{
	width: 190px;
	display: block;
	float: left;
	margin: 26px 0;
	padding-top: 40px;
	padding-right: 27px;
	position: relative;
	
	font-size: 0.8em;
	line-height: 1.3em;
	color: #404040;
	
	text-align: right;
	
	background: url(/images/homepage/aboutUs/timeline/timeline-marker.jpg) 200px 15px no-repeat;
}

#page-homepage #aboutUs #timeline li:first-child
{
	margin-top: 0;
}

#page-homepage #aboutUs #timeline li:nth-child(even)
{
	float: right;
	text-align: left;
	
	padding-right: 0;
	padding-left: 27px;
	background-position: -21px 15px;
}

#page-homepage #aboutUs #timeline li h3
{
	background-image: url(/images/homepage/aboutUs/timeline/months.png);
	background-repeat: no-repeat;
	background-position: right top;
	
	height: 40px;
	width: 100%;
	display: block;
	
	position: absolute;
	top: 0;
	right: 27px;
}

#page-homepage #aboutUs #timeline li:nth-child(even) h3
{
	left: 27px;
}

#page-homepage #aboutUs #timeline li h3 .year
{
	height: 40px;
	width: 35px;
	display: block;
	float: right;
	
	background-image: url(/images/homepage/aboutUs/timeline/years.png);
	background-repeat: no-repeat;
}

/* Width = (month width + year width) */
/* Negative X offset = (background image width - year width) */
#page-homepage #aboutUs #timeline li.january h3 { background-position: -75px 0px; width: 120px; } 
#page-homepage #aboutUs #timeline li.february h3 { background-position: -68px -40px; width: 127px; } 
#page-homepage #aboutUs #timeline li.march h3 { background-position: -95px -80px; width: 100px; } 
#page-homepage #aboutUs #timeline li.april h3 { background-position: -111px -120px; width: 84px; }
#page-homepage #aboutUs #timeline li.may h3 { background-position: -118px -160px; width: 77px; } 
#page-homepage #aboutUs #timeline li.june h3 { background-position: -109px -200px; width: 86px; } 
#page-homepage #aboutUs #timeline li.july h3 { background-position: -117px -240px; width: 78px; } 
#page-homepage #aboutUs #timeline li.august h3 { background-position: -87px -280px; width: 108px; } 
#page-homepage #aboutUs #timeline li.september h3 { background-position: -48px -320px; width: 147px; } 
#page-homepage #aboutUs #timeline li.october h3 { background-position: -76px -360px; width: 119px; } 
#page-homepage #aboutUs #timeline li.november h3 { background-position: -52px -400px; width: 143px; } 
#page-homepage #aboutUs #timeline li.december h3 { background-position: -54px -440px; width: 141px; }

#page-homepage #aboutUs #timeline li.y2009 .year { background-position: right 0px; } 
#page-homepage #aboutUs #timeline li.y2010 .year { background-position: right -40px; } 
#page-homepage #aboutUs #timeline li.y2011 .year { background-position: right -80px; } 
#page-homepage #aboutUs #timeline li.y2012 .year { background-position: right -120px; }
#page-homepage #aboutUs #timeline li.y2013 .year { background-position: right -160px; } 
#page-homepage #aboutUs #timeline li.y2014 .year { background-position: right -200px; } 
#page-homepage #aboutUs #timeline li.y2015 .year { background-position: right -240px; }

#page-homepage #aboutUs #timeline li p img
{
	float: left;
	margin-top: -15px;
	margin-right: 5px;
}

#page-homepage #aboutUs #timeline li img
{
	margin-top: 10px;
}

#page-homepage #aboutUs #timeline li.seedcamp p
{
	margin-top: 10px;
}

#page-homepage #aboutUs #timeline li.sdSiteLaunch p
{
	position: relative;
	z-index: 1;
}

#page-homepage #aboutUs #timeline li.sdSiteLaunch img
{
	position: relative;
	z-index: 0;
	margin-top: -10px;
}

/**********
* Careers
***********/
#page-homepage #careers #positions
{
	height: 416px;
	
	padding: 80px 0;
	
	color: #ffffff;
	text-shadow: #034398 0 2px 2px;
	
	box-shadow: inset 0 5px 40px #0a5aa8;
	background: url(/images/homepage/careers/positionsBg.jpg) left top repeat-x;
}

#page-homepage #careers #positions ::selection
{
	background: #d83b00;
	color: #ffffff;
	text-shadow: #8a1603 0 2px 2px;
}

#page-homepage #careers #positions ::-moz-selection 
{
	background: #d83b00;
	color: #ffffff;
	text-shadow: #8a1603 0 2px 2px;
}

#page-homepage #careers #positions h2
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	
	margin-bottom: 30px;
}

#page-homepage #careers #positions h3
{
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	
	margin-bottom: 50px;
}

#page-homepage #careers #positions .openPositions
{
	width: 350px;
	height: 480px;
	float: left;
	
	position: absolute;
	margin-left: -30px;
	padding-left: 30px;
	background: url(/images/homepage/careers/weAreHiring.png) 0px bottom no-repeat;
}

#page-homepage #careers #positions .openPositions:empty
{
	height: 460px;
	background-image: url(/images/homepage/careers/notHiring1.png);
}

/*
#page-homepage #careers #positions .openPositions:empty:after
{
	line-height: 1.5em;
	color: #ffffff;
	font-weight: bold;
	content: 'Sorry, there are no positions available at the moment! However, we\'re always on the lookout for awesome people to help us build great software. If you think that\'s you, then drop us an e-mail at hello@boxedice.com'
}
*/

#page-homepage #careers #positions .openPositions a
{
	color: #ffffff;
	font-weight: bold;
	text-shadow: #034398 0 2px 2px;
	text-decoration: none;
	line-height: 50px;
	
	width: 100%;
	height: 50px;
	display: block;
	
	border-top: 1px solid #87d0eb;
	border-bottom: 1px solid #0858a8;
	
	-webkit-transition: text-indent 0.3s ease-out;
	-moz-transition: text-indent 0.3s ease-out;
	-o-transition: text-indent 0.3s ease-out;
	-ms-transition: text-indent 0.3s ease-out;
}


#page-homepage #careers #positions .openPositions a:hover
{
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.01)), color-stop(20%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 100%);
	background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	
	cursor: pointer;
	text-indent: 20px;	
}

#page-homepage #careers #positions .openPositions a span.look
{
	display: block;
	float: right;
	height: 50px;
	width: 24px;
	
	-webkit-transform-style: preserve-3d;
	
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -moz-transform 0.3s ease-out;
	-ms-transition: -moz-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	
	background: url(/images/homepage/careers/look.png) right center no-repeat;
}

#page-homepage #careers #positions .openPositions a:hover span.look
{
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
}

#page-homepage #careers #positions .openPositions li:first-child a
{
	border-top: 0;
}

#page-homepage #careers #positions .openPositions li:last-child a
{
	border-bottom: 0;
}

#page-homepage #careers #positions .benefits
{
	width: 520px;
	margin-left: 50px;
	float: right;
}

#page-homepage #careers #positions .benefits .benefit
{
	float: left;
	width: 240px;
	margin-left: 40px;
	margin-bottom: 40px;
	
	font-size: 0.9em;
	line-height: 1.3em;
}

#page-homepage #careers #positions .benefits .benefit:nth-child(odd)
{
	margin-left: 0;
}

#page-homepage #careers #positions .benefits .benefit:nth-child(even)
{
}

#page-homepage #careers #positions .benefits .benefit h4
{
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

#page-homepage #careers #positions .benefits .benefit.randomWeek h4
{
	background-image: url(/images/homepage/careers/benefits/randomWeek.png);
}

#page-homepage #careers #positions .benefits .benefit.flexibleHours h4
{
	background-image: url(/images/homepage/careers/benefits/flexibleHours.png);
}

#page-homepage #careers #positions .benefits .benefit.unlimitedHoliday h4
{
	background-image: url(/images/homepage/careers/benefits/unlimitedHoliday.png);
}

#page-homepage #careers #positions .benefits .benefit.openSourceProjects h4
{
	background-image: url(/images/homepage/careers/benefits/openSourceProjects.png);
}

#page-homepage #careers #positions #positionDetailsOverlay
{
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}

#page-homepage #careers #positions #positionDetailsModal
{
	width: 680px;
	display: block;
	
	position: relative;
	
	padding: 40px;
	
	margin: 100px auto 0 auto;
	
	background-color: #f1f1f1;
	border: 1px solid #000000;
	
	box-shadow: inset #ffffff 0 1px 0, #333333 0 5px 10px;
	border-radius: 5px;
	
	color: #606060;
	font-size: 0.9em;
	line-height: 1.5em;
	text-shadow: #ffffff 0 1px 0;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation
{
	float: left;
	margin: 0;
	margin-top: -4px;
	width: 180px;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation .template
{
	display: none;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation li
{
	list-style: none;
	margin: 0 !important;
	
	background: url(/images/homepage/careers/jobDescription/navigation/item.png) right center no-repeat;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation li.first
{
	margin-top: 0;
	background-position: right -23px;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation li.last
{
	background-position: right -12px;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation li a
{
	height: 62px;
	line-height: 62px;
	display: block;
	padding-right: 60px;
	text-align: center;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation li.first a
{
	height: 32px;
	line-height: 39px;
	padding-bottom: 17px;
	
	background-position: 147px 6px !important;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation li.last a
{
	height: 32px;
	line-height: 28px;
	padding-top: 17px;
	background-position: 147px 17px !important;
}


#page-homepage #careers #positions #positionDetailsModal #jobDetails .navigation li a.selected
{
	color: #303030;
	text-decoration: none;
	
	background: url(/images/homepage/careers/jobDescription/navigation/selected.png) 147px 19px no-repeat;
}

#jobDetails
{	
	line-height: 1.5em;
	font-size: 0.9em;
	
	padding-bottom: 20px;
	background: url(/images/homepage/careers/jobDescription/headingBg.jpg) left bottom repeat-x;
}

#jobDetails > div
{
	margin-bottom: 40px;
}

#jobDetails h1
{
	color: #303030;
	font-weight: bold;
	font-size: 2em;
	
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 40px;
	background: url(/images/homepage/careers/jobDescription/headingBg.jpg) left bottom repeat-x;
}

#jobDetails h2
{
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}

#jobDetails h3
{
	font-weight: bold;
	margin-top: 20px;
	color: #404040;
}

#jobDetails p
{
	color: #808080;
	margin-bottom: 20px;
}

#jobDetails ul, #jobDetails ol
{
	margin: 20px 0;
	list-style-position: inside;
	list-style-type: disc;
	
	color: #808080;
}

#jobDetails a.apply
{
	height: 73px;
	width: 262px;
	display: block;
	margin: 0 auto;
	
	margin-top: 40px;
	
	background: url(/images/homepage/careers/jobDescription/apply-button.png) center center no-repeat;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails
{
	margin-top: 0;
	background-image: none;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails > div
{
	margin-bottom: 0;
	width: 460px;
	margin-left: 220px;
	
	display: none;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails h1
{
	margin-top: 0;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails h2
{
	display: none;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails h3
{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #303030;
	margin-top: 20px;
	margin-bottom: 5px;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails p
{
	margin-bottom: 20px;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails ul, #page-homepage #careers #positions #positionDetailsModal #jobDetails ol
{
	margin: 20px 0;
	list-style-position: inside;
	list-style-type: disc;
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails ol
{
	list-style-type: decimal
}

#page-homepage #careers #positions #positionDetailsModal #jobDetails ul li, #page-homepage #careers #positions #positionDetailsModal #jobDetails ol li
{
	margin-bottom: 5px;
}

#positionDetailsModal #jobDetails a.apply
{
	margin: 40px 0 0 0;
}

#page-homepage #careers #workingEnvironment
{
	height: 680px;
	color: #c0c0c0;
	text-shadow: #000000 0 2px 2px;
	
	box-shadow: inset 0 5px 60px #000000;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(/images/homepage/careers/environment/bg.jpg) left top;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%), url(/images/homepage/careers/environment/bg.jpg) left top;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))), url(/images/homepage/careers/environment/bg.jpg) left top;
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url(/images/homepage/careers/environment/bg.jpg) left top;
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url(/images/homepage/careers/environment/bg.jpg) left top;
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url(/images/homepage/careers/environment/bg.jpg) left top;
	background: radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url(/images/homepage/careers/environment/bg.jpg) left top;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 ), url(/images/homepage/careers/environment/bg.jpg) left top;
}

#page-homepage #careers #workingEnvironment ::selection
{
	background: #29baff;
	color: #ffffff;
	text-shadow: #0f71ba 0 2px 2px;
}

#page-homepage #careers #workingEnvironment ::-moz-selection
{
	background: #29baff;
	color: #ffffff;
	text-shadow: #0f71ba 0 2px 2px;
}

#page-homepage #careers #workingEnvironment .location
{
	float: right;
	width: 630px;
	
	position: relative;
	top: 60px;
	
	font-size: 0.9em;
	line-height: 1.5em;
}

#page-homepage #careers #workingEnvironment .location .description
{
	position: relative;
	left: 110px;
	
	width: 520px;
}

#page-homepage #careers #workingEnvironment .location .description h4
{
	height: 30px;
	background: url(/images/homepage/careers/environment/locationHeading.png) left center no-repeat;
}

#page-homepage #careers #workingEnvironment .location .description strong
{
	color: #ffffff;
	font-weight: bold;
}

#page-homepage #careers #workingEnvironment .location .photos
{
	margin-top: 40px;
}

#page-homepage #careers #workingEnvironment .equipment
{
	width: 240px;
	font-size: 0.9em;
	line-height: 1.5em;
	
	position: relative;
	top: 200px;
}

#page-homepage #careers #workingEnvironment .equipment h4
{
	height: 30px;
	background: url(/images/homepage/careers/environment/equipmentHeading.png) left center no-repeat;
}

#page-homepage #careers #workingEnvironment .equipment .checklistOfAwesomeness
{
	margin-top: 30px;
}

#page-homepage #careers #workingEnvironment .equipment .checklistOfAwesomeness li
{
	border-top: 1px solid #5a5a5a;
	border-bottom: 2px solid #222222;
	
	height: 40px;
	line-height: 40px;
	
	background: url(/images/homepage/careers/environment/tick.png) right center no-repeat;
}

#page-homepage #careers #workingEnvironment .equipment .checklistOfAwesomeness li:first-child
{
	border-top: 0;
}

#page-homepage #careers #workingEnvironment .equipment .checklistOfAwesomeness li:last-child
{
	border-bottom: 0;
}

/*************
* Footer
**************/
#page-homepage #footer
{
	margin-top: 40px;
	padding-bottom: 40px;
	font-size: 0.7em;
	color: #999999;
	
		line-height: 1.5em;
}

#page-homepage #footer .container
{
	/*background: url(/images/homepage/footer/logo.png) left center no-repeat;*/
}

#page-homepage #footer a.logo
{
	float: left;
	height: 60px;
	width: 60px;
	display: block;
}

#page-homepage #footer #contact
{
	padding-top: 10px;
	padding-left: 80px;
}

#page-homepage #footer .phone
{
	float: right;
	text-align: right;
}

#page-homepage #footer .address
{
	width: 60%;
	float: left;
	/*margin-left: 80px;*/
}

#page-homepage #footer strong
{
	font-weight: bold;
	color: #666666;
}

/* Clearfix */
.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix 
{
	display: inline-block;
}
 
html[xmlns] .clearfix 
{
	display: block;
}
 
* html .clearfix 
{
	height: 1%;
}
