/****************************************************************************************************
/****************************************************************************************************
**	GENERAL STYLING
*/

/* 
**	TAG specific
*/
body {
	padding		: 0px;
	margin		: 0px;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 13px;
	background	: url(images/body_bg.jpg);
	color		: #0E415A;
}

a {
	text-decoration: none;
	color		: #9C3D07;
}

a:hover {
	text-decoration: underline;
}

img {
	border		: none;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin		: 0px 0px 8px 0px;
}

form br {
	clear		: both;
}

fieldset {
	margin		: 0px;
	padding		: 20px;
	border		: 1px solid #CCC;
}

legend {
	margin		: 0px;
	padding		: 0px;
	font-size	: 1.1em;
	font-weight	: bold;
	color		: #9C3D07;
}

label {
	width		: 150px;
	margin		: 4px 5px 0px 0px;
	text-align	: right;
	display		: block;
	float		: left;
}

input,
select,
textarea {
	margin		: 0px 0px 5px 0px;
	padding		: 3px;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 0.9em;
}

input[type="text"],
input[type="password"],
textarea {
	width		: 210px;
}

textarea {
	height		: 120px;
}



/*
**	ID specific
*/
#page {
	background	: url(images/page_bg.jpg) repeat-x;
}

#header {
	width		: 960px;
	height		: 66px;
	margin		: 0px auto 0px auto;
	overflow	: hidden;
	background	: url(images/header_bg.jpg) repeat-x;
}

#header #title {
	width		: 242px;
	height		: 34px;
	padding		: 16px 16px 16px 20px;
	float		: left;
	font-size	: 2.0em;
	font-weight	: bold;
	color		: #FFF;
}

#main_menu{
	height		: 17px;
	padding		: 8px 20px 8px 8px;
	font-size	: 1.1em;
	font-weight	: bold;
	text-align	: right;
	margin		: 0px;
	list-style	: none;
}

#main_menu li {
	margin-left	: 10px;
	display		: inline;
	text-transform: lowercase;
}

#main_menu li a {
	color		: #FFF;
}

#main_menu li a:hover,
#main_menu li.on > a {
	color		: #6FB3C6;
}

#main_menu ul{
	display:none;
}

#account_menu {
	height		: 17px;
	padding		: 8px 20px 8px 8px;
	font-size	: 0.9em;
	text-align	: right;
	text-transform: lowercase;
	color		: #FFF;
}

#account_menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#account_menu li {
	margin-left	: 10px;
	display		: inline;
}

#account_menu ul li a {
	color		: #FFF;
}

#account_menu ul li a:hover,
#account_menu ul li.on > a {
	color		: #6FB3C6;
}

#body {
	width		: 920px;
	min-height	: 300px;
	margin		: 0px auto 0px auto;
	padding		: 20px;
	background	: #FFF;
}

#body a {
	text-decoration: underline;
}

#footer {
	width		: 920px;
	margin		: 0px auto 0px auto;
	padding		: 20px;
	font-size	: 0.85em;
	background	: #FFF;
	color 		: #444;
}

#footer_menu{
	padding		: 8px 20px 8px 8px;
	text-align	: right;
	margin		: 0px;
	list-style	: none;
	display:inline;
}

#footer_menu li {
	margin-left	: 10px;
	display		: inline;
	text-transform: lowercase;
}

#footer_menu li a {
	color		: #888;
}

#footer_menu li a:hover,
#footer_menu li.on > a {
	color		: #0E415A;
}

#footer_menu ul{
	display:none;
}
/*
**	CLASS specific
*/
.center {
	margin		: 0px auto 0px auto;
}

.right {
	float		: right;
}

.brown_content_box,
.white_content_box,
.blue_content_box {
	width		: 390px;
	height		: 220px;
	padding		: 15px;
	overflow	: hidden;
}

.brown_content_box h1,
.white_content_box h1,
.blue_content_box h1{
	font-size	: 1.2em;
	text-transform: lowercase;
}

.brown_content_box a,
.blue_content_box a {
	color		: #FFF;
}

.white_content_box a {
	color		: #9C3D07;
}

.brown_content_box,
.blue_content_box {
	background	: url(images/rounded_corner_dots.png) right bottom no-repeat;
	color		: #FFF;
}

.brown_content_box {
	background-color: #9C3D07;
}

.white_content_box {
	color		: #0E415A;
}

.blue_content_box {
	background-color: #0E415A;
}

div.errors {
	margin		: 0px 0px 10px 0px;
	padding		: 10px;
	border		: 1px solid #F00;
	color		: #F00;
}

div.success {
	margin		: 0px 0px 10px 0px;
	padding		: 10px;
	border		: 1px solid #090;
	color		: #090;
}

.required_field {
	font-weight	: bold;
}


.clearfix:after {
    content		: ".";
    display		: block;
    height		: 0;
    clear		: both;
    visibility	: hidden;
}

.news_found_in {
	border		: 1px solid #aaa;
	background	: #eee;
	padding		: 10px;
}

.news_buttons {
	border		: 1px solid #aaa;
	background	: #eee;
	padding		: 10px;
}

.comments_menu {
	padding		: 10px;
}

.comments_menu a img > a {
	margin		: 0px 10px 0px 0px;
}

/****************************************************************************************************
/****************************************************************************************************
**	HOME PAGE STYLING
*/

/* 
**	TAG specific
*/

/*
**	ID specific
*/
#left_column {
	width		: 480px;
	margin-right: 20px;
	float		: left;	
}

#right_column {
	width		: 420px;
	margin-top	: 35px;
	float		: left;
}

#news {
	width		: 480px;
}

#your_opinion_counts {
	width		: 920px;
	height		: 74px;
	margin-top	: 20px;
	float		: left;
}

#your_opinion_counts img {
	float		: left;
}

#your_opinion_counts .brown_content_box {
	width		: 634px;
	height		: 44px;
	float		: left;
}



/*
**	CLASS specific
*/
.news_item {
	width		: 190px;
	height		: 210px;
	margin		: 20px 0px 0px 20px;
	padding		: 20px;
	float		: left;
	overflow	: hidden;
	background	: #F2F0E5 url(images/rounded_corner.png) right bottom no-repeat;
}

.news_item h1,
.news_item h2 {
	font-size	: 1.1em;
	margin		: 0px 0px 13px 0px;
}

.news_item a {
	color		: #9C3D07;
}

.first_news_item {
	margin		: 20px 0px 0px 0px;
}

.under_discussion_bg {
	width		: 480px;
	height		: 500px;
	margin		: 0px 0px 15px 0px;
	overflow	: hidden;
	background	: url(images/under_discussion_bg.jpg) no-repeat;
}

.under_discussion {
	width		: 480px;
	height		: 500px;
	background	: url(images/rounded_corner_dots.png) right bottom no-repeat;
}

.under_discussion a {
	color		: #FFF;
}

.under_discussion a:hover {
	color		: #6FB3C6;
}

.under_discussion_top {
	width		: 480px;
	height		: 57px;
}

.under_discussion_bottom {
	width		: 440px;
	height		: 443px;
	padding		: 20px;
	display		: table-cell;
	vertical-align: bottom;
}

.under_discussion_bottom ul {
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
}

.under_discussion_bottom ul li {
	margin		: 12px 0px 0px 0px;
	padding		: 0px 0px 0px 20px;
	font-size	: 1.1em;
	background	: url(images/link_icon.jpg) 0px 1px no-repeat;
}

img.home_product_left,
img.home_product_right {
	margin		: 3px 0px 14px 0px;
	border		: 1px solid #FFF;
}

img.home_product_left {
	margin-right: 14px;
	float		: left;
}

img.home_product_right {
	margin-left	: 14px;
	float		: right;
}

.comments_desc{
	border		: 1px dotted #ccc;
	padding		: 20px;
	background	: #eee;
}

.comment {
	border-top	: 1px solid #ccc;
	padding		: 10px;
}

.comment p.user {
	width		: 150px;
	float		: left;
	margin		: 0px;
}

.comments_text {
	float		: left;
	border-left	: 1px solid #ccc;
	margin-left	: 10px;
	padding-left: 10px;
}

.comment_form textarea {
	width		: 715px;
	height		: 60px;
	float		: left;
}

.comment_form input[type="submit"] {
	float		: left;
}

.foundin{
	padding:20px;
	background:#eff8f8;
	border:1px dotted #666;
}

/****************************************************************************************************
/****************************************************************************************************
**	ACCOUNT STYLING
*/

/* 
**	TAG specific
*/

/*
**	ID specific
*/
div#register_account {
	width		: 500px;
}

#reach_canada_logo {
	width:920px;
	margin:0px 0px 20px 0px;
}

/*
**	CLASS specific
*/

div.sign_in_block {
	width		: 460px;
	margin-top	: 20px;
}

div.side_menu {
	padding		: 20px 20px 280px 20px;
	text-transform: lowercase;
	background	: #0E415A url(images/side_menu_bg.jpg) 0px bottom no-repeat;
}

div.side_menu ul {
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
	color		: #FFF;
}

div.side_menu ul li {
	margin		: 0px 0px 12px 0px;
	padding		: 0px 0px 0px 20px;
	background	: url(images/link_icon.jpg) 0px 3px no-repeat;
}

div.side_menu ul li a {
	font-weight	: bold;
	color		: #FFF;
}

div.side_menu ul li a:hover,
div.side_menu ul li.on > a {
	color		: #F90;
}

div.side_menu ul ul{
	margin-top:10px;
}




