@charset "UTF-8";

/* ****************************************************
***************************************************** */

/* General Elements
---------------------------------------------------------------------------- */
a { color:#5EB0E5;text-decoration: none; outline: none; }
a:hover {  text-decoration: underline; }
/* body
---------------------------------------------------------------------------- */
body {
	background: #e8e8e8;
	color: #000;
}

/* MainContainer
---------------------------------------------------------------------------- */

#MainContainer {
		
}

#Container {
	background: #FFF url(../images/bg_body.png) no-repeat 0 0;
	width: 951px;
	margin: 0 auto;
}


/* header
---------------------------------------------------------------------------- */

div#Header {

}

div#Header h1.logo {
	clear: both;
}

/* Navigation
---------------------------------------------------------------------------- */

div#Navigation {

}

div#Navigation ul {
}

/* Layout
---------------------------------------------------------------------------- */

div#Layout {
	
}




/* layout 3-col
---------------------------------------------------------------------------- */
div#Main {
	float: left;
	width: ;
}

div#Main div#ColMain {
	float: right;
	width: ;
}

div#Main div#ColLeft {
	float: left;
	width: ;
}

div#ColRight {
	float: right;
	width: ;
}


/* layout 2-col-right
---------------------------------------------------------------------------- */
div.right2Col {
	width: 760px;
	float: left;
}

div.right2ColRight {
	width: 190px;
	float: right;
}


/* layout 2-col-Left
---------------------------------------------------------------------------- */
div.left2Col {}

div.left2ColLeft {}


/* layout 1-col
---------------------------------------------------------------------------- */
div.oneCol {}


/*  Footer
---------------------------------------------------------------------------- */

div#Footer {
	background: #FFF;
	width: 951px;
	padding: 0px;
	margin: 20px auto 0px auto;
}

/************common*********/

.stripHeader{
	background: url(../images/bg-strip.png) no-repeat 0 0;
	height: 37px;
	width: 661px;
	padding-bottom: 10px;
	float: right;
}

h1.logo{
	text-align: center;
}

.listGalery{
	padding-left: 10px;
}

.listGalery li{
	float: left;
	padding: 0 ;
	position: relative;
	border: 1px solid #e2e2e2;
	border-collapse: collapse;
	/*margin: -1px -1px 0 0;*/
	margin: 0px 8px 8px 0px;
}

.leftMenu{
	padding-bottom: 10px;
}

.leftMenu li{
	padding-bottom: 10px;
}

.leftMenu li a{
	color: #cccccc;
	font-size: 30.69px;
	text-transform: uppercase;	
}

.listSubMenu{
	padding-bottom: 40px;
}

.listSubMenu li{
	padding-bottom: 5px;
}

.listSubMenu li a{
	color: #cccccc;
	font-size: 19.18px;	
}

.buy{

}

.buy a{
	color: #cccccc;
	font-size: 19.18px;		
}

.blockBottom{
	clear: both;
	padding-left: 20px;
	padding-right: 190px;	
}

.blockBottom p{
	font-size: 18px;
}

.blockBottom p.call{
	font-size: 36px;	
}

.stripFooter{
	background: url(../images/bg-strip.png) no-repeat 0 0;
	width: 661px;
	height: 29px;
	float: left;	
}

.coppyRight{
	float: right;
	font-size: 14px;
	padding: 5px 5px 0px 0px;
}

#lightbox-image-details-caption span{
	display: block;
	font-size: 11px;
	font-weight: normal;
}

#gallery1{
	margin-top: 94px;
}

.mintlogo { 
	float: right;
    margin: -80px 0px 0 0;
}

.hover-image {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

li:hover .hover-image {
	display:block;
}