body
{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	background: url('../images/bgtour.png');
}

.header
{
	width:1000px;
	margin: 0 auto;
	height: 75px;
	max-height: 75px;
}

.logo
{
	margin-left: 0px;
}
.topcontainer
{
	height: 75px;
	max-height: 75px;
	width: 480px;
	max-width: 480px;
	float:right;
}

.topmenu
{
	width: 470px;
	max-width: 470px;
	height: 25px;
	max-height:25px;
	float:right;
	background: #0d3b95;
	z-index:10;
	padding-left: 12px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
}

.topmenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.topmenu ul li
{
    float: left;
}

.topmenu ul li a
{
    color: #eeeeee;
    display: block;
    font-size: 12px;
    padding: 5px 7px 5px 7px;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

.topmenu ul li a:hover
{
    color: #c1c1c1;
}

.topsearch
{
	height: 50px;
	max-height: 50px;
	width: 365px;
	max-width: 365px;
	float: left;
	margin-top: 10px;
	text-align: right;
}

.topsearch input
{
	border-color: #b3b3b3;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 3px 3px 0 #dddddd inset;
    color: #424242;
    padding: 5px;
    width: 230px;
}



.topsearch button:hover {
    background: none repeat scroll 0 0 #0d3b95;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    width: 60px;
}
.topsearch button {
    background: none repeat scroll 0 0 #00aeef;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    width: 60px;
}


.social
{
	height: 50px;
	max-height: 50px;
	width: 115px;
	max-width: 115px;
	float: left;
}

.social ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	float: right;
}

.social ul li
{
    float: right;
}

.social ul li a
{
    display: block;
    padding: 12px 5px 12px 5px;
    text-align: center;
	text-decoration: none;
}

.menucontainer
{
	width: 100%;
	height: 46px;
	max-height: 46px;
	background: #0d3b95;
	z-index:10;
}

.mainmenu
{
	width: 1000px;
	height: 46px;
	max-height: 46px;
	margin:0 auto;
	z-index:10;
        
}

.mainmenu ul 
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.clearfix:after 
{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.mainmenu ul li 
{
	border-left: 1px solid #e3e3e3;
    float: left;
    width: 156px;
}

.mainmenu ul li.longmenu
{
    width: 200px;
}

.mainmenu ul li:first-child
{
	border-left: none;
}



.mainmenu ul li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 0 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.mainmenu ul li a:hover {
    background: #d70a0a;
}

.mainmenu ul li ul
{
	width: 200px;
	height: auto;
	background: #fff;
	display: none;
	list-style-type: none;
	z-index: 999;
}

.mainmenu ul li:hover ul
{
	display: block;
	position:absolute;
	border-bottom: 3px solid #d70a0a;
}

.mainmenu li ul li
{
	width: 100%;
	border-left: none;

}


.mainmenu li ul li a
{
	color: #0d3b95;
	padding: 6px 12px;
	text-align: left;
        text-transform: capitalize;
}

.mainmenu li ul li a:hover
{
	color: #fff;
}






.menupicture
{
	width: 320px;
	height: auto;
	float:right;
	text-align:center;
}

.menupicture img
{
	width: 260px;
	height: 124px;
	margin-right: 9px;
	border:10px solid #f0f0f0;
}

.menupicture h3
{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333333;
	width: 240px;
	margin-left: 40px;
}

.menupicture  .discountcontainer
{
	background: #fff;
	width: 40px;
	height: 70px;
	padding:5px;
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
	right:-50px;
	top: 8px;
	float: right;
	position: absolute;
}

.menupicture  .discount1
{
	font-family: Arial, sans-serif;
	color: #fff;
	background: #db208f;
	padding:6px;
	border-radius: 13px 3px 13px;
	-webkit-border-radius: 13px 3px 13px;
    -moz-border-radius: 13px 3px 13px;
	right: 8px;
	top: 5px;
	float: right;
	position: absolute;
}

.menupicture  .discount2
{
	font-family: Arial, sans-serif;
	color: #fff;
	background: #00aeef;
	padding:6px;
	border-radius: 3px 13px 3px;
	-webkit-border-radius: 3px 13px 3px;
    -moz-border-radius: 3px 13px 3px;
	right: 8px;
	top: 40px;
	position: absolute;
}

.menulist
{
	width: 260px;
	height: auto;
	float:left;
}


#divdropdown
{
	width:580px;
	height: auto;
	background: #ffffff;
	display: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000000;
	border-bottom: 3px solid #00aeef;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

#divdropdown ul
{
	width:250px;
	height: 100%;
	background: #fbfbfb;
}

#divdropdown  ul li
{
	border-left: none;
    float: left;
    width: 250px;
	background: #fbfbfb;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

#divdropdown ul li:last-child
{
	border-left: none;
    float: left;
    width: 250px;
	height:auto;
	border-right: none;
	background: #fbfbfb;
	border-bottom: none;
	border-right: 1px solid #f0f0f0;
}

#divdropdown  ul li:hover
{
	border-left: none;
    float: left;
    width: 250px;
	background: #db208f;
	color:#fff;
}
#divdropdown  ul li:hover a
{
	color:#fff;
	margin-left: 4px;
}

#divdropdown  ul li  a
{
    float: left;
    width:243px;
	background: none;
	padding: 10px 2px 10px 10px;
    text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 12px;
}

.mainmenu ul li:hover #divdropdown
{
	display: block;
	position: absolute;
}

.main-slider{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.main-slider .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.main-slider .item .row{margin-top: 200px;}
.main-slider .item .title{font-size: 36px; text-transform: uppercase; color: #ffffff; border-bottom: 2px solid #ffffff;}
.main-slider .item .description{font-size: 18px; color: #ffffff;}
.main-slider .cycle-pager{width: 100%; text-align: center; position: absolute; bottom: 0px; z-index: 100000;}
.main-slider .cycle-pager span{color: #0d3b95; font-size: 30px; cursor: pointer; margin: 0px 2px;}
.main-slider .cycle-pager span.cycle-pager-active{color: #d70a0a;}
.home-search-container{
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100000;
}

.contenthome
{
        padding-top: 30px;
	width:1000px;
	margin: 0 auto;
	height: auto;
	margin-top: 0px;
	background: #ffffff;
}

.content
{
	width:1000px;
	margin: 0 auto;
	height: auto;
	margin-top: 0px;
	background: #ffffff;
}

.content .tdb
{
	width:263px;
	max-width: 263px;
	height:300px;
	max-height: 300px;
	margin-right:10px;
	float: left;
}

.content .sale
{
	width:263px;
	max-width: 263px;
	height:300px;
	max-height: 300px;
	margin-right:10px;
	float: left;
}


.content .banner1
{
	width:263px;
	max-width: 263px;
	height:300px;
	max-height: 300px;
	margin-right:10px;
	float: left;
}

.content .banner2
{
	width:263px;
	max-width: 263px;
	height:300px;
	max-height: 300px;
	float: left;
}

.content .members
{
	width:263px;
	max-width: 263px;
	height:249px;
	max-height: 249px;
	margin-right:16px;
	margin-top: 16px;
	float: left;
}

.content .members:hover
{
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px  rgba(0,0,0,0.9);
}

.members .headeritem
{
	width:65px;
	max-width: 65px;
	height:25px;
	max-height: 35px;
	background: #00aeef;
	float:right;
	border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
}


.headeritem .discount1
{
	font-family: Arial, sans-serif;
	color: #db208f;
	background: #fff;
	border-radius: 10px 3px 10px;
	-webkit-border-radius: 10px 3px 10px;
    -moz-border-radius: 10px 3px 10px;
	padding: 5px;
	float:left;
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 11px
}

.headeritem .discount2
{
	font-family: Arial, sans-serif;
	color: #db208f;
	background: #fff;
	border-radius: 10px 3px 10px;
	-webkit-border-radius: 10px 3px 10px;
    -moz-border-radius: 10px 3px 10px;
	padding: 5px;
	float:left;
	margin-top: 5px;
	margin-left: 4px;
	font-size: 11px
}

.content .memberitem
{
    border-top:3px solid #00aeef;
	height: 246px;
	position: relative;
	width: 100%;
	overflow: hidden;
	vertical-align:top;
}

.members .memberitem a p
{
	position: absolute;
	background-color: rgba(0, 174, 239, 0.8);
	color: #e6e6e6;
	font-size: 12px;
	display: block;
	padding:16px 10px;
	width: 100%;
	-vendor-animation-duration: 3s;
	-vendor-animation-delay: 2s;
	-vendor-animation-iteration-count: infinite;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	cursor: pointer;
	top:0px;
	height:auto;
	margin-top:0px;
}

.members .memberitem a p .title
 {
	font-size: 14px;
	display: block;
}

.members .memberitem a p .description 
{
	font-size: 12px;
	display: none;
	padding-top: 5px;
}

.members .memberitem a:hover p{background-color: rgba(0, 174, 239, 1); color:#fff}
.members .memberitem a:hover p .description{display: block; color:#e6e6e6}




.content .saleitem
{
    border-top:3px solid #00aeef;
	height: 246px;
	position: relative;
	width: 100%;
	overflow: hidden;
	vertical-align:top;
}

.content .saleitem:hover
{
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px  rgba(0,0,0,0.9);
}

.content .banneritem
{
    border-top:3px solid #00aeef;
	height: 246px;
	position: relative;
	width: 100%;
	overflow: hidden;
	vertical-align:top;
}

.content .banneritem:hover
{
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px  rgba(0,0,0,0.9);
}


.content .saleitem a p
{
	position: absolute;
	background-color: rgba(0, 174, 239, 0.8);
	color: #e6e6e6;
	font-size: 12px;
	display: block;
	padding:16px 10px;
	width: 100%;
	-vendor-animation-duration: 3s;
	-vendor-animation-delay: 2s;
	-vendor-animation-iteration-count: infinite;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	cursor: pointer;
	top:0px;
	height:auto;
	margin-top:0px;
}

.content .saleitem a p .title
 {
	font-size: 14px;
	display: block;
}

.content .saleitem a p .description 
{
	font-size: 12px;
	display: none;
	padding-top: 5px;
}

.content .saleitem a:hover p{background-color: rgba(0, 174, 239, 1); color:#fff}
.content .saleitem a:hover p .description{display: block; color:#e6e6e6}

.sale .itemcontainer
{
	right: 0px;
	top: 0px;
	position: relative;
	float:right
}

.itemcontainer  .discount1
{
	font-family: Arial, sans-serif;
	color: #fff;
	background: #db208f;
	padding:6px;
	border-radius: 13px 3px 13px;
	-webkit-border-radius: 13px 3px 13px;
    -moz-border-radius: 13px 3px 13px;
	right: 0px;
	top: -35px;
	position: absolute;
}

.itemcontainer  .discount2
{
	font-family: Arial, sans-serif;
	color: #fff;
	background: #00aeef;
	padding:6px;
	border-radius: 3px 13px 3px;
	-webkit-border-radius: 3px 13px 3px;
    -moz-border-radius: 3px 13px 3px;
	right: 40px;
	top: -35px;
	position: absolute;
}

.saleitem .saleribbon
{
	right: 0px;
	bottom: 0px;
	position: absolute;
	
}

.sale header h3
{
	color: #db208f;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

.tdb header h3
{
	color: #00aeef;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

.tdb a
{
	text-decoration: none;
}

.banner1 header h3
{
	color: #00aeef;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

.banner2 header h3
{
	color: #00aeef;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

.memberlist 
{
	width: 1000px;
	max-width: 1000px;
}

.memberlist h3
{
	color: #181616;
	padding-bottom: 15px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

.footercontainer
{
	background: #0d3b95;
	width: 100%;
	height: 30px;
	max-height: 30px;
	margin-top: 14px;
}

.footer 
{
	margin: 0px auto;
	width:1000px;
	max-width: 1000px;
	height: 30px;
	max-height: 30px;
	
}

.footer .copyright
{
	color: #fff;
	font-size: 12px;
	padding-top: 7px;
	float:left;
}

.footer .contact
{
	float: right;
	width: 300px;
}

.footer .contact img
{
	padding-top: 6px;
	float:left;
	padding-left: 6px;
}
.footer .contact span
{
	color: #fff;
	font-size: 12px;
	float:left;
	padding-top: 8px;
	padding-left: 5px;
}







.min-slider {
	width: 100%;
	position: relative;
	height: 350px;
}

.min-slider .item {
	width: 100%;
	height: 100%;
}

.min-slider .cycle-pager {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 100000;
}

.min-slider .item .info {
	width: 500px;
	margin-left: 300px;
}

.min-slider .item .info.top {
	padding-top: 10px;
	margin-left: 300px;
}

.min-slider .item .title {
	color: #ffffff;
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	font-size: 36px;
}

.min-slider .jumpto-container {
	padding: 0px 20px;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 30px;
	top: 0px;
	border-radius: 0px 0px 10px 10px;
}


.company
{
	width: 1100px;
	height: auto;
	margin-top: 20px;
}

.company h3
{
	color:#838383;
	margin: 5px 12px;
	font-size: 16px;
}

.discountinfo
{
	float:left;
	width: 700px;
	height: auto;
	min-height:150px;

}

.companyinfo
{
	float:left;
	width: 396px;
	height: auto;
	border:2px solid #f6f6f6;
	border-radius: 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px;
}

.companyinfo:hover
{
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px  rgba(0,0,0,0.9);
}

.companyinfo .branchs
{
	float:left;
	height: auto;
	border-left:2px solid #db208f;	
	margin: 10px 20px;
}

.branchs ul
{
	list-style-type:none;
	width:350px;
	margin: 0px;
	padding: 0px;
}

.branchs ul li
{
	margin: 5px 10px;
	color:#494949;
	font-size: 13px;
}

.branchs ul li i
{
	color:#00aeef;
	font-size: 11px;
}

.branchs ul li a
{
	text-decoration:none;
}

.discountinfo .discount1
{
	width: 320px;
	float:left;
	height:100px;
	margin-right:5px;
}

.discount1 .titlecontainer
{
	width: 200px;
	float:left;
	height:40px;
	vertical-align:bottom;
	text-align: right;
	
}

.discount1 .titlecontainer h3
{
	padding-top: 5px;
	font-size: 22px;
	color:#00aeef;
}

.discount1 .cardimage 
{
	width: 200px;
	float:left;
	height:60px;
	vertical-align:bottom;
	text-align: right;
}

.discount1 .discount
{
	font-family: Arial, sans-serif;
	color: #fff;
	background: #00aeef;
	padding:25px;
	border-radius: 13px 45px 13px;
	-webkit-border-radius: 13px 45px 13px;
    -moz-border-radius: 13px 45px 13px;
	font-size:35px;
	float:right;
}

.discountinfo .discount2
{
	width: 320px;
	float:left;
	height:100px;
	margin-left:5px;

}

.discount2 .titlecontainer
{
	width: 150px;
	float:right;
	height:40px;
	vertical-align:bottom;
	text-align: left;
	
}

.discount2 .titlecontainer h3
{
	padding-top: 5px;
	font-size: 22px;
	color:#db208f;
}

.discount2 .cardimage 
{
	width: 50;
	float:left;
	height:100px;
	vertical-align:bottom;
	text-align: left;
	margin-left:20px;
}

.discount2 .cardimage img
{
	margin-top:18px;
}

.discount2 .discount
{
	font-family: Arial, sans-serif;
	color: #fff;
	background: #db208f;
	padding:25px;
	border-radius: 45px 13px 45px;
	-webkit-border-radius: 45px 13px 45px;
    -moz-border-radius: 45px 13px 45px;
	font-size:35px;
	float:left;
}

.discountinfo .contact
{
	width: 700px;
	float:left;
	height:auto;
	margin-top: 10px;
	vertical-align:bottom;
}

.discountinfo .contact .address
{
	width: 670px;
	float: left;
	height: auto;
	min-height:27px;
	font-size: 12px;
	color: #494949;
	padding-left: 36px;
	padding-top:3px;
	background:url('../images/address.png') no-repeat;
}

.discountinfo .contact .phone
{
	width: 670px;
	float: left;
	height: auto;
	min-height:27px;
	font-size: 12px;
	color: #494949;
	vertical-align: bottom;
	padding-left: 36px;
	padding-top:3px;
	background:url('../images/phone.png') no-repeat;
}

.products h3
{
	color:#00aeef;
	font-family: 'Open Sans', sans-serif;
}

.companysale
{
	width: 1100px;
	height:auto;
	max-height: 300px;
	text-align: center;
}

.companysale h3
{
	color:#00aeef;
	float:left;
}

.companysale img
{
	height:auto;
	max-height: 200px;
	width: 1000px;
}


.thumbnailSlider .owl-controls {
    position: relative;
}
.thumbnailSlider .owl-controls .owl-pagination{text-align: left}
.thumbnailSlider .owl-controls .item-link {
    position: relative;
    display: block;
    width: 55px;
    height: 37px;
    margin: 0 2px;
    outline: none;
    padding: 1px;
    opacity: 0.5;
}

.thumbnailSlider .owl-controls .item-link:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
    outline: none;
    opacity: 1.0;
}

.thumbnailSlider .owl-controls .active .item-link {    
    opacity: 1.0;
}
.thumbnailSlider .owl-controls .owl-page span {
    display: none !important;
}

.thumbnailSlider .prev-owl,
.thumbnailSlider .next-owl {
    position: absolute;
    top: 5px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c0c0c0;
    outline: none;
}

.thumbnailSlider .prev-owl:focus,
.thumbnailSlider .next-owl:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
}

.thumbnailSlider .prev-owl {
    left: 24px;
}

.thumbnailSlider .next-owl {
    right: 24px;
}
.thumbnailSlider .item{height: auto; display: block; line-height: 0;}
.thumbnailSlider .item img{width: 100%;}
.thumbnailSlider .item .description{
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.6);
    color: #494949;
    font-size: 20px;
    margin:0;
    display: block;
    width: 100%;
    padding: 0px 10px;
    line-height: 2em;
}

.location
{
	width: 1100px;
	height:auto;
	margin-top: 20px;
}

.location h3
{
	color: #00aeef;
}

.location p
{
	color: #494949;
	font-size: 13px;
}







#nonboxed-carousel-slider {
    width: 985px;
    margin-left:15px;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated {
    opacity: 1;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
}


.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    padding-top: 6px;
    position: relative;
    width: 100%;
}

owl-carousel .owl-wrapper::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-controls {
    -moz-user-select: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.products
{
	padding: 0px;
	width: 1000px;
	height: auto;
}

.product-item1
{
	float: left;
	margin :0px 20px 20px 0px;
}

.product-item1 a
{
	text-decoration: none;
	font-size: 13px;
}


.product-item1 :hover img{
    opacity: 0.6;
    filter: alpha(opacity=40);   
   
}

.product-item1 :hover #productname{
    background: #d70a0a;
	color: #ffffff;
}

#productname
{
	width: 180px;
	text-align:center;
	vertical-align: middle;
	padding: 10px 0px;
	margin: 0px;
	background: #0d3b95;
	color:#fff;
	
}



#productimage
{
	width: 180px; 
	height: 275px;
	max-width: 180px;
	max-height: 275px;
	padding: 0px;
	margin: 0px;
}




.secondcontent
{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

.secondtitle
{
	margin: 0px;
	padding: 1px 10px;
	width: 980px;
	background: url("../images/title-bg.png") repeat-x scroll right center rgba(0, 0, 0, 0);
    text-transform: uppercase;
	height: auto;
}

.leftcontent
{
	float: left;
	width: 250px;
	height: 100%;

}

.maincontent
{
	float: left;
	width: 705px;
	height: 100%;
	margin-left: 25px;
        padding: 10px;
}

.productgallery
{
	width: 705px;
	height: auto;
	margin-top: 15px;
}
.contentitem
{
	border-top: 1px dashed #e0e0e0;
	float: left;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

.contentitem img
{
	float: left;
    margin: 0 10px 10px 0;
    width: 150px;
}

.contentitem h3
{
	margin-bottom: 6px;
        margin-top: 0px;
}

.contentitem .description
{
	float: right;
	font-size: 12px;
	margin-right: 20px;
	width: 525px;
}

.contentitem .btn
{
    background-color: #0d3b95;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    padding: 5px 13px 5px 12px;
    float: right;
    margin-right: 20px;
}

.btn a
{
    text-decoration: none;
}

.contentitem .btn:hover
{
    background-color: #b50a10;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    padding: 5px 13px 5px 12px;
    float: right;
    margin-right: 20px;
}

.leftsection1
{
	height: auto;
	width: 100%;
	padding: 5px;
	margin-top: 20px;
}

.leftsection
{
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.leftsection ul
{
	list-style: outside none none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.leftsection ul li
{
	padding: 12px 28px;
	border-bottom: 1px solid #ebebeb;
	background: url("../images/menu-arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.leftsection ul li:first-child
{
	border-top: 1px solid #ebebeb;
}

.leftsection ul li:hover
{
	background: linear-gradient(to right, #ffffff 37%, #f5f5f5 65%) repeat scroll 0 0 transparent;
}

.leftsection ul li a
{
	color: #0d3b95;
	text-decoration: none;
	font-size: 13px;
	padding: 12px 0px;
}

.leftsection ul li a:hover
{
	color: #d70a0a;
}

.contactpage
{
    font-size: 13px;
    
}

.contactpage i
{
    padding: 15px;
    
}

#google-map {
    height: 400px;
    max-height: 400px;
    min-height: 400px;
    width: 1100px;
}


 /* HOVER STYLES */
      div#pop-up {
        display: none;
        position: absolute;
        width: 280px;
        padding: 10px;
        background: #eeeeee;
        color: #000000;
        border: 2px solid #00aeef;
        font-size: 90%;
      }

#pop-up h4
{
	margin: 3px 5px;
}

#pop-up ul
{
	margin:5px 5px 5px -30px;
	width:270px;
	list-style-type:none;

}

#pop-up ul li 
{
	padding:4px 5px;
	width:250px;
	border-top: 1px solid #c1c1c1;
	font-size: 11px;
}
#pop-up ul li:last-child
{
	border-bottom: 1px solid #c1c1c1;
}



#pop-up img
{
	margin: 5px 9px;
	
}