@charset "UTF-8";
/* Moxie new site CSS Document */

/* global */

html {
    overflow-y: scroll;
}

body.home {
	background:#fff url(../img/home-bckgrnd.png) repeat-x top;
	color:#000;
	font-family:Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size:.938em;
	line-height:1.31em;
	margin:0 auto;
	margin-top:0px;
	padding:0px;
}

body.contact {
	background:#fff url(../img/contact-bckgrnd.png) repeat-x top;
	color:#000;
	font-family:Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size:.875em;
	line-height:1.25em;
	margin:0 auto;
	margin-top:0px;
}

a:link {
	text-decoration:none;
	border-style:none;
	color:#000;
}

a:visited {
	text-decoration:none;
	border-style:none;
	color:#000;
}

a:hover, a:focus {
	text-decoration:none;
	border-style:none;
	color:#EF4135;
}
a:active {
	text-decoration:none;
	border-style:none;
	color:#EF4135;
}

/* div tags */

div#wrapper {
	width:875px;
	margin:0 auto;
	margin-top:15px;
}

div#nav {
	height:15px;
	width:500px;
	float:right;
	text-align:right;
	padding:0px;
	/*margin-top:15px;*/
}

div#welcome {
	height:28px;
	width:64px;
	float:right;
	margin:50px 307px 0px 0px;
}

div#homecopy {
	color:#fff;
	float:right;
	width:372px;
	margin-top:12px;
	
}

div#homebar {
	float:left;
	margin-top:12px;
}

div#comingsoon {
	height:23px;
	width:254px;
	float:right;
	margin:20px 117px 0px 0px;
}

div#labels {
	height:48px;
	width:502px;
	float:right;
	margin:180px 0px 0px 0px;
}

div#team {
	margin:32px 0px 0px 90px;
}

div#cards {
	margin:25px 0px 25px 15px;
}

div#m {
	height:73px;
	width:76px;
	text-align:right;
	float:right;
}
	

div#footer {
	width:300px;
	font-size:.75em;
	margin:-53px 0px 0px 0px;
}

div#footerlink {
	font-family:Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size:0.8em;
	margin:20px 0px 0px 40px;
	float:left;
}

div#footericon {
	float:right;
	margin:20px 40px 0px 0px;


}



div#clear {
	clear:both;
}



/* classes */

.navi {
	margin-left:33px;
}

.name {
	color:#EF4135;
	font-weight:bold;
}


.vintagelink {
	text-decoration:none;
	border-style:none;
	color:#fff;
}

