@charset "UTF-8";

/* 
	LP Main Stylesheet
	Author: MShop360
	Colors: 

*/


/*////// Main Styles //////*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #111 url(images/bg.jpg) no-repeat;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, serif;
	color: ;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

p {
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.floatL {float: left;}
.floatR {float: right;}
.right   {text-align: right;}
.left     {text-align: left;}
.center {text-align: center;}

.clear { clear: both; height: 1px;}

.wrapper {
	width: 900px;
	margin: 10px auto 10px auto;
}


#main {
	background-color: white;
	border-radius: 4px;
	box-shadow: 0px 0px 3px #333;
}
#logo {
	width: 537px;
	float: left;
	position: relative;
	z-index: 1;
}
#topInfo {
	width: 340px;
	float: right;
	margin: 30px 0px 0px 0px;
}
#topInfo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 40px;
}
#topInfo h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 26px;
	color: #f00;
	margin: 0px 0px 5px 0px;
}
#topInfo a {
	color: #000;
}
header {
	margin: 0px 0px 0px 0px;
}
nav, #main, footer {
	position: relative;
	top: -36px;
}
nav {
	background: url(images/navBG.jpg) no-repeat;
	background-size: 100%;
	margin: 0px 0px 15px 0px;
	box-shadow: 1px 1px 3px #111;
}
nav ul {
	list-style: none;
	text-align: center;
}
nav ul li {
	display: inline;
}
nav ul li a {
	display: inline-block;
	padding: 17px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	position: relative;
	z-index: 1000;
}
nav ul li a:hover {
	color: #000;
	text-decoration: none;
}
#mainContent {
	width: 570px;
	float: right;
	margin: 10px 10px 30px 0px;
}
#mainContent p {
	margin: 0px 0px 15px 0px;
	line-height: 1.4;
}
.fadein { 
	position: relative; 
	height: 239px;
	width: 570px;
}
.fadein img { 
	position: absolute; 
	left: 0; 
	top: 0;
}
#buttons {
	text-align: center;
}
#buttons a {
	display: inline-block;
	width: 120px;
	height: 112px;
	background-size: 100%;
	margin: 10px;
	box-shadow: 1px 1px 3px #333;
	border-radius: 8px;
}
#buttons a:first-child {
	margin: 10px 10px 10px 0px;
}
#buttons a:nth-child(4) {
	margin: 10px 0px 10px 10px;
}
#b1 { background: url(images/inventory.png) no-repeat; }
#b2 { background: url(images/sell.png) no-repeat; }
#b3 { background: url(images/consignment.png) no-repeat; }
#b4 { background: url(images/buyback.png) no-repeat; }


/*////// Left Column, Company Info Styles //////*/
aside {
	width: 300px;
	float: left;
	padding: 5px;
	margin: 5px;
	background-color: ;
}
#infobox {
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	float: left;
}
#infobox p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	color: #000;
	font-size: 75%;
}
#infobox .row {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 295px;
	border: 1px solid #DDE9FF;
	background-color: #C1D6FF;
}
#infobox .row:nth-child(even) {
	background-color: #DBE7FF;
}
#infobox .row .rowTitle {
	padding: 5px;
	float: left;
	width: 20%;
}
#infobox .row .rowTitle p {
	font-weight: bold;
}
#infobox .row .rowDesc {
	padding: 5px;
	float: left;
	width: 215px;
	background: rgba(255, 255, 255, 0.1);
}
#start {
	color: #888;
	width: 95%;
}
#map {
	margin: 5px;
	width: 285px;
	height: 300px;
}
#map * {
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}
#mapWrapper {
	margin: 0px;
	padding: 0px;
	height: 0;
}
#infoBubble {
	width: 145px;
	overflow: hidden;
}

/*////// Zop Card Footer Style //////*/
footer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 900px;
	float: left;
	padding: 10px 0px;
	text-align: center;
	background-color: #111;
	margin: 10px 0px 40px 0px;
}
footer a {
	font-size: 11px;
	color: #0055b7;
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
footer p {
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
