
/* CSS BROWSER RESET */
body, div, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li,
pre, form, fieldset, legend, input, textarea, label,
blockquote, table, th, td {
margin: 0;
padding: 0;
background-repeat: no-repeat;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #6e6e6e;
}
a, span {
background-repeat: no-repeat;
outline: none;
}
fieldset, img, abbr, acronym {
border: none;
text-decoration: none;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
font-weight: normal;
}
q:before, q:after {
content: '';
}
input, textarea, select {
font-family: inherit;
font-size:inherit;
font-weight:inherit;
}
/* declare your site defaults here */

h6
	{
		display: none;
	}
body{
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
}
#outer-box{
	width: 100%;
	height: 700px;
	background-image: url(../images/mag-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#main-container{
	width: 1000px;
	height: auto;
}
#left-shadow{
	width: 20px;
	height: 550px;
	float: left;
	background-image: url(../images/left-shadow.png);
	background-repeat: no-repeat;
}
#active-container{
	width: 960px;
	height: auto;
	background-image: url(../images/white-shade.png);
	background-repeat: repeat-x;
	float: left;
}
#right-shadow{
	width: 20px;
	height: 550px;
	float: left;
	background-image: url(../images/right-shadow.png);
	background-repeat: no-repeat;
}
#top-row{
	width: 960px;
	height: 78px;
	float: left;
	position: relative;
	margin-bottom: 5px;
}
#main-menu-continer{
	width: 704px;
	height: 32px;
	position: absolute;
	right: 5px;
	bottom: 2px;
}
#logo{
	width: 206px;
	height: 99px;
	position: absolute;
	top: 25px;
	left: 26px;
}
#top-slogan{
	width: 319px;
	height: 21px;
	position: absolute ;
	top: 16px ;
	right: 34px ;
	font-size: 14px;
	color: #CCC;
	text-align: right;
	font-weight:100;
	}
#main-menu-continer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-menu-continer ul li{
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	float: left;
	height: 32px;
	display: inline-block;
	background-image: url(../images/menu-black.jpg);
	background-repeat: no-repeat;
}
#main-menu-continer ul li a{
	padding: 0;
	list-style: none;
	float: left;
	height: 32px;
	display: inline-block;
}
#main-menu-continer ul li a:hover{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 32px;
	display: inline-block;
	background-image: url(../images/menu-black.gif);
	background-repeat: no-repeat;
}
.menu-home, .menu-home a, .menu-home a:hover {
	width: 81px;
	background-position: -2px 0;
}
.menu-whoweare, .menu-whoweare a, .menu-whoweare a:hover {
	width: 121px;
	background-position: -84px 0;
}
.menu-collection, .menu-collection a, .menu-collection a:hover {
	width: 174px;
	background-position: -206px 0;
}
.menu-advertise, .menu-advertise a, .menu-advertise a:hover {
	width: 181px;
	background-position: -381px 0;
}
.menu-contact, .menu-contact a, .menu-contact a:hover {
	width: 137px;
	background-position: -563px 0;
}
.active{
	background-image: url(../images/menu-black.gif) !important;
}
.hide{
	visibility: hidden;
}
	
#display-area{
 width: 960px;
 height: auto;
 float: left;
 background-image: url(../images/grey.png);
 background-repeat: repeat;
}
#content{
	width: 840px;
	padding: 60px 55px 30px 65px;
	text-align: left;
	background-color: #FFF;
	min-height: 450px;
}
.title{
	font-size: 24px;
	color: #333;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	}
.inside-text{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	line-height: 20px;
}
.inside-text a{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	line-height: 20px;
	font-weight:bold;
}
.inside-text a:hover{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	line-height: 20px;
}
#scroller-bar{
	width: 100%;
	height: 101px;
	float: left;
	background-color: #585858;
	padding: 7px 0;
}
#scroller-container{
	width: 960px;
	height: 103px;
	background-color: #585858;
	background-image: url(../images/scroll-bg.png);
	background-repeat: repeat-x;
}
#scroller-left{
	width: 20px;
	height: 103px;
	float: left;
	background-image:url(../images/scroll-start.jpg);
	background-repeat: no-repeat;
}
#scroller-right{
	width: 20px;
	height: 103px;
	float: right;
	background-image: url(../images/scroll-end.jpg);
	background-repeat: no-repeat;
}
#scroller{
	width: 900px;
	float: left;
	height: 83px;
	padding: 10px;
}
	
#bottom-bar{
	width: 100%;
	height: 53px;
	float: left;
	background-color: #212121;
}
#bottom-container{
	width: 946px;
	height: 39px;
	padding: 7px 0 7px 0;
}
#bottom-links{
	width: 600px;
	height: auto;
	float: left;
}
#copyright{
	width: 300px;
	height: auto;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	color: #666;
}
#copyright a{
	
	color: #646463;
	text-decoration:none;
}
#copyright a:hover{
	
	color: #646463;
	text-decoration:underline;
}
#bottom-links ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#bottom-links ul li{
	margin:0;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	list-style: none;
	border-left: 1px solid #646463;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	color: #646463;
}
#bottom-links ul li a{
	margin:0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #646463;
}
#bottom-links ul li a:hover{
	margin:0;
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
}
.list-first{
	padding-left: 0px !important;
	border-left: none !important;
}
.mcg-bg{
	background-image: url(../images/MCG_logo.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.cage{
	width: 245px;
	height: 64px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px 15px;
	background-image: url(../images/cage.jpg);
	background-repeat: no-repeat;
	float: left;
}
.cage span{
	font-size: 10px;
	color: #666;
}
.cage strong{
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
.cage b{
	font-weight: bold;
	font-size: 11px;
	color: #666;
}
	
.cleaner{
	margin: 0;
	padding: 0;
	clear: both;
}
#contact-us-table{
	line-height: 30px;
}
#contact-us-table input, textarea{
	border: 1px solid #666;
}
	
