/*	border: 1px solid red;*/

body, p, h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", "MS Trebuchet", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

body {
	border-top: 6px solid #b53c25;
	border-bottom: 6px solid #b53c25;
	background-color: white;
	color: black;
}

a, span.link {
	color: #2dafce;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #2dafce;
	text-decoration: none;
}

a.red, span.red_link {
	color: #c1272d;
	cursor: pointer;
}

a.grey, span.link_grey {
	color: #999;
	cursor: pointer;
}

span.red {
	color: #c1272d;
}

.right {
	text-align: right;
}

.right_f {
	float: right;
}

.left_f {
	float: left;
}

.center {
	text-align: center;
}


img {
	border: 0;
}

div#userinfo {
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	width: 119px;
	height: 53px;
	padding: 6px 16px 0;
	
	position: absolute;
	top: 0;
	right: 36px;
	background: url('/img/login-bg.png') no-repeat;
}

div#main {
	background: url('/img/rightbar-bg.png') repeat-y right;
	background-position: right -6px;
}



div#content {
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
}

div#content h2 {
	font-size: 14px;
}

div#content p, div#content ol, div#content ul {
	font-weight: normal;
}


div#full_height {
	height: 850px;
	width: 1px;
	float: left;
}

div#rightbar {
	color: white;

	float: right;
	width: 268px;
	margin-right: 15px;
	padding: 0 25px;
}

div#rightbar h1 {
	height: 102px;
	padding: 21px 12px 0;
	border-top: 3px solid #069;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}

div#rightbar h2, div#content h2 {
	padding: 5px 12px 7px;
	margin-bottom: 5px;
	border-top: 3px solid #b50f15;
	border-bottom: 1px dotted #b50f15;
}

div#rightbar h2.blue {
	border-top: 3px solid #069;
	border-bottom: 0;
}

div#rightbar div {
	padding: 0 12px;
	margin-bottom: 10px;
	line-height: 22px;
}

div#rightbar div span.s21 {
	font-size: 21px;
}

div#rightbar div span.s18 {
	font-size: 18px;
	font-weight: normal;
}

div#rightbar div span.s15 {
	font-size: 15px;
}

div#rightbar div#top-links {
	font-size: 11px;
	color: #888;
	height: 36px;
	padding: 20px 0 0;
	margin: 0;
	line-height: 16px;
}

div#search {
	line-height: 25px;
	height: 122px;
	padding-top: 60px;
	white-space: nowrap;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 400px;
	background: url('/img/canada-made.png') no-repeat 0 0;
}

div#search form div {
	text-align: center;
	padding-left: 145px;
}

a.logo {
	display: block;
	position: absolute;
	margin-left: 18px;
	margin-top: -30px;
	float: left;
	width: 127px;
	height: 127px;
}



div.item {
	width: 150px;
	height: 125px;
	border: 1px solid #dfe4e7;
	margin-left: 12px;
	margin-top: 12px;
	float: left;
}

div.item div.img {
	border-bottom: 1px solid #dfe4e7;
	width: 150px;
	height: 100px;
}

div.item div.img img {
	width: 150px;
	height: 100px;
}

div.item div.title {
	overflow: hidden;
	line-height: 22px;
	font-size: 11px;
	padding-left: 7px;
	height: 24px;
}

div.item div.title a {
	color: black;
}


div.pad_content {
	padding: 10px;
}


div#footer {
	font-size: 11px;
	text-align: center;
	color: #999;
	padding: 50px 0 10px;
	clear: both;
}

input.main-search {
	width: 100%;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	border: 1px solid #069;
	padding: 4px 4px 0;
	min-width: 150px;
}

input.blue-button {
	margin-top: 15px;
	border: 1px solid #069;
	border-left: 0px;
	border-right: 0px;
	background-color: #2dafce;
	height: 26px;
	padding-bottom: 2px;

	color: white;
	font-family: "Trebuchet MS", "MS Trebuchet", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

input.text, textarea.text {
	font-family: Arial, sans-serif;
	border: 1px solid #c3c3c3;
	font-size: 12px;
}

input.t300 {
	width: 300px;
}

textarea.t500 {
	width: 500px;
	height: 250px;
}

input.t450 {
	width: 450px;
	margin-bottom: 4px;
}

textarea.t450 {
	width: 450px;
	height: 250px;
	margin-bottom: 4px;
}

div.s_bottom_clear {
	width: 100%;
	overflow: hidden;
}

span.error {
	display: none;
	font-family: "Trebuchet MS", "MS Trebuchet", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 24px;
	background: #b00003 url('/img/error-bg.png') repeat-x;
	color: white;
}

span.error img {
	vertical-align: -9px
}
