/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: AintRocketScience Ltd
	developer: JSUTTON with much love to DPETRIE of the excellent JBMoss Ltd
	date: 05/05/2009
	
-------------------------------------------------------*/


* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table {
	margin			: 0.1em 1%;
	/*text-align		: left;*/
}
li, dd {
	/*margin-left		: 5%;*/
}
fieldset {
	/*padding			: .5em;*/
}

a {
	text-decoration	: none;
	outline			: none;
	
}

.clr {
	clear			: both;
	height			: 0; !important
	width			: 0; !important
	padding			: 0;
	margin			: 0;
}

img, div, h1 { 
	behavior		: url(iepngfix.htc) 
}


/* ---------- 2. typography ---------- */ 

p {
	color			: #909090;
	font-size		: 1em;
	text-align		: left;
}
p a {
	text-deoration	: underline;
	color			: #ee2b29;
}
p a:hover {
	color			: #ee2b29;
}
h1 {
	color			: #999999;
	font-weight		: normal;
	line-height		: 30px;
	text-indent		: 3px;
}
h2 {
	color			: #999999;
	font-weight		: normal;
	line-height		: 30px;
	text-indent		: 3px;
	text-align		: left;
}
h3 {
	color			: #ee2b29;
	font-weight		: normal;
	line-height		: 30px;
	text-indent		: 3px;
	
}

h4 {}
h5 {}

ul {
	color			: #999999;
	font-size		: x-small;
	text-indent		: 3px;
}

/* ---------- 3. main ---------- */ 

html {
}

body {
	font-size		: 80%;
	font-family		: Georgia, "Times New Roman", Times, serif;
	text-align		: center;
	background-color: #FEF1E6;
}

#padder {
	height			: 5px;
}

#ButtonsBuy {
	float			: left; 	
	margin-left		: 180px; 
	margin-top		: -140px;
	height			: 56px;
	width			: 56px;
}

#ButtonsSell {
	float			: left; 	
	margin-left		: 180px; 
	margin-top		: -140px;
	height			: 56px;
	width			: 56px;
}


#logo {
	margin-left		: auto; 
	margin-right	: auto;	
	text-align		: center;
	width			: 790px;
	height			: 248px;
}

#map {
	z-index			: 1;
	text-align		: center;
	width			: 790px;
	height			: 320px;
	padding			: 5px;
}

#div-wrap {
	width			: 100%;
	height			: 100%;
	background-color: #FFF1E5;
	text-align		: left;
	background-image:url(../images/BackgroundTile2.gif);
}

#main {
	width 			: 800px;
	height 			: 100%;
	background		: #FFF5EF;
	margin-left		: auto; 
	margin-right	: auto;
	margin-bottom 	: 200px;
	
}

#footer {
	text-align		: center;
}

#copyright {
	margin-left		: auto; 
	margin-right	: auto;	
	height 			: 90px; 
}

#madeby {
	margin-left		: auto; 
	margin-right	: auto;	
	height			: 26px;
}

#content {
	width			: 100%;
}

#twitter_div {
	margin-left		: 360px; 
	margin-top		:-100px;
	z-index			: 5;
	/*float			: inherit;*/
	padding-top		: 0px;
	padding-left	: 5px;
	padding-right	: 5px;
	padding-bottom	: 0px;
	overflow		: hidden;
	color			: #999999;
	font-size		: x-small;
	width			: 200px;
	height			: 76px;
	/*background-image:url(../images/tweet.png);*/
}

#footerspan {
	text-align:center;	
}

#advertising {
	
}
