/*************************************************************************************************

	Koodoo Creative August 2009

	* Created by: James Mills [www.koodoocreative.co.uk]
	* Document created: 18th August 2009
	* Copyright (c) 2009 James Mills / Koodo Creative.

*************************************************************************************************/

/* Import the global reset document
-------------------------------------------------------------- */
@import "reset.css";


/* Golbal CSS settings
-------------------------------------------------------------- */
* { font-family:Arial, Verdana, Helvetica, sans-serif; }

body { background:#000; }

.clearFix { clear: both; }

a { outline:none; }



/* Social Media Buttons
-------------------------------------------------------------- */
ul#social_media_buttons {
	position:absolute;
	top:155px;
}

ul#social_media_buttons li a {
	text-indent:-9999px;
	display:block;
	width:39px;
	height:95px;
	margin-bottom:10px;
}
ul#social_media_buttons li a.koodoo_live {
	background:url(../images/buttons/koodoo_live.png);
}
ul#social_media_buttons li a.facebook {
	background:url(../images/buttons/facebook.png);
}

ul#social_media_buttons li a.flickr {
	background:url(../images/buttons/flickr.png);
}
ul#social_media_buttons li a.twitter {
	background:url(../images/buttons/twitter.png);
}


/* Layout stuff
-------------------------------------------------------------- */
div#header {
	width:980px;	
	height:137px;
	background:url(../images/header.png);
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	margin-top:10px;
	margin-bottom:10px;
	
	text-indent:-99999px;
}

div#slider_wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:844px;
}

div#footer_top {
	width:980px;	
	height:159px;
	background:url(../images/footer_top.png);
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	
	text-indent:-99999px;
}

div#footer_bottom {
	width:980px;	
	height:114px;
	background:url(../images/footer_bottom.png);
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	margin-bottom:40px;
}

