* {
	margin: 0px;
}

html {
	background-color: #FFFFFF;
	background-image: url(images/html-tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}
body {
	width: 770px;
	padding-top: 148px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/body-tile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#menu {
	display: block;
	height: 25px;
	margin-bottom: 27px;
	font-size: 12pt;
	line-height: 1.4em;
	text-align: right;
}

#menu a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 30px;
	text-align: right;
	font-weight: bold;
}
#menu a:hover {
	color: #9BE7FF;
}
#pagetitle {
	display: block;
	height: 25px;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 25px;
	color: #000000;
}

#header {
	display: block;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -385px;
	padding-left: 180px;
	height: 25px;
	z-index: 15;
	font-size: 18pt;
	font-weight: normal;
	color: #000000;
}
.active {
	color: #9BE7FF!important;
}

#logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -385px;
	width: 355px;
	height: 148px;
	z-index: 10;
	background-image: url(images/all-trades-logo.png);
	background-repeat: no-repeat;
}

.leftimg {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

#googlemap {
	float: left;
	margin-right: 25px;
	margin-bottom: 50px;
	text-align: center;
}
#googlemap iframe {
	border: 1px solid #333333;
}
#googlemap a {
	color: #666666;
	font-size: 9pt;
	line-height: 19pt;
}
#googlemap a :hover {
	color: #999999;
}

.floatleft {
	float: left;
}

h1, h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 15px;
	color: #666666;	
}
h3 {
	font-size: 12pt;
	font-weight: normal;
	margin-top: 15px;
	color: #666666;	
}
p {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.4em;
}
p a {
	color: #666666;
}
p a:hover {
	color: #999999;
}
ul {
	width: 200px;
	float: left;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.4em;
	list-style-type: none;
}
li {
	padding-right: 25px;
}

.col0 {
	display: block;
	float: right;
	width: 245px;
	padding-bottom: 50px;
}
.col1 {
	display: block;
	float: left;
	width: 500px;
	padding-bottom: 50px;
}
.clear {
	clear: both;
}

hr {
	clear: both;
	color: #042F8D;
	background-color: #042F8D;
	height: 8px;
}

#footer {
	display: block;
	height: 65px;
	padding-top: 40px;
	padding-left: 125px;
	font-size: 12px;
	color: #666666;
	background-image: url(images/all-trades-footerlogo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cybermart {
	padding-top: 25px;
	color: #999999;
	float: right;
	text-decoration: none;
	font-size: 7pt;
}
.cybermart:hover {
	color: #666666;
}


#refurbimg {
	display: block;
	text-align: center;
	padding-bottom: 50px;
}
#refurbimg a {
	display: inline-block;
	position:relative;
	width: 100px;
	height: 100px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	line-height: 80px;
}
#refurbimg img {
	margin-top: 8px;
	height: 80px;
	max-width: 80px;
	border: 2px solid #CCCCCC;
	vertical-align: middle;

}
.nomargin {
	margin: 0px;
}
