html {
	height:100%;
}
body {
	margin:0;
	font:13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#ffcccc;
	min-height:100%;
	height:100%;
}
#page {
	width:1200px;
	margin:0 auto;
}
#page #header{
	width:100%;
	height:200px;
	background:#ffcccc;
	margin:0;
}
#header .logo-left-fr{
	width:200px;
	height:200px;
	background:url(../../img/frontend/logo.png) no-repeat 0 0;
	float:left;
}
#header .logo-left-en{
	width:200px;
	height:200px;
	background:url(../../img/frontend/logo_ca.png) no-repeat 0 0;
	float:left;
}
#header .logo-right-fr{
	width:200px;
	height:200px;
	background:url(../../img/frontend/logo_ca_r.png) no-repeat 0 0;
	float:right;
}
#header .logo-right-en{
	width:200px;
	height:200px;
	background:url(../../img/frontend/logo_us.png) no-repeat 0 0;
	float:right;
}
#header h2{
	width:500px;
	height:50px;
	text-align:right;
	font-size:38pt;
	font-weight:bold;
	font-style:italic;
	margin:0;
	float:left;
	margin-top:25px;
	margin-left:75px;
	font-family:Times;
	display:block;
}
#header h2 em{
	color:#ea1b1b;
}
#header span{
	width:650px;
	height:90px;
	float:left;
	text-align:center;
	color:#ea1b1b;
	margin-top:15px;
	font-size:12pt;
	margin-left:50px;
}
#top-menu{
	position:absolute;
	top:185px;
	height:30px;
	width:1200px;
	overflow:hidden;
}
#top-menu ul{
	margin:0 auto;
	overflow:hidden;
	list-style:none;
	border:1px solid #ded8d1;
	height:30px;
	background:#ea1b1b;
	padding:0;
}
#top-menu ul li{
	float:left;
	display:inline;
	width:130px;
	line-height:25px;
	text-align:center;
	border-right:1px solid #ded8d1;
	font-family:Times;
	font-style:italic;
	font-size:14pt;
}
#top-menu ul li.last{
	border:none;
}
#top-menu ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#main {
	width:100%;
	border:1px solid #eb8383;
	background-color:#f5e7e3;
	padding-top:30px;
}
#main h3{
	color:#ea1b1b;
	font-weight:bold;
	font-size:24pt;
	text-align:center;
	font-style:italic;
	font-family:Times;
}
#main .text{
	width:1150px;
	overflow:hidden;
	padding:20px;
	font-size:16px;
	text-align:justify;
	color:#6d7580;
	margin:0;
}

.flexible{
	width:100% !important;
}

#main .text a{
	color:#e24040;
}

#main .text p{
}
#main .text img{
	margin:0;
	padding:0;
}

.footer {
	border:thin solid #ea1b1b;
	background-color:#ea1b1b;
	width:1160px;
	overflow:hidden;
	height:45px;
	padding:20px;
	padding-top:10px;
}

.footer p{
	font-size:12pt;
	color:white;
	font-family:Times;
	font-style:italic;
	
	margin-left:30px;
}
.footer a{
	color:white;
	text-decoration:underline;
	font-weight:bold;
}

/* Catalog addons */
#main .search {
	border:none;
	font-weight:bold;
	padding:0;
	margin:0;
	width:600px;
	overflow:hidden;
}

#main .search label{
	float:left;
	padding-right:10px;
}

#main .search .ibox{
	background:url(../../img/frontend/bg-input.jpg) no-repeat 0 0;
	float:left;
	width:33px;
	height:26px;
	padding:2px 0 0 7px;
}
* html #main .search .ibox{
	padding-top:1px;
}
#main .search .itext{
	color:#6d7580;
	font:bold 15px Trebuchet MS, Arial, Helvetica, sans-serif;
	border:0px;
	width:20px;
}
.searchform{
	margin:0 auto;
	width:600px;
}
.searchform .button{
	background-color:#eb8383;
	height:25px;
}
#main .search .btn{
	float:left;
}

#main .pagination{
	width:1200px;
	font-size:13px;
	text-align:center;
	color:#e24040;
}
#main .girl{
	width:1000px;
	font-size:12px;
	overflow:hidden;
	margin-left:100px;
}
#main .girl strong,
#main .girl span,
#main .girl a{
	font-weight:bold;
	font-size:13px;
}
#main .text .girl span{
	color:#e24040;
}
#main .text .girl .left{
	float:left;
	width: 158px;
	text-align:center;
}
#main .text .girl .left .photo{
	border:1px solid #eb8383;
	text-align:center;
	width: 158px;
	height: 138px;
	padding: 10px 0 10px 0;
	background:url(../../img/frontend/bg-photo.jpg) no-repeat 0 0;
}

#main .text .girl .left .send-message img{
	vertical-align:-1px;
}
#main .text .girl .left .send-message a{
	font-size:11px;
	font-weight:normal;
}
#main .text .girl .right{
	float:left;
	margin:0px 0 0 20px;
	width: 800px;
}

#main .text .line{
	width: 668px;
	height: 1px;
	display:block;
	margin:15px 0;
	background:url(../../img/frontend/line.gif) repeat-x 0 0;
}

.form{
	display:block;
	width:500px;
	margin:0 auto;
}
.form table{
	width:100%;
}
.form table tr td{
	vertical-align:top;
}
.form input, textarea, select{
	border:1px solid #eb8383;
}
.form input.button{
	background-color:#eb8383;
	height:25px;
	border:none;
}

/* Account styles */
#account{
	width:100%;
}
#account .photo{
	float:left;
	width:165px;
	text-align:center;
	overflow:hidden;
	line-height:30px;
	font-size:12px;
}
#account .photo .image{
	height:197px;
	width:165px;
	overflow:hidden;
	position:relative;
	display:table;
	background:url(../../img/frontend/bg-photo.jpg);
}
#account .photo .image span{
	vertical-align:middle;
	display:table-cell;
}
#account .photo .image img{
	margin:0 auto;
}
#main #account .text{
	float:right;
	width:500px;
	margin:0;
	padding:0;
}
#main #account .text .menu{
	float:right;
}
#main #account .text .change{
	font-size:10pt;
}
.account-links {
	float:right;
	margin-top:-40px;
	margin-right:-35px;
	overflow:hidden;
	height:25px;
	width:450px;
	background:#fffbf7;
	border:thin solid #dedbd6;
}
.account-links a{
	font-size:16px;
	margin-left:10px;
}
.user-bottom {
	width:100%;
	display:block;
	overflow:hidden;
	float:left;
}
.msg table{
	border-collapse:collapse;
}
.msg table tr{
	border-bottom:thin solid #6D7580;
}
.msg table tr td{
	padding:5px;
}
.replenishment li{
	list-style-type:none;
}
.replenishment li.first{
	width:100%;
}
.replenishment li.second{
	width:100%;
	vertical-align:middle;
	font-weight:bold;
}
.replenishment li.second div{
	width:50px;
	float:left;
	margin:0;
}
.replenishment div{
	margin-left:200px;
}
.uplphoto{
	text-align:center;
}
.uplphoto div{
	margin-top:15px;
}
.registration{
	text-align:justify;
}
.registration li{
	list-style:none;
	margin:5px;
}
.registration div{
	text-align:center;
}
label.free{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:39px;
	height:20px;
	background:url(../../img/frontend/text-free.gif);
}
label.silver{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:48px;
	height:20px;
	background:url(../../img/frontend/text-silver.gif); 
}
label.gold{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:40px;
	height:20px;
	background:url(../../img/frontend/text-gold.gif);
}
label.platinum{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:71px;
	height:21px;
	background:url(../../img/frontend/text-platinum.gif);
}
form.change-membership dl{
	margin:10px 0 0 15px;
	padding:0;
	width:100%;
	overflow:hidden;
}
form.change-membership dt{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
form.change-membership dd{
	margin:0;
	padding:0 0 20px 0;
	width:100%;
	overflow:hidden;
}
form.change-membership dt input{
	float:left;
	margin:3px 10px 0 0;
	width:14px;
	height:15px;
}
form.change-membership .submit{
	width:100%;
	text-align:center;
}
.message-view .title{
	font-weight:bold;
}
.search-result{
	margin:0 0 14px 0;
	width:667px;
	overflow:hidden;
	float:left;
}
.search-result div{
	width:150px;
	float:left;
	text-align:center;
	margin-left:15px;
}
.search-result div img{
	margin:0 auto;
}
.restore_pass{
	color:#F7F5F3;
	font-weight:bold;
	text-decoration:underline;
}
.photolist{
	border-top:1px solid #ded8d1;
	margin-top:50px;
}
.photolist ul li{
	width:100%;
	color:white;
	font-size:14px;
	list-style-type:none;
	margin:0;
	text-align:left;
}
.photolist ul li img{
	border:none;
}
ul.lang{
	margin:10px;
	padding:0;
	list-style:none;
	float:right;
}
ul.lang li{
	float:left;
	margin:0 0 0 5px;
	display:inline;
}
ul.lang a{
	background-image:url(../../img/frontend/lang.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	width:23px;
	height:24px;
	display:block;
}
ul.lang a.en{background-position:0 0;}
ul.lang a.fr{background-position:-46px 0;}
.contact-right{
	width:250px;
	height:60px;
	overflow:hidden;
	border:none;
	float:right;
	margin-right:-40px;
	color:#ea1b1b;
	margin-top:-60px;
}
.contact-left{
	width:250px;
	height:60px;
	margin-left:-40px;
	overflow:hidden;
	border:none;
	float:left;
	color:#ea1b1b;
	margin-top:-60px;
}
