*
{
	padding : 0 ;
	margin : 0 ;
	-webkit-text-size-adjust : none ;
}

a
{
	color : #F2930F ;
	text-decoration : none ;
}

a:hover
{
	color : #FFF ;
}

html
{
	height : 100% ;
}

body
{
	background : #0E0C0D ;
	color : #CFCFCF ;
	font : bold 11px Arial , sans-serif ;
	height : 100% ;
	letter-spacing : .2px ;
	margin : 0 ;
}

img
{
	border : 0 ;
}

.table
{
	display : table ;
	height : 100% ;
	overflow : hidden ;
	#position : relative ;
	width : 100% ;
}

.row
{
	display : table-cell ;
	#position: absolute ;
	#top : 50% ;
	vertical-align : middle ;
}

.cell
{
	#position : relative ;
	#top : -50% ;
}

#canvas
{
	height : 100% ;
	width : 100% ;
}

#container
{
	height : 550px ;
	#position : relative ;
	#top : -50% ;
	width : 100% ;
}

#columns
{
	height : 100% ;
	margin : 0 auto ;
	width : 990px ;
}

#header
{
	height : 60px ;
	margin : 0 auto ;
	text-align : right ;
	width : 990px ;
}

#main
{
	background : #181617 ;
	height : 451px ;
	width : 100% ;
}

#footer
{
	font-weight : normal ;
	font-size : 10px ;
	height : 0px ;
	margin : 0 auto ;
	padding-top : 25px ;
	width : 990px ;
}

#footer .left
{
	color : #939191 ;
	float : left ;
	height : 100% ;
	padding-left : 40px ;
}

#footer .left .prefix
{
	color : #F2930F ;
	font-weight : bold ;
	margin-right : 5px ;
}

#footer .left .detail
{
	margin-right : 15px ;
}

#footer .left a
{
	color : #939191 ;
}

#footer .left a:hover
{
	color : #F2930F ;
}

#footer .right
{
	color : #494546 ;
	float : right ;
	height : 100% ;
}

#left-column
{
	background : #100D0F ;
	float : left ;
	height : 100% ;
	padding-left : 40px ;
	width : 315px ;
}

#left-column div
{
	width : 286px ;
}

#left-column h1
{
	color : #F2930F ;
	font-size : 12px ;
	margin-bottom : 14px ;
	text-transform : uppercase ;
}
#left-column p
{
	margin-bottom : 12px ;
}

#left-column .copy
{
	margin : 6px 0 ;
}

#left-column .icon
{
	margin-top : 20px ;
}

#centre-column
{
	background : #181617 ;
	float : left ;
	height : 100% ;
	padding-left : 20px ;
	width : 299px ;
}

#centre-column .contact-item
{
	border-bottom : 1px solid #302E2F ;
	height : 25px ;
	line-height : 25px ;
	width : 272px ;
}

#centre-column .contact-item .title , #centre-column .contact-item-address .title
{
	color : #939191 ;
	float : left ;
	height : 100% ;
	padding-left : 15px ;
	text-transform : uppercase ;
}

#centre-column .contact-item .data
{
	float : right ;
	height : 100% ;
}

#centre-column .contact-item-address
{
	padding-top : 5px ;
	width : 270px ;
}

#centre-column .contact-item-address .data
{
	float : right ;
	text-align : right ;
}

#right-column
{
	float : left ;
	height : 100% ;
	width : 316px ;
}