




/*
     FILE ARCHIVED ON 3:19:57 Aug 2, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:17:35 Mar 1, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
body {
	font-family: HelveticaNeue, "Helvetica Neue", helvetica, arial;
	font-size:13px;
	margin:0;
	
}
img{
	border:0;
}
#wrapper {
	width:100%;
}
#header{
	/*background:url(/web/20150802031957/http://amcmob.com/images/upper_bg.jpg) repeat-x ;*/
	background:url(/file/upper_bg.jpg) repeat-x ;
	/*z-index:100;
	position:fixed;*/
	width:100%;
}
#header-container, #footer-container{
	width:536px;
	height:90px;
	margin:auto;
}
#logo{
	float:left;
	width:137px;
	height:61px;
	padding-top:10px;	
}

#container {
 	width:536px;
	margin:auto;
	border-left: solid #1e9ace 5px;
	border-right: solid #1e9ace 5px;
}
#container-home{
	width:536px;
	height:705px;
	margin:auto;
	background:url(/file/home.jpg) no-repeat;
	border-left: solid #1e9ace 5px;
	border-right: solid #1e9ace 5px;
}
#container-background{
	width:536px;
	height:705px;
	margin:auto;
	background:url(/file/background.jpg) no-repeat;
	border-left: solid #1e9ace 5px;
	border-right: solid #1e9ace 5px;
}
#footer{
	background:url(/file/bottom_bg.jpg) repeat-x;
	height:90px;
}
#copyright{
	padding-top:40px;
	text-align:center;
	color:#7f8897;
	font-size:14px;
	font-weight:bold;
}
/* navigation */
#menu-nav {
	position:absolute;
	font-family: HelveticaNeue, "Helvetica Neue", helvetica, arial;
	font-size:16px;
	padding-top:24px;
	padding-left:90px;
	float:left;	
}
#menu-nav ul {
	margin: 0;
	list-style: none;
}

#menu-nav li {
	display: inline;
}

#menu-nav a {
	color:#666;
	text-decoration:none;
	padding:0px 9px 1px 9px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}

#menu-nav a:hover, #menu-nav .active a {
	background:#01a0fe;
	color: #FFF;
	text-decoration:none;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:456px;
    height:227px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:456px;
    height:227px;
	background:url(/file/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/file/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/file/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* misc */
.clear{
	clear:both;
}