@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/sitebg.jpg) repeat;
	margin:0px auto;
}
.wrapper{
	background:url(../images/websitebgwithlogo.png) no-repeat;
	width:990px;
	margin:20px auto 0px auto;
	height:609px;
}
.wrapperhome{
	background:url(../images/homeonlybg1.png) no-repeat;
	width:990px;
	margin:20px auto 0px auto;
	height:609px;
}
.wrapperhomelogos{
	background: url(../images/homeonlybg1.png) no-repeat;
	width:990px;
	margin:20px auto 0px auto;
	height:609px;
}
.wrappermedia{
	background:url(../images/media/mediabanner1.png) no-repeat;
	width:990px;
	margin:20px auto 0px auto;
	height:609px;
}

.wrapperonline{
	background:url(../images/media/mediabanner1.png) no-repeat;
	width:990px;
	margin:20px auto 0px auto;
	height:609px;
}
.wrappercontact{
	background:url(../images/media/mediabanner1.png) no-repeat;
	width:990px;
	margin:20px auto 0px auto;
	height:609px;
}
{
	position:relative;
	float:left;
	width:210px;
	height:133px;
	text-align:center;

}
.navi{
	width:640px;
	margin-left:140px;
	height:22px;
	margin-top:58px;
	float:right;
}
.navi ul{
	margin:0px;
	padding:0px;
}
.navi ul li{
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
	padding-top:2px;
}
.navi ul li a{
	color:#fff;
	text-decoration:none;
}

.navi ul li a:hover{
	color:#000;
	text-decoration:none;
}
.navi ul li:first-child{
	background-image:url(../images/navi/n1.png);
	background-repeat:no-repeat;
	width:73px;
	height:18px;
	float:left;
}

.navi ul li:nth-child(2){
	background-image:url(../images/navi/n2.png);
	background-repeat:no-repeat;
	width:87px;
	height:18px;
	float:left;
	margin-left:14px;
}


.navi ul li:nth-child(3){
	background-image:url(../images/navi/n3.png);
	background-repeat:no-repeat;
	width:101px;
	height:18px;
	float:left;
	margin-left:14px;
}


.navi ul li:nth-child(4){
	background-image:url(../images/navi/n4.png);
	background-repeat:no-repeat;
	width:101px;
	height:18px;
	float:left;
	margin-left:14px;
}

.navi ul li:nth-child(5){
	background-image:url(../images/navi/n5.png);
	background-repeat:no-repeat;
	width:101px;
	height:18px;
	float:left;
	margin-left:14px;
}

.navi ul li:last-child{
	background-image:url(../images/navi/n6.png);
	background-repeat:no-repeat;
	width:87px;
	height:18px;
	float:left;
	margin-left:14px;
}




.maincontent{
	padding-top:22px;
	width:430px;
	height:374px;
	margin:auto;
}
.maincontenthome{
	padding-top:22px;
	width:430px;
	height:374px;
	margin:auto;
	margin-top:53px;
}

/*ABOUT US*/
.maincontentabt{

	width:990px;;
	height:475px;
	margin:auto;
	overflow:hidden;
	margin-top:53px;
}

.abt1{
	float:left;
	width:379px;
	height:266px;
	margin-left:19px;
	padding-top:75px;
}

.abt2{
	float:left;
	margin-left:30px;
	width:484px;
	height:450px;
	padding-top:40px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
}

.mediumimage{
	width:550px;
	height:408px;
	margin:auto;
}


.maincontentcoll{
	padding-top:73px;
	width:990px;;
	height:421px;
	margin:auto;
	overflow:hidden;
}

.backtocoll{
	margin-top:5px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

.backtocoll a{
	color:#9d161d;

}


.backtocoll a:hover{
	color:#000;
	text-decoration:none;
}

.largeview{
	width:550px;
	margin:auto;
	text-align:center;
	font-size:13px;
}

.maincontentcontact{
	padding-top:73px;
	width:990px;;
	height:475px;
	background-repeat:no-repeat;
	margin:auto;
	overflow:hidden;
}

.contact1{
	font-size:36px;
	font-style:italic;
	font-weight:bold;
	margin-left:30px;
	color:#45342d;
	margin-top:20px;
}
.contact2{
	margin-left:30px;
	width:484px;
	height:450px;
	padding-top:22px;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	font-style:italic;
	color:#45342d;
}


.maincontentmedia{

	width:990px;;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:53px;
}


.maincontentonline{

	width:990px;;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:53px;
}

.signin{
	position:absolute;
	top:570px;
	margin:auto !important;
	background-image:url(../images/collection/signinbg.png);
	background-repeat:no-repeat;
	width:510px;
	height:32px;
	text-align:center;
	z-index:200;
	left:36%;
	padding-top:4px;
	text-transform:uppercase;	
}
.signin a{
	color:#fff;
	text-decoration:none;
	font-style:italic;
	font-size:14px;
	
}

#cycler{
	position:relative;
	}
#cycler img{
	position:absolute;
	z-index:1;
	left:21px;
	top:2px;
	}
#cycler img.active{
	z-index:3;
	}