/*
	CHERRYCALL CSS
	CREATED:09.12.09
	MODIFIED:06.02.10
	AUTHOR:ANDY FIELD
*/

/*
	COLOURS
	CHERRY:#520707
	LINK GREEN:#64cd2a
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#520707;
	color:#fff;
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:75%;
	line-height:1.5em; 
	padding:4em 2em;
	text-align:center;
}

button,input,select,textarea {
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	padding:.375em;
	vertical-align:middle;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a {
	outline:none;
}

a:focus {
	color:#64cd2a;
}

a:link,
a:visited {
	color:#926363;
	text-decoration:none;
}

a:hover,
a:active {
	color:#64cd2a;
	text-decoration:underline;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* TYPOGRAPHY
******************************************/

p {
	color:#926363;
	font-size:1em;
	line-height:1.5em;
	margin:0.75em 0;
}

h1,h2 {
	font-weight:bold;
}

h1 { /*32*/
	font-size:2.666667em;
	line-height:0.5625em;
	margin:0.28125em 0 0.5625em 0;
	text-shadow: #2e0404 0px 1px 1px;
}

h2 { /*18*/
	font-size:1.5em;
	line-height:1.5em;
	margin:0.5em 0;
	text-shadow: #2e0404 0px 1px 1px;
}

h3 { /*15*/
	font-size: 1.25em;
	line-height: 1.2em;
	margin:0.6em 0;
	text-shadow: #2e0404 0px 1px 1px;
}

/* DECORATION
******************************************/

ul {
	float:left;
	margin:3em 0 6em 0;
	width:804px;
}

li {
	display:block;
	float:left;
	height:180px;
	margin:0 1px 0 0;
	width:200px;
}

li a {
	display:block;
	float:left;
	height:180px;
	overflow:hidden;
	text-indent:-3000em;
	width:200px;
}

#uk a {
	background:#520707 url(/assets/sprite.png) 0 0 no-repeat;
}

#au a {
	background:#520707 url(/assets/sprite.png) -201px 0 no-repeat;
}

#nz a {
	background:#520707 url(/assets/sprite.png) -402px 0 no-repeat;
}

#za a {
	background:#520707 url(/assets/sprite.png) -603px 0 no-repeat;
}

#uk a:hover {
	background:#520707 url(/assets/sprite.png) 0 -180px no-repeat;
}

#au a:hover {
	background:#520707 url(/assets/sprite.png) -201px -180px no-repeat;
}

#nz a:hover {
	background:#520707 url(/assets/sprite.png) -402px -180px no-repeat;
}

#za a:hover {
	background:#520707 url(/assets/sprite.png) -603px -180px no-repeat;
}

/* LAYOUT
******************************************/

#wrapper {
	margin:0 auto;
	text-align:left;
	width:804px;
}


