/* CSS Document */

body {
	font-family: Arial, sans-serif;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#container {
	height: 100%;
	width: auto;
	position: relative;
	background-color: #E6E6E6;
	min-width: 960px;
}

#header {
	height: 90px;
	width: 960px;
	min-width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}

/*---------- LOGO --------------------------------*/

#logo {
	position: left;
	z-index: 100;
}

/*---------- MENUBAR BACKGROUND --------------------------------*/

#menubar {
	height: 60px;
	width: 100%;
	min-width: 960px;
	position: absolute;
	top: 0px;
	
	/* Code for gradient */
	background: #ffffff; /* Old browsers */  
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#menubar.empty{font-size: 0px;}

/*---------- MENU CONTAINER --------------------------------*/

#menu-container {
	margin-left: 150px;
}

/*---------- MAIN MENU --------------------------------*/

#menu {
	font: 13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	position: absolute;
	top:8px;
}

#menu li {
	float: left;
	margin: 0;			
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 30px;
	line-height: 40px;
	color: #666;
}

#menu li a:hover, #menu li.active a {color: blue;}

/*---------- RIBBON BACKGROUND --------------------------------*/
#ribbon {
	height: 30px;
	width: 100%;
	min-width: 960px;
	position: absolute;
	top: 60px;
	background: #727272;
	background-image:url('../images/background-ribbon.jpg');
    background-repeat:repeat-x;	
	z-index: 3;
    -webkit-box-shadow: 0 4px 8px -2px #000000;
      -moz-box-shadow: 0 4px 8px -2px #000000;
         box-shadow: 0 4px 8px -2px #000000;
}

#ribbon.empty{font-size: 0px;}

/*---------- STORE FRONT --------------------------------*/

#front {
  height: 595px;
  width: 100%;
  min-width: 960px;
  position: relative;
  background-color: #000;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 8px 2px #000000;
       -moz-box-shadow: 0px 0px 8px 2px #000000;
            box-shadow: 0px 0px 8px 2px #000000;
}

/*---------- STORE FRONT IMAGE --------------------------------*/

#front-scaler {
  display:block;
  height:auto;
  margin:0 auto;
  width:1728px;
  height:100%;
  position:relative;
  margin-left:50%;
  left:-864px;
  float: center;
}

/*---------- CONTENT --------------------------------*/

#content-container {
	width: 100%;
	min-width: 960px;

	height: 100%;
	position: relative;
    background-color: #FFF;
}

#content {
	font: 13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	line-height: 1.5;
	height: 100%;
	width: 960px;;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	position: relative;
	background-color: #FFF;
}

/*---------- FOOTER --------------------------------*/

/* -Footer main- */
.foot-container {
	font: 0px;
	height: 220px;
	width: 100%;
	min-width: 960px;
	position: relative;
	background-image:url('../images/background-footer.jpg');
    background-repeat:repeat-x,y;
}

.footer {
	height: 180px;
	width: 960px;
	position: relative;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px 0 0 0;
}

/* -Foot- */
.foot-one {
	width: 172px;
	float: left;
	padding: 0 0 0 20px;
	font-size: 13px;
	font-weight: bold;
}
.foot-two {
	width: 172px;
	float: left;
	padding: 0 0 0 -20px;
	font-size: 13px;
}

/* -Footerlink one- */
.footerlink-one a:link {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.footerlink-one a:visited {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.footerlink-one a:hover {
	color: blue;
	text-decoration: none;
	outline: none;
}

/* -Foot two- */
.footerlink-two a:link {
	color: #CCC;
	text-decoration: none;
	outline: none;
}
.footerlink-two a:visited {
	color: #CCC;
	text-decoration: none;
	outline: none;
}
.footerlink-two a:hover {
	color: blue;
	text-decoration: none;
	outline: none;
}

/* -Footer copyright- */
.footer-bottom {
	height: 40px;
	top: 165px;
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.footer-copyright {
	width: 172px;
	float: left;
	padding: 0 0 0 20px;
	font-size: 11px;
	color: #CCC;
}
