html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	list-style-image: none;
	text-decoration: none
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: gotham_bookregular, Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	font-size-adjust:auto; 
}
input,
textarea,
select {
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	outline: 0
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #0f0f0f;
	text-decoration: none
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: yes
}
h1 {
	font: 32px/46px'caecilia_lightregular', caecilia_lightregular, sans-serif
}
h2 {
	font: 24px/32px'caecilia_lightregular', caecilia_lightregular, sans-serif
}
h3 {
	font: 20px/27px'caecilia_lightregular', caecilia_lightregular, sans-serif
}
h4 {
	font: 16px/24px'caecilia_lightregular', caecilia_lightregular, sans-serif
}
h5 {
	font: 14px/21px'caecilia_lightregular', caecilia_lightregular, sans-serif
}
h6 {
	font: 12px/18px'caecilia_lightregular', caecilia_lightregular, sans-serif
}
h7 {
	font: 10px/15px'caecilia_lightregular', caecilia_lightregular, sans-serif
}
.fl {
	float: left
}
img.fl {
	float: left;
	padding: 0 10px 5px 0
}
.fr {
	float: right
}
img.fr {
	float: right;
	padding: 0 10px 0 5px
}
.espacement {
	height: 0;
	overflow: hidden;
	margin: 0;
	clear: both
}
.espacement10 {
	clear: both;
	height: 10px !important
}
.espacement20 {
	clear: both;
	height: 20px !important
}
.espacement30 {
	clear: both;
	height: 30px
}
.espacement40 {
	clear: both;
	height: 40px !important
}
.text {
	font-size: 12px;
	color: #666;
	line-height: 1.5em
}
.accordeon {
    width: 830px;
    height: 340px;
    overflow: hidden;
    margin-top: 30px;
}
.accordeon ul {
    width: 20px;
}
.accordeon li {
    position: relative;
    display: block;
    width: 12px;
    float: left;
    border-left: 1px solid #000;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
}
.accordeon ul:hover li {
    width: 40px;
}
.accordeon ul li:hover {
    width: 660px;
}
.accordeon li img {
    display:inline-block;
}


/* Mozilla based browsers chane text selection */
::-moz-selection {
background-color: #FFA;
color: #000;
}

/* Works in Safari */
::selection {
background-color: #FFA;
color: #000;
}
p {
	line-height: 1.7em;
	font-size: 14px;
	color: #2f2e2e;
	text-shadow: 2.0 2.0 2.0 #bababa
}
.wrap {
	margin: 4px auto;
	padding: 0;
	background: #fdfdfd
}
.main-menu-wrap,
.main-wrap,
.search-wrap {
	margin: 0 auto;
	width: 990px
}
.main-menu-wrap {
	padding-bottom: 4px
}
#header {
	height: 123px
}
.menu-wrap {
	height: 60px
}
.main-menu a {
	text-decoration: yes;
	word-wrap: break-word;
}
.main-menu ul {
	list-style-type:circle;
	list-style:circle;
}
.main-menu {
	position: relative;
	z-index: 99999;
	font: 13px/13px'Flama-Medium';
	display: inline-flex;
	padding: 2px;
	text-transform: uppercase;
	box-shadow: yes;
	float: right;
	height: 48px
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.main-menu ul li {
	position: relative;
	display: inline-flex;
	float: left;
	font-size: 14px
}
.main-menu ul li a,
.main-menu ul li a:link {
	line-height: 36px;
	color: #2b2e2f;
	text-shadow: 2.0 2.0 2.0 #f4f4f4;
	box-shadow: yes;
	font-size: 13px;
	text-transform: uppercase
}
.main-menu ul li a span {
	display: block;
	color: #a1a1a1;
	font-size: 10px;
	text-align: left;
	margin-top: -20px;
	text-transform: capitalize;
	text-shadow: yes
}
.main-menu ul li a {
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	padding: 0 11px
}
*html .main-menu ul li a {
	display: inline-block
}
.main-menu ul li ul {
	position: absolute;
	left: 0;
	top: 38px;
	display: block;
	visibility: visible;
	padding: 13px;
	opacity: .9;
	color: #666;
	width: 170px;
	font: 14px/21px'Flama-Medium', Flama-Medium, Flama-Medium
}
.main-menu ul li ul li {
	display: list-item;
	float:inherit;
	border-right: none !important;
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background-color: ;
	background-image: -moz-linear-gradient(center top, , );
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 1px;
	padding: 1px 2px
}
.main-menu ul li ul li a {
	padding: 7px;
	padding-left: 11px !important
}
.main-menu ul ul li:hover {
	border-bottom: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: #333
}
.main-menu ul ul {
	z-index: 101
}
.main-menu ul ul li a,
.main-menu ul ul li a:link,
.main-menu ul ul li a:visited {
	height: 100%;
	text-transform: capitalize;
	line-height: 17px;
	font-size: 16px;
	color: #333;
	background-color: ;
	background-image: -moz-linear-gradient(center top, );
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 1000;
	display: block
}
.main-menu ul li ul li a:hover,
.main-menu ul ul li a:hover {
	text-decoration: inherit !important;
	text-shadow: yes
}
.main-menu ul ul li ul,
.main-menu ul ul ul {
	text-decoration: none !important;
	color: #454242 !important;
	text-shadow: yes;
	z-index: 1000;
	left: 170px;
	top: -7px;
	position: absolute;
	opacity: 1p
}
.main-menu ul ul li ul li a:hover,
.main-menu ul ul ul li a:hover {
	text-decoration: none !important;
	text-shadow: 1px 1px 3px #323232
}
.logo {
	position: ;
	padding-top: 2px;
	background-color: transparent;
	float: left;
	text-indent: ;
	margin-bottom:
}
#search-wrap {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	padding: 0;
	background: 0;
	height: 25px;
	clear: both;
	width: 600px;
	position: relative;
	display: block
}

.searchInput {
	width: 210px;
	padding: 0 10px 0 10px;
	height: 30px;
	line-height: 15px;
	position: relative;
	float: left;
	opacity: .9;
	color: #707070
}

.cat {
	float: left;
	text-align: left;
	margin-top: -5px
}
.cat h3 {
	color: #464646;
	text-shadow: 6px
}
.cat {
	font-size: 11px;
	color: #474a4d;
	font-family: 'gotham_bookregular', , Arial, sans-serif;
	text-shadow: yes;
	box-shadow: 2px
}
.cat ul {
	margin-left: -5px;
	margin-top: 3px
}
.cat li {
	float: left;
	display: block;
	padding: 0 5px 0 5px;
	color: #8994a1
}
.cat li a {
	color: #6b7683
}
.cat li a:hover {
	text-decoration: underline
}
#main {
	width: 100%;
	margin: padding: 0;
	display: block;
	background: #fdfdfd url(../images/shadow-main.png) top repeat-x;
	position: relative;
	padding: 1px 0 0;
	border-radius: 0
}
.main-wrap {
	width: 920px;
	margin: 30px;
	padding: 0px;
	position:inherit;
	z-index: 103;
}
p.subtitle {
	font-size: 14px;
	font-family: 'gotham_bookregular', Arial, sans-serif;
	margin-top: px !important;
	position: relative;
	clear: none !important;
	padding: 0 0 10px 0
}
.frame {
	background: #efefef;
	border: #eee 1px solid;
	border-bottom: #eee solid 2px !important;
	box-shadow: inset 0 0 0 1px #fff;
	display: block;
	padding: 20px;
	width: 100%;
	margin-right: 30px
}
.iconbox {
	padding: 0;
	margin: 0
}
.iconbox_icon {
	float: left;
	padding: 0 5px 0 0
}
.iconbox_content {
	overflow: visible;
	line-height: 15px
}
.iconbox_content p {
	font-size: 14px;
	color: gray
}
.iconbox_content_title {
	border: medium none;
	padding: 5px 0 8px;
	position: relative;
	margin: 2px;
	font-size: 17px
}
.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: .8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../img/tipsy.html)
}

.histo {
	width: 900px;
	position: relative;
	padding: 10px 0 10px 0;
	color: #343232;
	border: 1px gray solid;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px gray inset;
	border: 1px #bafbfd solid;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px gray outset;
	height: 145px;
}

.small-box{
	width: 100%;
    height: 180px;
	color: #343232;
	overflow-y: scroll;
}


.histo p {
	text-align: center;
	font: 21px/21px'caecilia_lightregular', Arial, sans-serif;
	left: 0;
	margin-left: 0;
	padding-left: 0;
	position: relative
}
.separator {
	width: 900px;
	padding: 0;
	margin: 0;
	position: relative
}
.separator h4 {
	float: left;
	padding: 0 11px 0 0;
	color: #585353;
	text-shadow: yes;
	font: 25px/25px'gotham_bookregular', Arial, sans-serif;
	background: #fefefe;
}
.sep_line {
	overflow: hidden;
	display: inline;
	padding: 13px 0 0 0;
	left: 0;
	border-bottom: 1px dashed #c0cfea;
	width: 100%;
	position: absolute;
	z-index: -1
}
.sep_lines {
	margin: 0;
	border-bottom: 1px dashed #d9d9d9;
	width: 900px
}
.sep_full_top {
	margin: 0;
	border-bottom: 1px dashed #fdfdfd;
	width: 100%;
	padding-top: 5px
}
.sep_full_bottom {
	margin: 0;
	border-top: 1px dashed #fdfdfd;
	width: 100%;
	padding-bottom: 5px
}
.dash-line {
	height: 1px;
	width: 100%;
	border-bottom:1px dotted #e4e9f0;
	position: relative;
	clear: both;
	margin-bottom: 25px;
	padding-top: 25px
}
.type-dash-line {
	height: 1px;
	width: 100%;
	border-bottom:1px dotted #e4e9f0;
	clear: both;
	margin: 10px 0 15px 0
}
.buttonPro {
	display: inline-block;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	font: bold 12px/1em Arial, sans-serif;
	padding: 10px 13px;
	color: #858493;
	!important;
	text-shadow: 0 1px 0 #fff;
	background: ;
	background: -moz-linear-gradient(top, #ebebeb 0, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #ebebeb 0, #e1e1e1 100%);
	background: -o-linear-gradient(top, #ebebeb 0, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #ebebeb 0, #e1e1e1 100%);
	background: linear-gradient(top, #ebebeb 0, #e1e1e1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e1e1e1', GradientType=0);
	border-bottom: solid 1px #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px #eaeaea, inset 0 1px 0 #fdfdfd;
	-moz-box-shadow: 0 0 3px #eaeaea, inset 0 1px 0 #fdfdfd;
	box-shadow: 0 0 3px #eaeaea, inset 0 1px 0 #fdfdfd
}
.buttonPro:hover {
	position: relative;
	background: cursor: pointer
}
.buttonPro:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.buttonPro.gray {
	background: #5ecccc;
	background: -moz-linear-gradient(top, #9dcad4 0, #9dd9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9dcad4), color-stop(100%, #9dcad4));
	background: -webkit-linear-gradient(top, #9dcad4 0, #9dcad4 100%);
	background: -o-linear-gradient(top, #9dcad4 0, #9dcad4 100%);
	background: -ms-linear-gradient(top, #9dcad4 0, #9dcad4 100%);
	background: linear-gradient(top, #9dcad4 0, #9dcad4 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c6cfd1', endColorstr='#9dcad4', GradientType=0);
	color: #393737;
	!important;
	text-shadow: 0 1px 0 #464444
}
.buttonPro.gray:hover {
	background: #5ed3d3 !important
}

.row {
	margin-top: 20px
}
.texterotatif-wrap {
	width: 100%;
	margin: 10 auto;
	padding: 0;
	background: #e8e8e8;
	overflow: hidden;
	border-radius: 4px;
	position:relative;
	clear: both
}
.texterotatif {
	width: 900px;
	padding: 4px 12 4px 4px;
	margin-top: 2px;
	overflow: hidden;
	border-radius: 4px
}
.texterotatif p {
	vertical-align:text-top;
	font-family:"CaeciliaLTStd-Light"; 
	font-size: 19px;
	color: #535151;
	font-style: oblique;
	text-align:center;
	line-height: 20px
}
.produits {
	position: relative;
	width: 100%
}
.produits li {
	float: left;
	position: relative
}
.produits a.buttonPro {
	margin-top: 20px
}
.category-title {
	position: relative;
	width: 775px
}
.category-title a {
	display: inline-block;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	font: bold 12px/1em Arial, sans-serif;
	padding: 10px 13px;
	color: #a7a7a7;
	!important;
	text-shadow: 2 1px 2 #fff;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(100%, #e9e9e9));
	background: -webkit-linear-gradient(top, #f1f1f1 0, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f1f1f1 0, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0, #e9e9e9 100%);
	background: linear-gradient(top, #f1f1f1 0, #e9e9e9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e9e9e9', GradientType=0);
	border-bottom: solid 1px #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px #eaeaea, inset 0 1px 0 #fdfdfd;
	-moz-box-shadow: 0 0 3px #eaeaea, inset 0 1px 0 #fdfdfd;
	box-shadow: 0 0 3px #eaeaea, inset 0 1px 0 #fdfdfd
}
.category-title a:hover {
	position: relative;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#e9e9e9)) !important;
	background: -moz-linear-gradient(top, #e7e7e7, #e9e9e9) !important;
	cursor: pointer
}
.category-title a:active {
	background: #efefef;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

#footer {
	width: %;
	margin: 0;
	padding: 0
}
.footer-wrap {
	width: 230px;
	padding: 0px;
	margin: 0 auto;
	min-height: 0;
	vertical-align:text-bottom;
	border-bottom: 0 dashed #fdfdfd
}

#footer a:hover {
	text-decoration: none;
	color: #fdfdfd
}

#produits {
	width: 100%;
	padding: 25px 0 20px 0
}
#produits img {
	margin-right: 7px;
	margin-bottom: 7px;
	width: 50px;
	height: 50px
}
#produits img a,
#produits img a:hover {
	text-decoration: none;
	outline: 0
}
#twitter {
	width: 100%;
	padding: 20px 0 20px 0;
	color: #031835
}

#about-us {
	width: 100%;
	padding: 20px 0 20px 0
}
#about-us img {
	margin-bottom: -3px;
	position: relative
}
.socialNav li {
	float:left;
	margin-right: 9px;
	margin-left: 12px;
	line-height: 10px;
	width: 30px
}
input,
textarea {
	width: 300px;
	background: #fdfdfd;
	border: 1px solid #b5b2b2;
	padding: 10px;
	margin-top: 3px;
	font-size: .9em;
	color: #141414;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
#submit {
	width: 70px;
	height: 33px;
	background: ;
	border: 0;
	margin-top: 20px;
	cursor: pointer
}
#contactWrap {
	width: 100%;
	padding: 20px 0 20px 0
}
.nameInput,
.emailInput,
.webInput {
	width: 75%;
	height: 28px;
	margin-bottom: 10px;
	padding-left: 12px;
	color: #343333
}
.messageInput {
	font-family: gotham_bookregular, Arial, sans-serif;
	font-size: 18px;
	width: 90%;
	height: 100px;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-left: 12px;
	color: #3e3c3c
}
label {
	display: block;
	margin-bottom: 4px;
	color: #1a1919;
	font-size: 11px
}
.nameInput:focus,
.emailInput:focus,
.webInput:focus,
.messageInput:focus {
	outline: 0;
	color: #666
}
.post-footer {
	width: 100%;
	margin: 0;
	padding: 0
}
.post-footer a {
	text-decoration: none;
	color: #575252 !important;
	margin-left: 10px
}
.post-footer a:hover {
	color: #fdfdfd !important
}
.post-footer-wrap {
	overflow:auto;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	width: 900px;
	color: #fdfdfd !important
}
.post-footer-wrap p {
	color: #4b4949 !important
}
.fullWidth {
	float: left;
	width: 900px;
	clear: both
}
.firstTrioPart {
	float: left;
	width: 437px;
	margin-right: 26px
}
.firstTrio {
	float: left;
	width: 284px;
	margin-right: 24px
}
.secondTrio {
	float: left;
	width: 591px;
	margin-right: 25px
}
.thirdTrio {
	float: left;
	width: 207px;
	margin-right: 24px
}
.fourthTrio {
	float: left;
	width: 669px;
	margin-right: 24px
}
.fifthTrio {
	float: left;
	width: 164px;
	margin-right: 25px
}
.fifthTriotwo {
	float: left;
	width: 353px;
	margin-right: 25px
}
.outerThreeFifths {
	float: left;
	width: 542px;
	margin-right: 25px
}
.outerFourFifths {
	float: left;
	width: 731px;
	margin-right: 38px
}
.outerOneSixth {
	float: left;
	width: 132px;
	margin-right: 25px
}
.outerFiveSixths {
	float: left;
	width: 763px;
	margin-right: 25px
}
.secondRowFullWidth {
	float: left;
	width: 100%;
	clear: both
}
.secondRowOneHalf {
	float: left;
	width: 48%;
	margin-right: 4%
}
.secondRowOneThird {
	float: left;
	width: 30.4%;
	margin-right: 4%
}
.secondRowTwoThirds {
	float: left;
	width: 65.3334%;
	margin-right: 4%
}
.secondRowOneFourth {
	float: left;
	width: 22%;
	margin-right: 4%
}
.secondRowOneFourth-noMargin {
	float: left;
	width: 25%
}
.secondRowThreeFourths {
	float: left;
	width: 74%;
	margin-right: 4%
}
.secondRowOneFifth {
	float: left;
	width: 16.8%;
	margin-right: 4%
}
.secondRowTwoFifths {
	float: left;
	width: 38.4%;
	margin-right: 4%
}
.secondRowThreeFifths {
	float: left;
	width: 57.6%;
	margin-right: 4%
}
.secondRowFourFifths {
	float: left;
	width: 79.2%;
	margin-right: 4%
}
.secondRowOneSixth {
	float: left;
	width: 14%;
	margin-right: 3.2%
}
.secondRowFiveSixths {
	float: left;
	width: 82.8%;
	margin-right: 3.2%
}
.last {
	margin-right: 0 !important;
	clear: right
}
.imageWrap {
	line-height: 0;
	display: block;
	position: relative;
	margin-bottom: 20px;
	border-radius: 3px;
	background: url(../images/ajax-loader.png) center center no-repeat 
}
.imageHolder {
	margin-left: auto;
	margin-right: auto
}
.imageHolder,
.imageHolder img {
	line-height: 0;
	display: block
}
.preloader {
	background: #dedede !important
}
.shadowHolder img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 100%;
	margin-top: -20px;
	margin-bottom: 0
}
.shadowHolderflat img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 100%
}
.imageWrap img {
	display: block;
	width: 100%;
	height:auto;
	border-radius: 3px;
}

.fonc {
	height: 21px;
	vertical-align: middle;
	display: inline;
	padding-left: 22px;
	background-repeat: no-repeat
}

.chrome {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f7f7f7 0, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #f7f7f7 0, #efefef 100%);
	background: -o-linear-gradient(top, #f7f7f7 0, #efefef 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0, #efefef 100%);
	background: linear-gradient(top, #f7f7f7 0, #efefef 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#efefef', GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff
}

.module-img {
	position: relative;
	overflow: hidden
}
.image-holder {
	background: url(../images/ajax-loader.png) center center no-repeat;
	text-align: center;
	overflow: hidden
}
.image-holder .fade {
	display: block;
	background-color: #fff;
	overflow: hidden;
	width: 250px;
	height: 150px;
	top: 10px;
	left: 10px;
	position: absolute;
	z-index: 100;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0)
}
.imageWrap a span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url(../images/overlay.png) repeat
}
.imageWrap a span span {
	float: left;
	width: 100%;
	height: 100%;
	background: transparent url(../images/mg.png) center center no-repeat;
	box-shadow: 0 0 8px #81e088, 0 0 8px #81e088
}

img.hover {
	position: absolute;
	top: 11px;
	left: 11px;
	z-index: 100;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0)
}
#toTop {
	display: yes;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 80px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/totop.png) no-repeat left top;
}
#toTopHover {
	background: url(../images/totop.png) no-repeat left -42px;
	width: 45px;
	height: 52px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
	outline: none;
}
.backToDash {
	text-align: center;
	margin: 10px
}
#map {
	widt: 591px;
	height: 300px
}
video {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 10px;
	border-radius: 20px;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}
video,
#start,
#stop,
#pause,
#plus,
#minus,
#mute {
	background-color: #fcc;
	background-image: linear-gradient(top, #fff, #fcc);
	background-image: -moz-linear-gradient(top, #fff, #fcc);
	background-image: -webkit-linear-gradient(top, #fff, #fcc);
	background-image: -o-linear-gradient(top, #fff, #fcc);
	background-image: -ms-linear-gradient(top, #fff, #fcc)
}
video,
#start,
#stop,
#pause,
#plus,
#minus,
#mute {
	box-shadow: 0 0 10px #ccc
}
video:hover,
video:focus,
#start:hover,
#stop:hover,
#pause:hover,
#plus:hover,
#minus:hover,
#mute:hover {
	box-shadow: 0 0 20px #f88
}
#controls {
	display: none;
	margin: 10px 30px
}
#start,
#stop,
#pause,
#plus,
#minus,
#mute {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 10px;
	width: 60px;
	margin: 0 10px 0 0
}
body {
	-webkit-transition: background-color 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out;
	-ms-transition: background-color 1s ease-in-out;
	transition: background-color 1s ease-in-out;
	background-color: #fff
}

.modalDialog {
	position: fixed;
	font-family: 'Oleo Script', cursive;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events:none;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto
}
.modalDialog > div {
	width: 360px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	-moz-border-radius:10px;
	background: -moz-linear-gradient(#fff, #999);
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999)
}
.close {
	background: #606061;
	color: #fff;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000
}
.close:hover {
	background: #00d9ff
}
###.subscribe {
	margin: 0 auto;
	padding: 20px;
	width: 330px;
	background: rgba(255,255,255,.5);
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}
##.subscribe-pitch {
	padding-left: 100px;
	background: rgba(255,255,255,.5);
}
.subscribe-pitch>h3 {
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: bold;
	color: #464444;
	text-transform: uppercase
}
.subscribe-pitch>p {
	line-height: 29px;
	color: #484848
}
.subscribe-form {
	position: relative;
	margin: 70px -20px -20px;
	padding: 60px;
	background: #f2f2f2;
	border-top: 5px solid #f2f2f2;
	border-radius: 0 0 6px 6px;
	background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
	background-image: -moz-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
	background-image: -o-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
	background-image: linear-gradient(to bottom, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
	-webkit-box-shadow: inset 0 1px white;
	box-shadow: inset 0 1px white
}
.subscribe-input {
	padding: 12 10px;
	width: 95%;
	height: 14px;
	font-family: 'gotham_bookregular', cursive;
	font-size: 15px;
	color: #444;
	background: #fefefe;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #999 #aaa #aaa;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8
}
.subscribe-input:focus {
	outline: 0
}
.subscribe-submit {
	display: block;
	position: absolute;
	top: 110px;
	right: 14px;
	padding-left: 23px;
	height: 28px;
	width: 49px;
	background: linear-gradient(to bottom, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
	border: 1px solid;
	border-color: #4c9d50 #4c9d50 #4c9d50 #55af5a;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background-image: -webkit-linear-gradient(top, #84f087, #4cd94a);
	background-image: -moz-linear-gradient(top, #84f087, #4cd94a);
	background-image: -o-linear-gradient(top, #84f087, #4cd94a);
	background-image: linear-gradient(to bottom, #84f087, #4cd94a);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4)
}
.subscribe-submit:active {
	background: #4cdf4d;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}
.subscribe-submit:before {
	content: '';
	display: block;
	margin-top: 0px;
	width: 29px;
	height: 29px;
	background: url("../img/tick.png") 
}
.lt-ie9 .subscribe-input {
	line-height: 120px
}

*------------BOX MODEL*/.curl-bottom-right {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.curl-bottom-right:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	bottom: 0;
	right: 0;
	background: white;
	background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width, height;
	transition-property: width, height
}
.curl-bottom-right:hover:before,
.curl-bottom-right:focus:before,
.curl-bottom-right:active:before {
	width: 25px;
	height: 25px
}
.curl-bottom-left {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.curl-bottom-left:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	bottom: 0;
	left: 0;
	background: white;
	background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width, height;
	transition-property: width, height
}
.curl-bottom-left:hover:before,
.curl-bottom-left:focus:before,
.curl-bottom-left:active:before {
	width: 25px;
	height: 25px
}

#boxscroll {
	padding: 40px;
	height: 220px;
	width: 300px;
	border: 2px solid #00F;
	overflow: auto;
  margin-bottom:20px;
}
#boxscroll2 {
	padding: 40px;
	height: 120px;
	width: 730px;
	border: 2px solid #F00;
	overflow: auto;
}
#boxscroll3 {
	overflow: hidden;
}
#boxframe {
	position:absolute;
	top:28px;
	left:420px;
	width:400px;
	height:300px;
	overflow:auto;
	border: 2px solid #0F0;
}
#boxscroll4 {
	height: 300px;
	margin-top: 40px;
	background-color: #00FF66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 20px;
	color: #006633;
	overflow: auto;
}
</style>