
body {
	color: #666;
}

div.container {
	background: #fff;
}

a#logo {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div#nav {
	border-bottom: 1px solid #ccc;
}

div#placeholder-nav {
	color: #fff;
	font-size:16px;
	font-weight:800;
}

div#placeholder-hero {
	background: #f9f9f9;
	border: 1px solid #eee;
}

div#sub {
	background: #eee;
}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #FFED47;
}

td.menu-item-selected {
	color: #ddd;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #3C3C3C;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
	padding-bottom: 9px;
}

.announcement-list {
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	margin: 0;
	padding: 6px 18px;
}


.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #ad0000;
	text-decoration: none;	
}

a:hover, a:active {
	color: #ad0000;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background:  #3C3C3C url(/images/cssimg/bg-header-17-9.png) repeat-x 0 0;
	margin: 36px;
}

div#header-left, div#header-right, div.whoslogged {
	height: 126px;	
	line-height: 126px;
}

div.whoslogged {
	text-align: right;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#placeholder-search {
	height: 66px;
	/*padding: 48px 40px 0 0;*/
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 120px;
}

div#placeholder-hero {
	height: 216px;
	margin-bottom: 18px;
	width: 600px;
}

div#placeholder-nav {
	background: url(/images/cssimg/bg-nav-17-9.png) repeat-x 0 0;
	height: 36px;
	padding-left: 40px;
}

div#placeholder-nav table {
	width: 100%;
}

div#placeholder-nav td {
	vertical-align: middle;
}

div#main div.inner {
	padding: 18px 30px 36px 40px;
}

div#sub {
	padding: 18px 0 0 0;
}

div#sub-bottom {
	background: url(/images/cssimg/bg-side-17-9.png) repeat-x 0 0;
	height: 144px;
}

div#cap-bottom {
	background: #3C3C3C url(/images/cssimg/bg-footer-17-9.png) repeat-x 0 0;
	height: 8px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; font-weight:bold;}    

.shop-catalogue {
	height: 200px;
	width: 285px;	
}

.shop-catalogue .image {
	padding: 0px 15px;
	height: 175px;
}
.shop-checkout fieldset {
	border:1px solid #000;
	margin:1em 0;
	padding:1em;
}
.shop-checkout legend {
	font-size:large;
	font-weight:bold;
	margin:0px;
	padding:5px;
}
.shop-checkout input {width:200px;}
.shop-checkout select {width:210px;}
.shop-checkout textarea {width:200px;}
.shop-checkout .small-select {width:104px;}
.shop-checkout .checkout-checkbox {
	margin-left:130px;
	width:auto;
}
.shop-checkout .checkout-radio {
	margin-left:15px;
	width:auto;
}
.shop-checkout label {
	width:100px;
	margin-right:1em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}
.shop-checkout .two-column label {
	width:120px;
	margin-right:1em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}
.shop-checkout .float-left {
	float:left;
}

.shop-checkout .two-column {
	float:left;
	width:400px;
	height:400px;
}
.shop-checkout .left-column {
	margin-right:28px;
}
.shop-checkout .req{
	color:#C00;
}
.clear-both {
	clear:both;	
}
/* Contest Submission form */
#paintcontest .req {color:#f00;}

#paintcontest fieldset {
	border: 1px solid #999;
	padding:15px;
	margin:10px 0;	
}

#paintcontest legend {
	font-size:16px;
	font-weight:bold;
	color:#555;
	padding:0 10px;
}
#paintcontest .contestantInfo {
	float:left; 
	width:300px; 
	height:250px;
	margin-right:20px; 
}
.contestantInfo label {
	float:left;
	display:block;
	width:110px;
	text-align:right;
	margin-top:5px;
	margin-right:2px;	
}
.contestantInfo input {width: 180px;}
.contestantInfo select {width: 188px;}
.contestSubmission textarea {height:48px; width:480px;}

#paintcontest .contestSubmission {
	float:right; 
	width:490px;
	height:250px;
}
#paintcontest .rulesAndConditions {
	border: 1px solid #999;
	padding:15px;
	margin:10px 0;
	clear:both;
}
.rulesContainer ol ol {margin-bottom:0px;}
.rulesContainer ol ol li {list-style:upper-alpha;}
#contestInfo {
	text-align:center;	
}
.contestHeadline {
	font-size:4em;
	color:#900;
}
.contestNote {
	font-size:9px;
	color:#999;
}


/* @end */

