/** layout-fixed.css **/


/* @group Body - Page */

body {
	background-color: #cccccc;
}

#WIP-IGNORE {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	background-color: orange;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

#page-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.region-page-closure {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#page {
	padding-top: 10px;
}

/* @end */

/* @group Header */

#header {
	width: 960px;
	height: 160px;
	background: #dddddd url(../images/chrr_header.png) no-repeat left top;
	/*position: relative;*/
	z-index: 1000;

	/*borders*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#header .header-section {
	float: left;
	width: 600px;
	height: 100px;
	margin: 0;
	padding: 0;
	/*background-color: red;*/
}

#header-subscribe {
	float: left;
	width: 260px;
	height: 42px;
	margin: 0;
	/*background-color: lime;*/
	padding: 8px 10px 0;
}

.login-button {
	float: right;
	width: 120px;
	margin: 0;
	padding: 10px 5px;
	font-size: 14px;
	color: #333333;
	text-transform: lowercase;
	text-align: center;
	line-height: 100%;

	/*borders*/
	border: 1px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	/*background*/
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EEEEEE 0%,#999999 100%); /* W3C */
}

#header-shopping-cart {
	float: left;
	width: 60px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../images/chrr-cart-icon-header.png) no-repeat center center;
	/*background-color: pink;*/
}

.cart-icon a {
	display: block;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	color: transparent;
}

#header-search {
	float: left;
	width: 360px;
	height: 50px;
	margin: 0;
	padding: 0;
	/*background-color: yellow;*/
}

#header-search .chrr_search_header {
	margin: 0;
	padding: 10px;
	/*background-color: pink;*/
}

#header-search input.form-text {
	float: left;
	width: 340px;
	height: 10px;
	margin: 0 10px 0 20px;
	padding: 5px 20px 5px 5px;
	/*background-color: lime;*/
}



#header-search input.form-submit {
	/*margin: 20px 0 0;*/
	padding: 3px 8px;
	font-size: 11px;
	color: #333333;
	text-transform: lowercase;
	text-align: center;
	line-height: 100%;
	/*font-weight: bold;*/

	/*borders*/
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*background*/
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EEEEEE 0%,#999999 100%); /* W3C */
}

#header-search input.form-submit:hover {
	color: #6699CC;
}



/* @end */

/* @group Navigation */

#navigation {
	float: left;
	width: 960px;
	height: 60px;
	margin: 0;
	padding: 0;
	/*z-index: 100;*/
	/*overflow: visible;*/
	/*background-color: orange;*/
}

#navigation .navigation-section {
	float: left;
	width: 960px;
	height: 60px;
	margin: 0;
	padding: 0;
	/*overflow: visible;*/
	/*background-color: fuchsia;*/
}

/* @end */

/* @group Admin Navigation */

#admin-navigation {
	float: left;
	width: 960px;
	height: 60px;
}

#admin-navigation .admin-navigation-section {
	float: left;
	width: 960px;
	height: 60px;
	margin: 20px 0 0;
	padding: 10px 0;
}

/* @end */

/* @group Main */

#main-wrapper {
	z-index: 5;
}

#main {
	background-color: #ffffff;
}

/* @end */

/* @group Content */

/* @group top page link */

.top-link a,
.top-link a:visited {
	position: absolute;
	display: block;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-align: center;
	background-color: #666;
	color: #fff;
}

.top-link {
	/*background-color: orange;*/
	display: none;
}

.top-link a:hover,
.top-link a:active,
.top-link a:focus {
	position: static;
	width: 100%;
	height: auto;
	padding: 2px 0 3px 0;
}



/* @end */

#content {
	float: left;
	width: 630px;
	min-height: 500px;
	margin: 0;
	padding: 10px 0 10px 10px;
}

#content .section {
	float: left;
	width: 600px;
	min-height: 450px;
	margin: 0;
	padding: 10px;
	background-color: #dddddd;

	/*borders*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.breadcrumb {
	margin: 0;
	padding: 5px 5px 5px 10px;
	/*background-color: fuchsia;*/
	background-color: #eeeeee;
	font-size: 11px;

	/*border-bottom: 1px dotted #333333;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/* @end */

/* @group ADMIN - Content */

#admin_content {
	float: left;
	width: 940px;
	min-height: 500px;
	margin: 0;
	padding: 10px;
}

#admin_content .section {
	float: left;
	width: 920px;
	min-height: 450px;
	margin: 0;
	padding: 10px;
	background-color: #dddddd;

	/*borders*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* @end */

/* @group Right Column */

#right-column {
	float: left;
	width: 320px;
	min-height: 500px;
	margin: 0;
	padding: 10px 0;
	/*background-color: yellow;*/
}

#right-column-navigation {
	/*position: relative;*/
	width: 310px;
	/*min-height: 500px;*/
	margin: 0 0 10px;
	padding: 0;
	background-color: #dddddd;

	/*borders*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.region-sidebar-second {
	clear: both;
	display: block;
}

.region-sidebar-second .section {
}

#right-column-menu {
	/*background-color: lime;*/
}

#right-column-links {
	width: 310px;
	/*background-color: pink;*/
	margin: 0;
	padding: 50px 0 10px;
}

#shopping-cart {
	width: 300px;
	margin: 0;
	padding: 10px;
	background-color: #dddddd;

	/*borders*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* @end */

/* @group Footer */

#footer {
	float: left;
	background-color: #eeeeee;
	border-top: 2px solid #6699CC;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#footer .section {
	margin: 0;
	padding: 10px;
}

#footer-logo {
	float: left;
	width: 940px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(../images/chrr_footer_logo.png) no-repeat 5px top;
}

#footer-navigation-main {
	float: left;
	width: 240px;
	min-height: 120px;
	margin: 0 10px 0 0;
	padding: 10px 0;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer-navigation-secondary {
	float: left;
	width: 240px;
	min-height: 120px;
	margin: 0 10px 0 0;
	padding: 10px 0;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* @group navigation */

#footer ul.menu {
	/*background-color: orange;*/
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: none;
}

#footer ul.menu li {
	/*background-color: pink;*/
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
	list-style-image: none;
	font-size: 12px;
	color: #333;
	line-height: 150%;
}

#footer ul.menu a.active {
	color: #6699CC;
	font-weight: bold;
}

/* @end */

#footer-contact {
	float: left;
	width: 400px;
	min-height: 120px;
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 20px;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer-message {
	float: left;
	width: 740px;
	height: 40px;
	margin: 0;
	padding: 10px 20px 10px 10px;
	color: #333333;
	font-size: 11px;
	/*background-color: lime;*/
	text-align: right;
}

#footer-subscribe {
	float: left;
	width: 160px;
	height: 40px;
	margin: 0;
	padding: 10px 20px 10px 10px;
	/*background-color: darkcyan;*/
}



/* @end */

/* @group page closure */

#admin-wrapper {
	/*background-color: fuchsia;*/
	float: left;
}
.region-page-closure {
}

#header,
#content,
#navigation,
#footer,
.region-page-closure {
	overflow: visible;
	word-wrap: break-word; /* A very nice CSS3 property */
}
/*
#page-wrapper {
	overflow-y: hidden;
}
*/



/* @end */

/* @group front page - page-front.tpl.php */

#content-index {
	/*background-color: purple;*/
	margin: 0;
	padding: 0 0 10px;
}

#index-column-01 {
	/*background-color: lavender;*/
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0 0;
	width: 340px;
	/*height: 500px;*/
}

#index-column-02 {
	/*background-color: fuchsia;*/
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0 0;
	width: 620px;
	/*height: 500px;*/
}


/* @end */