@charset "utf-8";
* {margin: 0px;padding: 0px;}
body {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 12px;color: #666;}
.top-shadow{
	background: url('../images/shadow.png') no-repeat;
	width: 960px;
	height: 38px;
	margin: -19px auto -38px;
	position: relative;
	z-index: 30;
}
.smallfont {font-size: 10px;}
.clearb {clear: both;}
img {border: none;}
a.more {font-weight: bold;}
.aright {float: right;}
.tip-yellow {
	z-index:1000;
	text-align:left;
	border:1px solid #939393;
	padding:7px;
	min-width:50px;
	max-width:530px;
	color:#8c3901;
	background-color:#fef9d9;
	background-image:url(../images/tip-yellow.png); /* bgImageFrameSize >= 10 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellow .tip-inner {font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;margin-top:-2px;padding:0 3px 1px 3px;}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellow .tip-arrow-top {
	margin-top:-7px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background-image: url(../images/tip-yellow_arrows.png);
	background-repeat: no-repeat;
}
.tip-yellow .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:50%;
	left:100%;
	width:10px;
	height:20px;
	background-image: url(../images/tip-yellow_arrows.png);
	background-repeat: no-repeat;
	background-position: -16px 0;
}
.tip-yellow .tip-arrow-bottom {
	margin-top:-6px;
	margin-left:15px;
	top:100%;
	left:0;
	width:16px;
	height:13px;
	background-image: url(../images/tip-yellow_arrows.png);
	background-repeat: no-repeat;
	background-position: -32px 0;
}
.tip-yellow .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	height:20px;
	background-image: url(../images/tip-yellow_arrows.png);
	background-repeat: no-repeat;
	background-position: -48px 0;
}
.wrap {margin: auto;width: 980px;}
.header {background: url(../images/bg_main-top.gif) repeat-x;height: 220px;}
.header.christmas {background-image: url(../images/bg-christmas.png);background-repeat: repeat-x;}
.header .logo 
{
	float: left;
	height: 158px;
	width: 170px;
	margin-left: -10px;
}
.header .main {float: left;height: 158px;width: 820px;}
.header .main .slogan {float: left;height: 38px;width: 820px;text-align: right;}
.header .main .left {
	float: left;
	height: 102px;
	width: 460px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
}
.header .main .right {
	float: left;
	height: 75px;
	width: 360px;
	margin-top: -10px;
}
.header .main .phone  {
	text-align: center;
	float: left;
	width: 360px;
	height: 20px;
	padding: 10px 0;
}
.header .nav {
	height: 43px;
	width: 980px;
	text-align: center;
	float: left;
}
.header .nav .right {
	float: right;
	width: 175px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 100% 14px;
	height: 29px;
	padding-top: 14px;
}
.header .nav .right img {
	float: left;
}
.header .nav .right .searchfield {
	float: left;
	height: 20px;
	width: 140px;
	padding-left: 10px;
	line-height: 20px;
}
.header .nav .right .searchfield input {
	outline:none;
	background: transparent;
	border: none;
	width: 140px;
}
.boxslideshow {
	width:690px;
	height:290px;
	position:relative;
	border: 1px solid #999;
	padding: 4px;
	background-color: #f5f5f5;
	margin-bottom: 40px;
	float: left;
}
.boxslideshow #slides {
	position:absolute;
	top:4px;
	left:4px;
	z-index:50;
}
.boxslideshow .slides_container {width:690px;overflow:hidden;position:relative;display:none;}
.boxslideshow .slides_container {display:block;height: 290px;width: 690px;}
.boxslideshow .slides_container img {display:block;height: 290px;width: 690px;}
.boxslideshow .caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	padding:20px;
	background:rgba(0,100,100,.5);
	width:650px;
	font-size:12px;
	line-height:12px;
	color:white;
	text-shadow:none;
}
.main .boxslideshow ul.pagination {
	width:140px;
	border: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.main .boxslideshow ul.pagination li {float:left;margin:0 2px;list-style:none;}
.main .boxslideshow ul.pagination li a {
	display:block;
	width:3px;
	height:8px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	border: none;
	text-indent: 9999px;
}
.main .boxslideshow ul.pagination li a:hover { background-color: transparent;  background-position:0 -12px;}
.main .boxslideshow ul.pagination li.current a { background-position:0 -12px;}
.headblock {
	line-height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2F8FA1;
	background-image: url(../images/bg-headblock.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.menu {float:right;width:335px;}
.bordermenu {
	border: 1px solid #ddd;
	background: #fff;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list {/*border-bottom:1px solid #eee;*/padding:10px 0;margin-bottom:30px}
.list .accbtn
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #3F9CAC;
	margin: 10px 0 0 0;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.content .main .list h2 {font-size:17px;margin:0 0 10px;}
.content .main .bordermenu ul{margin:0;}
.content .main .bordermenu ul li{list-style-type:none;}
.content .main .bordermenu ul li a img{margin-right:15px;vertical-align:middle;}
.content .main .bordermenu ul li a{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#099;
	text-decoration:none;
	border:1px solid #ddd;
	padding: 5px 10px;
	display:block;
	margin-bottom:5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #dff;
}
.content .main .bordermenu ul li a:hover{background: #d9f9f9; color:#e7b51d;}
.content .main .bordermenu ul li:last-child a{margin-bottom:0px;}

.content .main ul.quickmenu {margin:0;}
.content .main ul.quickmenu li {list-style-type:none;}
.content .main ul.quickmenu li a {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type:none;
	text-decoration: none;
	border-bottom: 1px solid #9ff;
	display:block;
	padding: 16px 0;
	text-transform: uppercase;
}

.content .main ul.imagemenu {margin:0;}
.content .main ul.imagemenu li {list-style-type:none;}
.content .main ul.imagemenu li {list-style-type: none;display: inline-block;padding: 3px;}

.marginb50 {clear:both;height:50px}
	
/* Read more button
----------------------------------------------------------------------------- */
.read-more-btn {
    background: #f6f6f6;
    float: right;
    cursor: pointer;
    /*margin-top: 12px;*/
	margin-top: 0px;
}

.read-more-btn a {
    float: left;
    padding: 4px 8px 3px;
    font-size: 11px;
    line-height: 11px;
    display: block;
    height: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
	text-decoration:none;
}
.read-more-btn:hover a {
	background: #b5d274;
}
.read-more-btn .plus {
    display: table-cell;
    width: 18px;
    height: 17px;
	padding-top: 3px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    float: left;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	background-color: #dfdfdf;
}
.read-more-btn:hover .plus {
	background: #666;
}
.read-more-btn:hover .plus,
.read-more-btn:hover a{
    color: #fff !important;
}

/* 2.8. TABS VERTICAL 
----------------------------------------------------------------------------- */
.content .main ul.grid_3 {
    width: 200px;
	margin:0;
	float:left;
}
.tabs.vertical{
    overflow: hidden;
    float: left;
}

.tabs.vertical li{
    background: #f6f6f6;
    float: left;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    line-height: 42px;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
	list-style-type:none;
}

.tabs.vertical li:first-child{
    border-top: 1px solid #eee !important;
}

.tabs.vertical li a{    
    color: #333;    
    padding: 15px;
    font: 12px 'Open Sans', Arial, sans-serif;
    float: left;
    width: 100%;
    box-sizing: border-box;
	text-decoration:none;
}

.tabs.vertical li a i{
    font-size: 16px;
    padding-right: 10px;
}

.tabs.vertical li.active{
    border-bottom: 1px solid #eee;
    border-right: none;
    border-top: none;
    background: #fff;
}

.tab-content-wrap.vertical{  
    margin-top: 0;
    overflow: hidden;
    float: left;
    border: none;
	width: 265px;
	margin-left: 15px;
}

.tab-content-wrap.vertical .tab-content{
    padding: 0;
    background: #fff;
}
img.float-left {
    margin-right: 20px;
    float: left;
    margin-top: 5px;
}

/* TESTIMONIAL ALTERNATIVE
----------------------------------------------------------------------------- */
.content .main .testimonials-alternative-nav{margin: 0 35px 10px;float: left;}
.testimonials-alternative-nav li{margin-right: 25px;margin-left: 0;float: left;position: relative;list-style-type:none;}
.testimonials-alternative-nav li:last-child{margin: 0;}
.testimonials-alternative-nav li img{border: 3px solid #ddd;width: 55px;}
.testimonials-alternative-nav li a:after{
    position: absolute;
    content: ".";
    text-indent: -9999px;
    left: 50%;
    bottom: -10px;
    margin-left: -4px;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: none;
}
.testimonials-alternative-nav li a:after {border-bottom: 8px solid #099;}
.testimonials-alternative-nav li a.active:after{display: block;}
.testimonials-alternative-content{float: left;}
.testimonials-alternative-content .content{background: #fafafa;padding: 22px 11px;display: none;}
.testimonials-alternative-content .content.active{display: block;}
.testimonials-alternative-content .content .text,
.testimonials-alternative-content .content .author{font-style: italic;text-align: center;}
.testimonials-alternative-content .content .author{color: #999;font-size: 12px;padding-top: 5px;}
.testimonials-alternative-content{border-top: 3px solid #099; width:100%;}
.note {text-align:center; padding: 0 125px 50px;}
.content .main .note h1 {
	font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:300;
	text-transform: none;
	color: #333;
}
.content .main .note h1 .text-color {color: #3f9cac;}
.content .main .colhalf.sleft {width:49%;float:left;}
.content .main .colhalf.sright {width:49%;float:right;}
.section-title{
    margin-bottom: 30px;
    width: 100%;
    background: url('../images/divider.png') repeat-x 0 center;
    float: left;
    margin-bottom: 20px;
}

.section-title .title-container{
    background: #fff;
    display: table;
    margin: 0 auto;  
    position: relative;
}

.section-title .title-container:after{
    background: url('../images/sb.png') no-repeat;
    background-size: 10px;
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    margin-top: -5px;
}

.section-title .title-container:before{
    background: url('../images/sb.png') no-repeat;
    background-size: 10px;
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
.section-title .title-container .title{padding: 0 30px;}
.content .main .section-title h1{
	font-family: 'Roboto Slab', Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	text-transform: none;
	color: #333;
	text-align: center;
	margin-bottom: 5px;
}
.section-title.center span{ text-align: center; }

.portfolio-homepage--------------------- {}

/* PORTTFOLIO HOVER EFFECT
----------------------------------------------------------------------------- */
.portfolio-hover{
    width: 100%;
    height: 96%;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}

.portfolio-hover .mask{
    width: 100%;
    height: 100%;
    background: #444;   
    opacity: 0.6;
    position: absolute;
    top:0;
    left: 0;
}
.portfolio-hover ul{display: block;}
.portfolio-hover li{
    float: left;
    /*background: #222;*/
    width: 36px;
    height: 36px;
    opacity: 1;
    top: 50%;
    margin-top: -18px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.portfolio-hover .portfolio-zoom{
    margin-right: 4px;
    position: absolute;
    left: -42px;
}
.portfolio-hover .portfolio-zoom a{
    text-indent: -9999px;
    /*background: url('../images/zoom.png') no-repeat center center;*/
    display: block;
    width: 36px;
    height: 36px;
}
.portfolio-hover .portfolio-single a{
    text-indent: -9999px;
    /*background: url('../images/link.png') no-repeat center center;*/
    /*display: block;*/
    width: 36px;
    height: 36px;
}
.portfolio:hover .portfolio-hover{opacity: 1;}
.portfolio-hover .portfolio-single{position: absolute;right: -42px;}
.portfolio:hover .portfolio-single{right: 50%;margin-right: -45px;}
.portfolio:hover .portfolio-zoom{left: 50%;margin-left: -45px;}

/* PORTFOLIO STYLE 2 FOR ALL COLUMNS 
----------------------------------------------------------------------------- */
.carousel-portfolio {
	width:980px;
	display: inline;
    float: left;
    margin: 0 10px 60px;
}
.portfolio-style-2 .portfolio{
    cursor: pointer;
}
.portfolio-style-2 .portfolio .portfolio-image{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    float: left;
}
.portfolio figcaption{
    float: left;
    width: 100%;
    background: #f6f6f6;
    border-top: 3px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.portfolio figcaption a{
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-align: center;
    width: 100%;
    display: block;
}
.portfolio figcaption span{
    width: 100%;
    text-align: center;
    display: block;
    font-style: italic;
}
/* PORTFOLIO PAGINATION
----------------------------------------------------------------------------- */
.portfolio-pagination .pager{
    width: 760px;
}

/* PORTFOLIO SINGLE PROJECT
----------------------------------------------------------------------------- */
.carousel-portfolio .carousel-pagination a.selected {
    background: url('../images/sb-active.png') no-repeat;
}

.carousel-pagination a.selected {
    background: url('../images/db-active.png') no-repeat;
}
.carousel-portfolio .caroufredsel_wrapper{
    width: 940px !important;
    min-height: 200px !important;
}

.carousel-portfolio .carousel-li > li{
    width: 220px !important;
    margin-right: 20px;
    float: left;
    min-height: 200px !important;
    list-style-type: none;
}
.carousel-portfolio .carousel-pagination{
    margin: 0 auto;
    float: none;
	text-align:center;
}
.carousel-portfolio .carousel-pagination a {
    background: url('../images/sb.png') no-repeat;
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.carousel-pagination a.selected {cursor: default;}
.carousel-pagination a span {display: none;}
.thread {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}
.thread:hover {
	background-color: #f5f5f5;
}
.thumb {
	float: left;
	padding: 2px;
	border: 1px solid #ddd;
	margin-right: 15px;
}

ul.mainlink {
	list-style-type: none;
}
ul.mainlink li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding: 15px;
	margin-left: -35px;
}

ul.mainlink  li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
}
ul.mainlink li a:hover {
	color: #327A87;
}
ul.mainlink li div a {
	line-height: normal;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.main ul.mainlink   li h1 {
	text-transform: none;
}
#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.enewshomepage {
	display: block;
	margin-top: 10px;
}
.enewshomepage .cleft {
	float: left;
	width: 25%;
	line-height: 25px;
}
.enewshomepage  .cright {
	float: left;
	width: 75%;
	margin-bottom: 10px;
}
.enewshomepage .btn {
	background-color: #3F9CAC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: white;
	padding: 5px 10px;
	cursor: pointer;
}
.enewshomepage .textfield {
	line-height: 13px;
	padding: 2px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #aaa;
}

.cola {
	float: left;
	width: 260px;
	margin-left: 20px;
}
.colb {
	float: left;
	width: 310px;
}
.colc {
	margin: 0 20px;
	width: 320px;
	float: left;
}
.testimoni-1 {
	float:left;
	width:232px;
	text-align: center;
	margin-right: 20px;
}
.testimoni-2 {
	float:left;
	width:238px;
	margin:0 20px;
	text-align: center;
}
.content .main .testimoni-1 p, .content .main .testimoni-2 p {text-align: center;}
.testimoni-1 .pic, .testimoni-2 .pic, .testimoni-1 p, .testimoni-2 p {text-align: center;}
.content .main .testimoni-1 .pic h1, .content .main .testimoni-2 .pic h1 {
	font-family: 'Open Sans', Arial, Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.testimoni-1 .pic img, .testimoni-2 .pic img {width:100px;height:100px;margin-bottom:5px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}



.content {
	background-image: url(../images/bg_content_top.gif);
	background-repeat: repeat-x;
}
.content .breadcrumb {
	color: #666;
	line-height: 30px;
	padding-top: 15px;
} 
.content .breadcrumb a {
	color: #399BB1;
	text-decoration:none;
} 
.content .breadcrumb a:hover {
	text-decoration:underline;
} 
.content .breadcrumb .bookmark {
	float: right;
	width: 230px;
}
.content .main {
	float: left;
	width: 980px;
	padding-bottom: 30px;
	color: #5f6161;
}
.content .main .itemtooltip {
	position: absolute;
	width: 300px;
	padding: 10px;
	border: 3px solid #ccc;
	background-color: white;
	color: #666;
	display: none;
	line-height: normal;
}
.content .main .itemtooltip h2 {
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	margin: 0px;
	color: #3F9CAC;
}
.content  .main  .itemtooltip  p {
	line-height: normal;
	margin-top: 10px;
}
.content .main .itemtooltip ul {
	margin-top: 15px;
	margin-left: 25px;
}
.content .main .itemtooltip ul li {	list-style-type: none;	margin-left: -25px;	border-bottom: 1px solid #CCD7DB;;	padding: 3px 0;}
.content .main .itemtooltip  ul  li span {
	width: 100px;
	float: left;
	font-weight: bold;
}
.content .main .share1 {
	text-align: right;
	line-height: normal;
}
.content  .main  .maincell {
	float: left;
	width: 465px;
	/*font-size: 15px;
	line-height: 25px;*/
	font-size: 12px;
	line-height: normal;
}
.content .main .maincell h2 {
	color: #2F8FA1;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}
.content .main .maincell .share {
	/*text-align: right;
	line-height: normal;*/
	float: right;
}
.content   .main   .maincell .headcell {
	background-color: #2f8fa1;
	padding: 15px 20px;
	text-transform: uppercase;
	color: white;
	float: left;
	width: 425px;
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.content .main .maincell .video {
	text-align: center;
	margin-bottom: 30px;
}
.content .main .maincell .thread {
	background-color: #e6f2f4;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F8FA1;
	font-size: 12px;
	line-height: normal;
}
.content .main .maincell .thread p {
	margin-top: 5px;
	margin-bottom: 0px;
}
.content .main .maincell .thread h2 {
	color: #2F8FA1;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}
.content .main .maincell .thread .imgleft {
	float: left;
	padding-right: 25px;
	margin-top: 5px;
}
.content  .main  .maincell  .thread  .imgright {
	float: right;
	margin-top: 5px;
	padding-left: 25px;
}
.content .main .maincell h1 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-bottom: 25px;
	line-height: 30px;
	margin-top: 25px;
}
.content .main .maincell p {
	margin-bottom: 10px;
}
.content   .main   .divcell {
	float: left;
	width: 50px;
}
.content .main .contentcell {
	float: left;
	width: 520px;
	line-height: 25px;
}
.content    .main    .contentcell  .headcell {
	background-color: #2f8fa1;
	text-transform: uppercase;
	color: white;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13px;
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.content  .main  .contentcell  p {
	margin-bottom: 10px;
}
.content .main .barcell {
	float: right;
	width: 240px;
	line-height: 25px;
	padding-top: 50px;
}
.content .main .barcell .head {
	background-color: #2f8fa1;
	text-transform: uppercase;
	color: white;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13px;
	margin-top: 15px;
	clear: both;
	padding: 10px 15px;
}
.content .main .barcell .block {
	padding: 15px;
	clear: both;
	background-color: #e6f2f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F8FA1;
}
.content .main .barcell .block ul {
	margin-left: 15px;
}
.content .main .col1 {
	float: left;
	width: 325px;
	padding-right: 20px;
}
.content .main .col2 {
	float: left;
	width: 510px;
}
.content .main .col3 {float: left;width: 120px;padding-left: 5px;}
.content .main .col4 {
	float: right;
	width: 759px;
	padding-left: 20px;
	border-left: 1px solid #a2cbd2;
	padding-bottom: 20px;
}
.content .main .col5 {float: left;width: 100%;padding-bottom: 20px;}
.content .main .col6 {
	float: left;
	width: 400px;
	padding-left: 20px;
	border-left: 1px solid #a2cbd2;
	padding-bottom: 20px;
}
.content .main .col7 {
	float: left;
	width: 335px;
	padding-bottom: 20px;
	margin-left:20px;
}
.content .main .col2 .thumb {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a2cbd2;
	text-align: right;
}

.content .main .col2 .gallery {
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2cbd2;
	width: 510px;
	padding-bottom: 20px;
}
.content .main .col2 .gallery .svwp {
	height: 350px;
	width: 510px;
} /*preloader stuff. do not modify!*/ 
.content .main .col2 .gallery .svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/ 
.content .main .col2 .gallery .slideViewer { /*this is the gallery container*/
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: #fff;
} 
.content .main .col2 .gallery .slideViewer ul {  /*this is your list of images*/
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
.content .main .col2 .gallery .slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
float:left; 
} 
 
/*typographic info*/ 
.content .main .col2 .gallery .slideViewer span.typo{
	padding: 6px; /* do not modify padding (yet)*/
	background: #fff;
	color: #3F9CAC;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
 
.content .main .col2 .gallery .thumbSlider { /*the thumbnails slider contanier*/
	overflow: hidden;
	width: 1%;
	background: #fff;
	padding-top: 20px;
} 
.content .main .col2 .gallery .thumbSlider ul { /*the thumbnails list of images*/ 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.content .main .col2 .gallery .thumbSlider ul li {  
float:left; 
margin: 0; 
} 
.content .main .col2 .gallery .thumbSlider a { /*the link wrapped around each thumbnail. dynamically.*/
color: #fff; 
text-decoration: none; 
} 
.content .main .col2 .gallery .thumbSlider a img { 
border: 0; 
display: block; 
padding: 0; 
} 
.content .main .col2 .gallery .thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
	/* width, height and top values are dynamically added by the script. Do not modify. */ 
position:relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
} 
.content .main .col2 .gallery a.left, .content .main .col4 .gallery a.right { /*the left and right buttons (links)*/
	background: transparent; /* could be any color  */
	color: #f00;
	font: bold 16px Arial;
	overflow: hidden;
} 

.content .main .col2 .gallery a.left span, .content .main .col4 .gallery a.right span {} 
.content .main .col4 .gallery a.left img, .content .main .col4 .gallery a.right img { 
border: 0; 
} 
.content .main .col2 .gallery a.l_dis, .content .main .col4 .gallery a.r_dis { 
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */ 
cursor: default; 
} 
.content .main .col2 .gallery a.l_dis span, .content .main .col4 .gallery a.r_dis span { 
display: none; 
} 
.content .main .col2 .gallery a:focus {outline:none;} 
.content .main .col2 .gallery .ldrgif {margin: 50% 50%;}
.content .main .col3 img {margin-bottom: 1px;float: left;}
.content .main .col4 h1, .content .main .col5 h1 {font-size: 20px;font-weight: normal;text-transform: none;margin-bottom:5px;}
.content .main .col5 h1 {border-bottom: 1px solid #6cc;	padding-bottom: 20px;}
.content .main .col5 .seatcalculator  {border: 1px solid #6cc;padding: 15px;background-color: #f5f5f5;}
.content .main .col5 .seatcalculator h2 {line-height: normal;margin-top: 0px;margin-bottom: 15px;}
.content .main .col5 .seatcalculator .cleft {float: left;width: 30%;line-height: 35px;border-bottom: 1px solid #ddd;display: block;}
.content .main .col5 .seatcalculator  .cright {
	float: left;
	width: 70%;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	display: block;
}
.content .main .col5 .seatcalculator label {
	cursor: pointer;
	margin-right: 15px;
	display: block;
	float: left;
	padding: 0 10px;
}
.content  .main  .col5  .seatcalculator  .colorpicker label {
	cursor: pointer;
	display: block;
	float: left;
	padding: 0px;
	width: 158px;
	margin: 0 0 5px 5px;
	text-transform: uppercase;
}
.content   .main   .col5   .seatcalculator   .colorpicker  label:hover {
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;

}
.seatcalculator .colorpicker {
	background-color: #f5f5f5;
	display: block;
}


.seatcalculator .colorpicker input[type="radio"] {
    display:none;
}

.seatcalculator .colorpicker input[type="radio"] + label {
	border: 1px solid #ddd;
	padding: 0px;

}

.seatcalculator .colorpicker input[type="radio"] + label span {
	display:inline-block;
	width:45px;
	height:45px;
	margin:0 5px 0 0;
	vertical-align:middle;
	background:url(../images/color-picked.png) 0px top no-repeat;
	cursor:pointer;
}

.seatcalculator .colorpicker input[type="radio"]:checked + label span {
    background:url(../images/color-picked.png) -45px top no-repeat;
}
.content .main .col5 .seatcalculator .btn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #3F9CAC;
}
.content .main .col5 .seatcalculator  input  {vertical-align: middle;}
.content .main .col5 .resultcalc h2 {font-size: 23px;font-weight: normal;margin: 2% 1% 1% 1%;}
.content .main .col5 .resultcalc ul {margin: 0px;list-style-type: none; min-width: 980px;}
.content .main .col5 .resultcalc ul li {
	display: block;
	float: left;
	width: 23%;
	margin: 1%;
	text-align: center;
	height: 215px;
}
.content .main .col5 .resultcalc ul li img {float: left;height: auto;width: 100%;border: 1px solid #ccc;margin-bottom: 10px;}
.content .main .col5 .resultcalc .block {float:left;width:980px;display: block;}

.content .main .col5 .resultcalcsale h2 {font-size: 18px;font-weight: normal;margin: 2% 1% 1% 1%;}
.content .main .col5 .resultcalcsale ul {margin: 0px;list-style-type: none;}
.content .main .col5 .resultcalcsale ul li {
	display: block;
	float: left;
	width: 23%;
	margin: 1%;
	text-align: center;
	height: 285px;
}
.content .main .col5 .resultcalcsale ul li img {float: left;height: auto;width: 100%;border: 1px solid #ccc;margin-bottom: 10px;}
.content .main .col5 .resultcalcsale ul li img.sold  {
	width: auto;
	margin-top: -145px;
	z-index: 999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 92px;
}
.content .main .col5 .resultcalcsale .block {float:left;width:980px;display: block;}

.content .main .colhalf {float: left;width: 50%;}
.content .main .colthree {float: left;width: 33.333%;}
.content .main .colthree .block {padding: 15px;margin-top: -15px;}
.content .main .colthree .block ul {margin: 0px;padding: 0px;}
.content .main .col4 p, .content .main .col5 p {margin-bottom: 10px;text-align: justify;}
.content .main .col4 a.toggle {
	background-color: #3F9CAC;
	color: white;
	display: block;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/images/down.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 10px 0 2px 15px;
}

.content .main .download {border-top: 5px solid #a2cbd2;float: left;clear: both;padding-top: 20px;margin-top: 10px;}
.content .main .download h3 {color: #3f9cac;}
.content .main .download  a {color: #3f9cac;}
.content .main .download p {margin: 0px;padding: 0px;line-height: 18px;color: #333;}
.content .main .download img {float: left;padding-right: 20px;}
.content .main p, .content .main ul li {line-height: 22px;}
.content .main ul {margin-left: 35px;margin-top: 10px;margin-bottom: 10px;}
.content .main h1 {
	font-size: 17px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', Georgia, Times New Roman, Times, serif;
	line-height: 17px;
	font-weight: normal;
	color: #3f9cac;
}
.content .main h2 {font-size: 15px;color: #666;margin-top: 15px;}
.content .main a {color: #3F9CAC;}
.content .main .bigbtn {
	border: none;
	color: white;
	font-weight: bold;
	padding: 15px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #2F8FA1;
	text-decoration: none;
}
.content .main .midbtn {
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #2F8FA1;
	text-decoration: none;
}
.content .main .bigbtn:hover, .content .main .midbtn:hover {
	background-color: black;
}
.content  .main  .subhead {
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3f9cac;
	text-transform: uppercase;
}
.content   .main   .subhead2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.enews .btn {
	float: right;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khmtl-border-radius: 3px;
	vertical-align: middle;
	margin-top: 5px;
	padding: 7px 15px;
	background-image: url(../images/bg_li_lev1.gif);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	border: none;
	cursor: pointer;
	border: 1px solid #FFFFFF;	
}
.enews .btn:hover {
	background-image: url(../images/bg_li_lev1_selected.gif);
	background-repeat: repeat-x;
}
.content .main .sidebar .enews   {
	float: right;
	padding: 10px;
	width: 160px;
	background-color: #E6F2F4;
	border-bottom: 1px solid #7EC5D3;
	border-right: 1px solid #7EC5D3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.content .main .sidebar .enews h1 {
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.content .main .sidebar .enews .head {
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #3f9cac;
}
.content .main .sidebar .enews p {
	line-height: 30px;
}
.content .main .sidebar .enews .set {
	margin: auto;
	width: auto;
}
.content .main .sidebar .enews .field {
	float: right;
	width: 110px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khmtl-border-radius: 3px;
	vertical-align: middle;
	margin-top: 5px;
}
.content .main .enews   {
	float: right;
	padding: 15px;
	width: 435px;
	background-color: #E6F2F4;
	border-bottom: 1px solid #7EC5D3;
	border-right: 1px solid #7EC5D3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.content .main .enews h1 {
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: bold;
}
.content .main .enews .head {
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #3f9cac;
}
.content .main .enews p {
	line-height: 30px;
}
.content .main .enews .set {
	margin: auto;
	width: 225px;
}
.content .main .enews .field {
	float: right;
	width: 180px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khmtl-border-radius: 3px;
	vertical-align: middle;
	margin-top: 5px;
}
.content .main .sidebar {
	float: left;
	width: 180px;
	padding-right: 20px;
	font-weight: bold;
}
.content .main .sidebar ul#menu, .content .main .sidebar ul#menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
.content .main .sidebar ul#menu a {
  display: block;
  text-decoration: none;	
}
/*
.content .main .sidebar ul#menu li {
  	border: 1px solid #eee;
  	margin-bottom:-1px;
}
.content .main .sidebar ul#menu li a {
	color: #333;
	padding: 5px 10px;
	background: #eaeaea;
}
.content  .main  .sidebar  ul#menu  li  a.expanded {
	color: #333;
	padding: 5px 10px;
	background: #fff;
}
.content .main .sidebar ul#menu li a:hover {
	background: #fff;
}
.content .main .sidebar ul#menu li ul li a {
    font: 12px 'Open Sans', Arial, sans-serif;
	background: #f6f6f6;
}
.content   .main   .sidebar   ul#menu   li   ul   li.current   a {
	background: #fff;
}
.content .main .sidebar ul#menu li ul li a:hover {
	background: #f5f5f5;
}
*/
.content .main .sidebar ul#menu li {
  margin-top: 1px;
}
.content .main .sidebar ul#menu li a {
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/bg_li_lev1.gif);
	background-repeat: repeat-x;
	background-color: #CFE9EE;
}
.content  .main  .sidebar  ul#menu  li  a.expanded {
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/bg_li_lev1_selected.gif);
	background-repeat: repeat-x;
}
.content .main .sidebar ul#menu li a:hover {
	background-image: url(../images/bg_li_lev1_selected.gif);
	background-repeat: repeat-x;
	background-color: #9FD2DD;
}
.content .main .sidebar ul#menu li ul li a {
	color: #000;
	background-image: url(../images/bg_li_lev2.gif);
	background-repeat: repeat-x;
}
.content   .main   .sidebar   ul#menu   li   ul   li.current   a {
	background-image: url(../images/bg_li_lev2_selected.gif);
	background-repeat: repeat-x;
	background-color: #9FD2DD;
}
.content .main .sidebar ul#menu li ul li a:hover {
	background-image: url(../images/bg_li_lev2_selected.gif);
	background-repeat: repeat-x;
}


.content .main .col4 .gallery {
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2cbd2;
	width: 360px;
	padding-bottom: 20px;
	margin-left: 20px;
}
.content .main .col4 .gallery .svwp {
	height: 350px;
	width: 360px;
} /*preloader stuff. do not modify!*/ 
.content .main .col4 .gallery .svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/ 
.content .main .col4 .gallery .slideViewer { /*this is the gallery container*/
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: #fff;
} 
.content .main .col4 .gallery .slideViewer ul {  /*this is your list of images*/
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
.content .main .col4 .gallery .slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
float:left; 
} 
 
/*typographic info*/ 
.content .main .col4 .gallery .slideViewer span.typo{
	padding: 6px; /* do not modify padding (yet)*/
	background: #fff;
	color: #3F9CAC;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
 
.content .main .col4 .gallery .thumbSlider { /*the thumbnails slider contanier*/
	overflow: hidden;
	width: 1%;
	background: #fff;
	padding-top: 20px;
} 
.content .main .col4 .gallery .thumbSlider ul { /*the thumbnails list of images*/ 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.content .main .col4 .gallery .thumbSlider ul li {  
float:left; 
margin: 0; 
} 
.content .main .col4 .gallery .thumbSlider a { /*the link wrapped around each thumbnail. dynamically.*/
color: #fff; 
text-decoration: none; 
} 
.content .main .col4 .gallery .thumbSlider a img { 
border: 0; 
display: block; 
padding: 0; 
} 
.content .main .col4 .gallery .thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
	/* width, height and top values are dynamically added by the script. Do not modify. */ 
position:relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
} 
.content .main .col4 .gallery a.left, .content .main .col4 .gallery a.right { /*the left and right buttons (links)*/
	background: transparent; /* could be any color  */
	color: #f00;
	font: bold 16px Arial;
	overflow: hidden;
} 
.content .main .col4 .gallery a.left span, .content .main .col4 .gallery a.right span {} 
.content .main .col4 .gallery a.left img, .content .main .col4 .gallery a.right img { 
border: 0; 
} 
.content .main .col4 .gallery a.l_dis, .content .main .col4 .gallery a.r_dis { 
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */ 
cursor: default; 
} 
.content .main .col4 .gallery a.l_dis span, .content .main .col4 .gallery a.r_dis span { 
display: none; 
} 
.content .main .col4 .gallery a:focus {outline:none;} 
.content .main .col4 .gallery .ldrgif {margin: 50% 50%;}
.content .main .col4 .galleryleft {
	border-bottom: 1px solid #a2cbd2;
	width: 400px;
	padding-bottom: 20px;
}
.content .main .col4 .galleryleft .svwp {
	height: 400px;
	width: 400px;
} /*preloader stuff. do not modify!*/ 
.content .main .col4 .galleryleft .svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/ 
.content .main .col4 .galleryleft .slideViewer { /*this is the gallery container*/
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: #fff;
} 
.content .main .col4 .galleryleft .slideViewer ul {  /*this is your list of images*/
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
.content .main .col4 .galleryleft .slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
float:left;} 
 
/*typographic info*/ 
.content .main .col4 .galleryleft .slideViewer span.typo{
	padding: 6px; /* do not modify padding (yet)*/
	background: #fff;
	color: #3F9CAC;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
 
.content .main .col4 .galleryleft .thumbSlider { /*the thumbnails slider contanier*/
	overflow: hidden;
	width: 1%;
	background: #fff;
	padding-top: 20px;
} 
.content .main .col4 .galleryleft .thumbSlider ul { /*the thumbnails list of images*/ 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.content .main .col4 .galleryleft .thumbSlider ul li {float:left;margin:0;} 
.content .main .col4 .galleryleft .thumbSlider a { /*the link wrapped around each thumbnail. dynamically.*/
color: #fff; 
text-decoration: none; 
} 
.content .main .col4 .galleryleft .thumbSlider a img {border: 0;display: block;padding: 0;} 
.content .main .col4 .galleryleft .thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
	/* width, height and top values are dynamically added by the script. Do not modify. */ 
position:relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
} 
.content .main .col4 .galleryleft a.left, .content .main .col4 .galleryleft a.right { /*the left and right buttons (links)*/
	background: transparent; /* could be any color  */
	color: #f00;
	font: bold 16px Arial;
	overflow: hidden;
} 
.content .main .col4 .galleryleft a.left span, .content .main .col4 .galleryleft a.right span {} 
.content .main .col4 .galleryleft a.left img, .content .main .col4 .galleryleft a.right img {border: 0;} 
.content .main .col4 .galleryleft a.l_dis, .content .main .col4 .galleryleft a.r_dis { 
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */ 
cursor: default; 
} 
.content .main .col4 .galleryleft a.l_dis span, .content .main .col4 .galleryleft a.r_dis span {display: none;} 
.content .main .col4 .galleryleft a:focus {outline:none;} 
.content .main .col4 .galleryleft .ldrgif {margin: 50% 50%;}

.content .main .col4 .photogallery {
	clear: both;
}
.content  .main  .col4  .photogallery  img {
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	border: 3px solid #a2cbd2;
	/*height: 78px;
	width: 104px;*/
	height: 80px;
	width: 90px;
}

.content  .main  .col4  .imgright {
	float: right;
	margin-left: 20px;
}
.content .main .col4 blockquote {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a2cbd2;
	border-bottom-color: #a2cbd2;
	float: left;
	margin: 20px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	color: #333;
}
.content .main .col4 blockquote ul {
	margin: 0px;
	padding: 0px;
}
.content .main .col4 .enquiryform {
	float: right;
	width: 380px;
}
.content .main .col4 .enquiryform .info {
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #3F9CAC;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.content .main .col4 .enquiryform .field {
	border: 1px solid #ccc;
	height: 16px;
	width: 226px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px;
}
.content  .main  .col4  .enquiryform  .fieldshort {
	border: 1px solid #ccc;
	height: 16px;
	width: 96px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px;
}
.content  .main  .col4  .enquiryform  .textarea {
	border: 1px solid #ccc;
	width: 226px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px;
	vertical-align: text-top;
}
.content .main .col4 .enquiryform .btn {
	background-image: url(../images/bg_btn.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.content  .main  .col4  .enquiryform  .lft {
	float: left;
	width: 105px;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	color: #3f9cac;
	padding-top: 4px;
}
.content .main .col4 .enquiryform .rgt {
	float: left;
	width: 255px;
	margin-bottom: 10px;
}

.content .main .col4 .enquiryform2 {
	float: left;
	width: 550px;
}
.content .main .col4 .enquiryform2 .field {
	border: 1px solid #ccc;
	height: 16px;
	width: 326px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px;
}
.content  .main  .col4  .enquiryform2  .textarea {
	border: 1px solid #ccc;
	width: 326px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px;
}
.content .main .col4 .enquiryform2 .btn {
	background-image: url(../images/bg_btn.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.content  .main  .col4  .enquiryform2  .lft {
	float: left;
	width: 105px;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	color: #3f9cac;
	padding-top: 4px;
}
.content .main .col4 .enquiryform2 .rgt {
	float: left;
	width: 355px;
	margin-bottom: 10px;
}
.content .main .col4 .enquiryform.aligncenter {
	float: none;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.content .main .col4 .googlemap {
    float: right;
    height: 500px;
    width: 360px;
}
.content .main .col4 .contactaddress {
	float: left;
	width: 370px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.itemhead {
	font-size: 18px;
	margin-bottom: 15px;

}
.cartinfo {
	float: left;
	width: 73%;
	text-align: right;
	line-height: 18px;
	padding-top: 6px;
}
.prodinfo {
	float: left;
	width: 605px;
	margin-left: 30px;
}
.content  .main .prodinfo h2 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.prodinfo .table p {
	margin: 0px;
}

.prodinfo    table.table {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #7a9399;
	border-left-color: #7a9399;
	background-color: white;
}
.prodinfo table.table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7a9399;
	border-bottom-color: #7a9399;
	padding: 15px 0;
	background-color: #deeaeb;
}
.prodinfo  table.table  td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7a9399;
	border-bottom-color: #7a9399;
	padding: 10px 0;
}
.prodinfo .price {
	font-size: 22px;
	color: #f00;
	font-weight: bold;
}
.prodinfo  .gst {
	color: #f00;
	font-weight: bold;
}
.itemgallery {
	float: left;
	width: 345px;
}
.itemgallery .svwp {
	width: 345px;
}
.itemgallery .svwp ul {	position: relative;	left: -999em; margin: 0px; }
.itemgallery .slideViewer { position: relative;overflow: hidden;margin: 0px;padding: 0px;background: white;} 
.itemgallery .slideViewer ul { position: relative;left: 0;top: 0;list-style-type: none;margin: 0px;padding: 0px;} 
.itemgallery .slideViewer ul li { float:left;} 
 
/*typographic info*/ 
.itemgallery .slideViewer span.typo { padding: 6px; color: #3F9CAC; font-size: 11px;}
.itemgallery .thumbSlider {	overflow: hidden; width: 100%;}
.itemgallery .thumbSlider ul { list-style-type: none; margin: 0; padding: 0;}
.itemgallery .thumbSlider ul li { float:left; margin: 0;}
.itemgallery .thumbSlider a { color: white; text-decoration: none;} 
.itemgallery .thumbSlider a img { border: 0; display: block; padding: 0;} 
.itemgallery .thumbSlider p.tmbrdr { position:relative;left: 0px;margin: 0px;padding: 0px;} 
.itemgallery a.left, a.right {
	background: transparent;
	color: #f00;
	font: bold 16px Arial;
	overflow: hidden;
	display: none;
} 
.itemgallery a.left span, a.right span {} 
.itemgallery a.left img, a.right img { border: 0; } 
.itemgallery a.l_dis, a.r_dis {	background: transparent; cursor: default; display: none;} 
.itemgallery a.l_dis span, a.r_dis span { display: none; } 
.itemgallery a:focus {outline:none;} 
.itemgallery .ldrgif {margin: 50% 50%;}


.overlay------------------------ {}
#overlay/* Lightbox panel with some content */
 {
	position:fixed;
	top:20%;
	left:50%;
	margin-left:-350px;
	background:white;
	padding:25px;
	border:1px solid #ccc;
	z-index:1001;
	-moz-box-shadow: 0 0 50px #444;
	-webkit-box-shadow: 0 0 50px #444;
	box-shadow: 0 0 50px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#444444');
	width: 700px;
	display: none;
}
#overlay h2 {
	margin-top: 0px;
}

.close {
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
	position: absolute;
	top: -18px;
	right: -18px;
}

#spec span {
	float: left;
	width: 150px;
}
ul.tabprod   {
	list-style-type: none;
	display: block;
}
ul.tabprod   li  {
	width: 202px;
	float: left;
	height: 210px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
	margin-right: 20px;
}
ul.tabprod li a {
	font-size: 12px;
	line-height: 20px;
}

ul.tabprod li img {
	display: block;
	margin-bottom: 10px;
	height: 133px;
	width: 200px;
	border: 1px solid #CCD7DB;
}

.form01--------------------------- {
}
.form01 .cola {
	float: left;
	width: 200px;
	padding-top: 6px;
	margin: 0px;
}
.form01 .cola .info {
	font-style: italic;
	color: #9CB3B9;
	font-size: 11px;
}
.form01 .colb {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
.form01 .textfield {
	border: 1px solid #ccc;
	height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px;
}
.form01 .textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px;
	vertical-align: text-top;
}
.form02--------------------------- {
}
.form02 {
	width: 500px;
	margin: 20px auto;
	border: 1px solid #ccc;
	display: block;
	padding: 30px;
}
.form02 .cola {
	width: 100px;
	margin-left: 75px;
	float: left;
	padding-top: 6px;
}
.form02  .colb {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
.form02 .colb .textfield {
	border: 1px solid #ccc;
	height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px;
}
.form03---------------------------- {
}
.form03 {
	padding: 20px;
	background-color: #F0FFFF;
	float: left;
	width: 900px;
	margin-bottom: 1px;
}
.form03  .col {
	width: 450px;
	float: left;
}
.form03 .cleft {
	float: left;
	width: 130px;
	padding-top: 6px;
}
.form03  .cright {
	float: left;
	width: 320px;
	margin-bottom: 10px;
}
.form03 .cinfoleft {
	float: left;
	width: 15%;
	line-height: 20px;
}
.form03  .cinforight {
	float: left;
	width: 85%;
	line-height: 20px;
}
.form03 .col .cright .textfield {
	border: 1px solid #ccc;
	height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px 8px;
}
.form03 .col .cright .textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px 8px;
}
.form03 .col .cright .textfield:disabled {
	background: #EBF2F3;
	border: 1px solid #ccc;
	height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px 8px;
}
.form03 .col .cright .textarea:disabled {
	background: #EBF2F3;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	padding: 2px 8px;
}
.form03 .col .cright select[disabled]   {
	background-color: #DEEAEB;
	border-color: #DEEAEB;
	border: none;
}
.form04---------------------------- {
}
.form04 {
	float: left;
	width: 700px;
}
.form04   .col {
	width: 450px;
	float: left;
	margin-bottom: 20px;
}
.form04  .cleft {
	float: left;
	width: 130px;
	padding-top: 6px;
}
.form04   .cright {
	float: left;
	width: 320px;
	margin-bottom: 10px;
}
.form04  .cinfoleft {
	float: left;
	width: 15%;
	line-height: 20px;
}
.form04   .cinforight {
	float: left;
	width: 85%;
	line-height: 20px;
}
.form04 .col .cright .textfield:disabled {
	background-color: white;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
}
.form04  .col  .cright  .textarea:disabled {
	background-color: white;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
}
.form04 .col .cright select[disabled]   {
	background-color: white;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabs-------------------------------- {}
.tab-container .panel-container {
	background: white;
	padding: 20px;
	width: 938px;
	float: left;
	border: 1px solid #ccc;
}
.tab-container ul.tab {
	margin-top: 20px;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.tab-container ul.tab li {
	display: inline-block;






	*display:inline;
}
.tab-container ul.tab li a {
	line-height: 40px;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: white;
	background-color: #2F8FA1;
}
.tab-container ul.tab li.active a {
	background: white;
	position: relative;
	top: 1px;
	color: #5F6161;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: white;
	border-left-color: #ccc;
}
.tab-container  ul.tab  li.active  a { font-weight: bold; }
.tab-container  .panel-container2 {
	background: white;
	padding: 20px;
	float: right;
	width: 700px;
	margin-top: 20px;
	min-height: 350px;
}
.tab-container ul.tab2 {
	margin-top: 20px;
	float: left;
	width: 200px;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.tab-container ul.tab2 li {
	display: inline-block;
	*display:inline;
	background-color: #deeaeb;
	border-right: 1px solid #CCD7DB;
	margin-bottom: 1px;
}
.tab-container ul.tab2 li a {
	line-height: 60px;
	display: block;
	text-decoration: none;
	width: 159px;
	padding: 0 20px;
}
.tab-container ul.tab2 li.active  {
	background: #fff;
	position: relative;
	border-right: 1px solid white;
}
.tab-container ul.tab2 li a:hover {
	background-color: white;
	border-right-color: white;
}
.tab-container ul.tab2 li a.active { font-weight: bold; }
.player  {
	width: 750px;
	background-color: white;
	padding: 5px;
	height: 400px;
	margin: 10px auto;
	border: 1px solid #9CB3B9;
}
.cart----------------------------------------------- {}
.cart {
	float: left;
	width: 940px;
	background-color: #B8E3F1;
	padding: 20px;
}
.cart .cartmessage {
	background-color: white;
	display: block;
	float: left;
	position: relative;
	z-index: 999;
	margin-top: -245px;
	margin-left: 20px;
	/*border: 1px solid #ccc;*/
	font-size: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.cart .cartmessage .textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 3px 3px 6px #ddd;
	-moz-box-shadow:inset 3px 3px 6px #ddd;
	-webkit-box-shadow:inset 3px 3px 6px #ddd;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.cart .cola {
	float: left;
	width: 40px;
	text-align: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD7DB;
	padding-left: 20px;
	margin: 0px;
}

.cart .colb {
	float: left;
	width: 380px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD7DB;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.cart .colc {
	float: left;
	width: 90px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD7DB;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.cart .cold {
	float: left;
	width: 136px;
	padding: 0 20px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD7DB;
}
.cart .cole {
	float: left;
	width: 90px;
	padding: 0 20px;
	text-align: right;
}
.cart  .colf {
	float: left;
	width: 90px;
	padding: 0 20px;
	text-align: right;
	line-height: 130px;
	font-weight: bold;
	font-size: 15px;
}
.cart .colx {
	float: left;
	width: 230px;
	text-align: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 558px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD7DB;
}
.cart  .colxy {
	float: left;
	width: 220px;
	text-align: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 569px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD7DB;
}
.cart .textfield {}
.cart .textfieldPromo {
	border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 3px 3px 6px #ddd inset;
    height: 16px;
    padding: 2px 8px;
	width: 200px;
}	

.cart .promoCodeError
{
	position: relative; 
	display:block; 
	float:left;
	padding-top:5px;
}
.cart .promoContainer
{
	width: 555px; 
	position: relative; 
	display:block; 
	float:right;
	text-align: right;
	background-color: #2f8fa1;
	height: 40px;
	color: #ffffff;
	padding: 20px 15px 7px 15px;
	margin: -15px 0 0 0;
	
}

.cart .actionContainer
{
	width: 600px; 
	position: relative; 
	display:block; 
	float:right;
	text-align: right;
	padding: 15px 0;
	margin: 15px 0 0 0;
}
.cart .head {
	line-height: 50px;
	background-color: white;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8E3F1;
}
.cart .head h2 {
	font-size: 15px;
	margin-left: 20px;
	margin-bottom: 0px;
	color: black;
	font-weight: bold;
	margin-top: 0px;
}
.cart .head  h2 span {
	float: right;
	margin-right: 20px;
	font-size: 12px;
}
.cart .total {
	line-height: 50px;
	background-color: white;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD7DB;
	color: black;
}
.cart .total .colx, .cart .addinfo .colx {
	text-transform: uppercase;
	font-weight: bold;
}
.cart .total  .cole, .cart .addinfo .cole {
	font-weight: bold;
	font-size: 15px;
}
.cart .addinfo {
	line-height: 50px;
	background-color: #DEEAEB;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD7DB;
}
.cart .shipping {
	width: 200px;
	text-align: left;
	background-color: black;
	margin-bottom: 15px;
	padding: 10px;
	line-height: normal;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: white;
	margin-top: -10px;
}
.cart .shipping .icon {
	vertical-align: middle;
	float: right;
	margin-top: -7px;
	margin-right: -7px;
}


.cart .head .cola, .cart .head .colb, .cart .head .colc, .cart .head .cold, .cart .head .cole {
	text-align: center;
	text-transform: uppercase;
	color: black;
}
.cart .item {
	line-height: 50px;
	background-color: #F0FFFF;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD7DB;
}
.cart    .cola .textfield    {
	width: 30px;
	text-align: center;
}
.cart .action {
	padding: 30px 10px;
	clear: both;
	text-align: right;
}
.cart .action .info {
	text-align: left;
	font-style: italic;
	color: #666;
}

.cart  .execute {
	padding: 30px 0;
	clear: both;
	text-align: center;
}

.reset_button .btn {
    background-color: #3f9cac;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 10px 20px;
}
#paging_server p, #paging_server a
{
	display : inline;
}
#paging_client
{
	display: none;
}

.pagination {
	clear:both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2cbd2;
	padding-top: 20px;
	width: 97%;
}
.pagination a {
	border: 1px solid #c2e4e9;
	text-decoration: none;
	padding: 2px 5px;
	color: #7eb2bb;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #7eb2bb;
	background: #7eb2bb;
	color: #fff;
}
.pagination span {
	border: 1px solid #c2e4e9;
	padding: 2px 5px;
	color: black;
}

.footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}
.footer .left {
	float: left;
	width: 230px;
}
.footer .left .share {
	height: 80px;
	margin-top: 10px;
}
.footer  .login  {
	height: 46px;
	clear: both;
	background-image: url(../images/bg_footer_bot.gif);
	background-repeat: repeat-x;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.footer .login span {
	padding-right: 30px;
	padding-left: 30px;
}
.footer .login a {
	color: #fff;
	text-decoration: none;
}
.footer .login a:hover {
	text-decoration: underline;
}
.footer  .right {
	float: left;
	width: 750px;
	padding-top: 13px;
	text-align: right;
}
.footer  .center {
	float: left;
	width: 980px;
	padding-top: 13px;
	padding-bottom: 5px;
	text-align: center;
}
.footer .right .social {
	float: left;
	margin-top: 10px;
	width: 250px;
	text-align: left;
}

.ddsmoothmenu{ width: 805px; font-size: 12px; font-weight: bold; float: left; }
.ddsmoothmenu ul{ z-index:100; margin: 0; padding: 0; list-style-type: none; }

/*Top level list items*/
.ddsmoothmenu ul li{ position: relative; display: inline; float: left; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: white;
	text-decoration: none;
	height: 43px;
	padding: 0px;
	line-height: 35px;
}
.ddsmoothmenu ul li ul li.arrow { background-color: transparent; border: none; display: block; padding: 0 0 0 20px;	margin-top: -12px; margin-bottom: -5px; height: 8px; float: left; }


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{ color: white; }

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' li a element*/ background: #3fa8bd; color: white; border-top-color: #57c0d5;	border-right-color: #266571;border-bottom-color: #266571; border-left-color: #57c0d5;}

.ddsmoothmenu ul li a:hover{ color: white; background: #3fa8bd;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{ display: list-item; float: none; text-align: left; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ top: 0; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 200px;
	margin: 0;
	border-top: 1px solid #387985;
	border-right: 1px solid #14505a;
	border-bottom: 1px solid #14505a;
	border-left: 1px solid #387985;
	background-color: #266571;
	padding: 0 15px;
	height: 35px;
}
.ddsmoothmenu ul li ul li a:hover{
	border-top: 1px solid #57c0d5;
	border-right: 1px solid #266571;
	border-bottom: 1px solid #266571;
	border-left: 1px solid #57c0d5;
}
.ddsmoothmenu ul li ul li ul li a{
	width: 280px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

.downarrowclass{ position: absolute; top: 20px; z-index: 999; margin-right: 2px; right: 0px; }
.rightarrowclass{ position: absolute; top: 13px; right: 5px; }
.ddshadow{ position: absolute; left: 0; top: 0; width: 0; height: 0; background: black; }
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/ opacity: 0.1; }
.content .main .col4 .section {
	float: left;
	width: 377px;
	/*border: 1px solid aqua;*/
	margin-bottom: 20px;
}
.content .main .col4 .section .departement {
	overflow: auto;
	height: 312px;
	margin: 15px;
	font-size: 14px;
}
.content .main .col4 .section .departement ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
}
.content .main .col4 .section .departement ul li a {
	display: block;
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	text-decoration: none;
}
.content  .main  .col4  .section  .departement  ul  li  a:hover {
	color: black;
	background-color: #f5f5f5;
}
.content .main .col4 .section .departement2 {
	float: left;
	width: 33%;
}
.content .main .col4 .section .departement2 ul {
	list-style-type: none;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.content  .main  .col4  .price  {
	font-size: 50px;
	font-weight: bold;
	float: left;
	line-height: 100px;
	color: white;
	height: 100px;
	padding-left: 125px;
	background-image: url(../images/price.png);
	background-repeat: no-repeat;
	width: 254px;
	margin-bottom: 20px;
}
.content .main .col4 .price span {
	font-size: 20px;
}

.content .main .col4 .offer {
	background-color: #076375;
	padding: 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 50px;
	background-image: url(/images/bg-sale-extended.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.content  .main  .col4  .offer p {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.content   .main   .col4   .offer  .info {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	padding-top: 20px;
	border-top: 1px solid #399;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: normal;
	color: yellow;
	width: 480px;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.subhead {
color:#3F9CAC;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:17px;
text-transform:uppercase;
}

.subhead2 {
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}

