@import "reset.css";
@import "typography.css";



/* Layout & Colours*/
body{
	background:#c42c30;
}
img{
	border: none;
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited{
	color: #c42c30;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#header{
	width: 980px;
	height: 147px;
	margin: auto;
	position: relative;
	padding-top: 1px;
}
#header-logo{
	display: block;
	width: 213px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#banner-wrapper{
	background:#c42c30;
}
#banner{
	background:#c42c30 url(../images/brown-bar-bg.gif) center top repeat-x;
	width: 980px;
	margin:0 auto;
	padding: 8px 0 0 0;
	line-height:0; /*prevents white space @ bottom of div */
}
#content-wrapper{
	background: url(../images/content-bg.gif);
	border-bottom: 1px dashed #ffffff;
}
#content{
	width: 980px;
	margin: auto;
	padding: 30px 0 30px 0;
}
#content-left{
	width: 620px;
	float: left;	
}
.box-top, 
.box-top-dark,
.box-bottom,
.box-bottom-dark{
	overflow: hidden; /*Fixes ie6 minimum hwight of divs*/
}
#content-left .box-top{
	background: url(../images/box-top.png);
	height: 8px;
}
.home #content-left .box-top{
	margin: 20px 0 0 0;
}
#content-left .box-middle{
	background: white url(../images/box-middle.gif);
	padding: 10px 41px 10px 20px;
	margin: 0;
}
#content-left .box-bottom{
	background: url(../images/box-bottom.png);
	height: 8px;
}
#content-right{
	width: 310px;
	float: right;
}
.home #content-right{
	margin: 88px 0 0 0;
}
#content-right .box-top{
	background: url(../images/right-box-top.png);
	height: 8px;
}
#content-right .box-middle{
	background: url(../images/right-box-middle.gif) white;
	padding: 5px 42px 5px 15px;
	color: #c42c30;
}
#content-right .box-bottom{
	background: url(../images/right-box-bottom.png);
	height: 8px;
	margin: 0 0 15px 0;
}
#content-right .box-top-dark{
	background: url(../images/right-box-top-dark.png);
	height: 8px;
}
#content-right .box-middle-dark{
	background: url(../images/right-box-middle-dark.gif) #e1dcd6;
	padding: 5px 15px 5px 15px;
	color: #ffffff;
}
#content-right .box-bottom-dark{
	background: url(../images/right-box-bottom-dark.png);
	height: 8px;
	margin: 0 0 15px 0;
}
#content-right .box-middle-dark a{
	color: #ffffff;
}
#content-right .box-middle-dark h2{
	border-bottom: 1px dashed #ffffff;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
}
#content-right h2{
	padding: 0 0 6px 0;
	margin: 0;
}
#content-right p,
#content-right li{
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
}
#content-right li{
	list-style-image: url(../images/list-icon.gif);
	margin: 0 0 10px 17px;
}
#content-right ul{
	padding: 0;
	margin: 0;
}
#content-right .section-links,
#content-right .section-links a{
	font-size: 15px;
	color: #ffffff;
}
#content-right .section-links .selected a{
	color: #ccbfaf;
	text-decoration: none;
}
#content-right .section-links li{
	list-style-image: none;
	padding: 0 0 15px 26px;
	margin: 0;
	background: url(../images/list-icon-circle.gif) no-repeat;
}
#content-right .section-links li.selected{
	background: url(../images/list-icon-circle-selected.gif) no-repeat;
}
#content-right .section-links h2{
	border: none;
	padding: 5px 0 15px 0;
	font-size: 16px;
}
#content-right  .section-links{
	padding: 0 12px 0 12px;
	margin: 0 0 25px 0;
}
a.boutique-icon{
	display: block;
	float: left;
	padding: 5px 0 15px 10px;
}
.news #content-left .box-middle table{
	margin: 20px 0 20px 0;
}
.news #content-left .box-middle table td,
.red-papers #content-left .box-middle table td,
table.red-papers td{
	padding: 10px;
	border-left: none;
	border-right: none;
	width: auto;
}

/*Footer*/
#footer-wrapper{
	background: white;
}
#footer{
	width: 980px;
	margin: auto;
	padding: 15px 0 15px 0;
	font-size: 10px;
	color: #c42c30;
	line-height: 14px;
}
#footer p{
	font-size: 10.5px;
	line-height: 15px;
	letter-spacing: -0.1px;
}
#footer a{
	color: #c42c30;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}
#footer-left{
	float: left;
	width: 170px;
}
#footer-right{
	float: right;
	width: 240px;
	text-align: right;
}
#footer-center{
	float: left;
	width: 560px;
	text-align: center;
}
#content .design{
	color: #ffffff;
}
#content p.design{
	line-height: 18px;
	margin: 0 0 8px 8px;
}
#content h1.design{
	font-weight: normal;
	font-size: 28px;
	margin: 0 0 8px 8px;
}
img.middle{
	vertical-align: middle;
}

/* Top Nav Menu */
#header-menu{
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}
#header-menu li{
	float: left;
	display: block;
	border-right: solid #ffffff 1px;
	margin: 0px;
	list-style: none;
	padding: 0;
	line-height: 13px;
	font-size: 13px;
	position: relative;
	padding: 3px 12px 5px 12px;
	font-size: 13px;
	color: white;
}
#header-menu li.menu-last{
	border-right: none;
}
#header-menu li.selected,
#header-menu li.selected a{
	background: #9d8c78;
}
#header-menu a{
	color: white;
	display: block;
	text-decoration: none;
}
#header-menu a:hover,
#header-menu li:hover,
#header-menu li.sfhover{
	background: #9d8c78;
}
#header-menu li ul{
	display: none;
	list-style-image: none;
}
#header-menu li:hover ul,
#header-menu li.sfhover ul{
	display: block;
	position: absolute;
	top: 21px;
	left: 0px;
	background: #9d8c78;
	padding: 8px 0 0 0;
	width: 210px;
	list-style-image: none;
}
#header-menu li ul li{
	display: block;
	float: left;
	width: 210px;
	border: none;
	padding: 0;
	list-style-image: none;
	line-height: 16px;
}
#header-menu li ul li a{
	padding: 6px;
	margin: 0px;
	display: block;
}
#header-menu li ul li a:hover,
#header-menu li ul li.selected a{
	background: #7a6d5d;
	color: #fff;
}

/*Forms*/
#header-search{
	margin: 124px 0 0 300px;
	width: 129px;
	height: 21px;
	padding: 0;
	background: url(../images/header-search2.png) transparent no-repeat;
}
#header-search div{
	width: 129px;
	height: 19px;
	padding: 0;
	margin: 0;
}
#header-search-submit{
	text-indent: -9000px;
	border: none;
	background: transparent;
	width: 22px;
	height: 19px;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	font-size: 0;
	display:block;
	line-height: 0;
}
#header-search #search-box{
	width: 102px;
	height: 15px;
	border: 0px solid white;
	background: transparent;
	font-size: 13px;
	margin: 2px 0 0 0;
	padding: 0 0px 0 4px;
	display: block;
	float: left;
	color: #9d8c78;
}
/* Form Styles */
form{
	margin: 20px 0 20px 0;
	padding: 15px;
	background: #efeeea;
}
form .required{
	color: #c52c2f;
	font-weight: normal;
	font-size:11px;
	padding:6px 0 6px 20px;
	background:url(/assets/Uploads/alert.png) left center no-repeat;
}
label{
	display: block;
	font-size: 12px;
	padding: 0 0 5px 2px;
	font-weight: bold;
}
form div{
	padding: 0 0 10px 0;
}

/*Red Papers Form*/
form#Form_RedPaperForm{
	float:right;
	width:172px;
}

input.submit, input#Form_RedPaperForm_action_handleForm{
	width: 81px;
	height: 27px;
	background: url(../images/submit.gif) no-repeat #efeeea;
	border: none;
	text-indent: -9000px;
	vertical-align: middle;
	margin: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	display: block;
}

input#Form_RedPaperForm_action_handleForm{
	float:right;
}

input{
	width: 164px;
	height: 18px;
	padding: 2px 4px 2px 4px;
	border: none;
	background: url(../images/input.gif) no-repeat right bottom;
	color: #333;
}
input.clear-button{
	border: none;
	padding: 0;
	width: 63px;
	height: 27px;
	background: url(../images/button-clear.gif);
	vertical-align: middle;
	margin: 0;
}

/* WYSIWG Editor styles */

form#MemberLoginForm_LoginForm{
	background:none;
}

input#MemberLoginForm_LoginForm_action_dologin{
	width:80px;
	height:25px;
	color:#fff;
	font-weight:bold;
	background:url(/assets/Uploads/button-red.png) center center no-repeat #C42C30;
}

p#MemberLoginForm_LoginForm_error{
	padding:0 0 20px 20px;
	margin:0;
	color:#C42C30;
	background:url(/assets/Uploads/alert.png) 0px 4px no-repeat;
}

input#MemberLoginForm_LoginForm_Remember{
	float:left;
	background:auto;
	height:auto;
	width:auto;
	padding:0;
}

input#MemberLoginForm_LostPasswordForm_action_forgotPassword{
	background:#C42C30;
	height:auto;
	width:auto;
	color:#fff;
	font-weight:bold;
}

p#ForgotPassword{
	padding:10px 0;
}


/* Clear */
.clear{
	clear: both;
    height: 1px;
   	overflow: hidden;
}