/*
 * $Id: main.css 506 2008-12-03 10:10:20Z steven $
 */
html, body {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:0.85em;
	margin:0pt;
	padding:0pt;
	background-color: #DFE4E1;
	color:#284E39;
}

div#container {
	background: #E0E4E1 url(/images/layout/croplook_page_body_bg.gif) repeat-y 0 0;
	width: 988px;
	margin: 0 auto;
}

div#header {
	position:relative;
	background-color: #E0E4E1;
}

h1 {
	font-size:0px;
	height:70px;
	margin:0px;
	margin-left: 0px;
	padding-top:32px;
	width:250px;
}

div#body {
	background:transparent url(/images/layout/croplook_page_body_top.gif) no-repeat scroll 0% 0%;
	min-height:300px;
	padding:15px 10px 1px 20px;
	position:relative;
	z-index:2;
	width: 958px;
	margin: 0px;
	overflow: hidden;
}

ul#mainMenu {
	padding: 0 18px 0 0;
	margin: 0px;
	position: absolute;
	z-index: 1;
	left: 265px;
	top: 43px;
	height: 57px;
	display: block;
	width: 704px;
	background: #DFE4E1 url('/images/layout/menu_background.gif') no-repeat right top;
}
ul#mainMenu li, ul#loginMenu li {
	list-style-type: none;
	float: left;
	height: 54px;
	padding-top: 3px;
	background: #DFE4E1 url('/images/layout/menu_background.gif') no-repeat -295px 0;
}
ul#mainMenu li a, ul#loginMenu li a {
	border-right:1px solid #284E39;
	color:#284E39;
	display:inline;
	float:left;
	font-weight:bold;
	height:24px;
	line-height:22px;
	padding: 0 20px;
	text-decoration:none;
	vertical-align:middle;
}

ul#mainMenu li.menuStart {
	width: 43px;
	height: 46px;
	position: relative;
	background: #DFE4E1 url('/images/layout/menu_background.gif') no-repeat -96px 0;
}

ul#mainMenu li.menuStart a {
	padding: 0;
	border-left: 0;
	width: 100%;
	text-decoration: none;
	background: url('/images/layout/menu_background.gif') no-repeat -5px -2px;
}

ul#mainMenu li a.itemOn, ul#loginMenu li a.itemOn, ul#mainMenu li a:hover, ul#loginMenu li a:hover {
	background-color:#B2BFB7;
}

ul#mainMenu li.menuStart a:hover,ul#mainMenu li.menuStartOn a {
	background: #DFE4E1 url('/images/layout/menu_background.gif') no-repeat -49px -3px;
}


div#mainContentTop {
	clear: left;
	width: 700px;
	padding-top: 13px;
	background: transparent url(/a_images/layout/main_column_top_bottom.png) no-repeat scroll left -53px;
}
div#mainContentBody {
	padding: 10px 0px 5px 0px;
	width: 100%;
	background: transparent url(/a_images/layout/main_column_body.png) repeat-y scroll left 0px;
}

div#mainContentBottom {
	height: 25px;
	background: transparent url(/a_images/layout/main_column_top_bottom.png) no-repeat scroll left 0px;
}


div#infoColumn {
	background: transparent url(/a_images/infocolumn/info_column.png) no-repeat scroll left bottom;
	padding-bottom:25px;
	padding-right:5px;
	margin-right: 1px;
	width:240px;
	float: right;
	display: inline;
	overflow: visible;
}

div#infoColumn div.preview {
	width: 242px;
	text-align:center;
}
div#infoColumn div.preview,
div#infoColumn div.preview a {
	line-height: 0.01em;
	font-size: 0.01em;
	padding: 0px;
	margin: 0px;
}

div#infoColumn div.preview a {
	display:block;
	background: transparent url(/images/infocolumn/sneak_preview.png) no-repeat;
	width:241px;
	height:163px;
}
div#infoColumn div.preview a:hover {
	background: transparent url(/images/infocolumn/sneak_preview.png) no-repeat -241px top;
}


#newsColumn .infoColumnBody {
	background: transparent url(/images/infocolumn/news_header.jpg) no-repeat;
	padding-top:32px;
}


div.infoColumnBody {
	background:transparent url(/a_images/infocolumn/info_column.png) no-repeat scroll left top;
	padding:20px 20px 10px 10px;
}

#newsColumn div.title {
	width:134px;
}

#newsColumn div.title p {
	margin:0.6em 0pt;
}

#newsColumn .text {
	border:0pt none;
	color:#859684;
	font-style:italic;
	height:17px;
	padding:3px 10px;
	width:180px;
}

#newsColumn input {
	background:transparent url(/images/infocolumn/newsletter_form_elements.png) no-repeat scroll;
	background-position:0pt 0px;
	margin-bottom:3px;
}

#newsColumn input.text:focus, #newsColumn input.focus {
	color: #000;
	font-style: normal;
}

.emailbutton {
	background:transparent url(/images/infocolumn/newsletter_form_elements.png) no-repeat scroll !important;
	background-position:0pt -27px !important;
	border:0pt none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:23px;
	padding:2px 5px;
	width:200px;
}

form.psmForm input.button {
	background:transparent url(/images/buttons/button_bg.png) no-repeat scroll 0%;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	height:54px;
	padding:0px 15px 12px 5px;
	width:273px;
}

dl.newsItems {
	margin:10px 0pt 0pt;
	padding:0pt;
}
dl.newsItems dt {
	border-top:1px solid #284E39;
	font-size:1.2em;
	font-weight:bold;
	padding:8px 0pt 0pt;
}
dl.newsItems dd {
	margin:0pt;
	padding:0pt;
}
dl.newsItems p.newsLink {
	text-align:right;
}
dl.newsItems p.newsLink a {
	font-weight: bold;
	text-decoration: none;
}

#body .content {
	width: 700px;
	overflow: hidden;
}
#body div.content div.processedContent {
	margin-left: 0px;
}

#cartoons {
	overflow: auto;
	width: 690px;
	background: transparent url(/images/layout/cartoon.jpg) no-repeat;
}

#cartoons .formBlock,
#cartoons .formBody {
	margin: 0px;
	padding: 0px;
}

#cartoons div#projectButtons {
	float: left;
	display: inline;
	height: 130px;
	margin-top: 284px;
	padding-left: 5px;
	background: transparent url(/images/layout/cartoon_buttons_group_bg.png) no-repeat;
}

#cartoons div#projectButtonsEnd  {
	float: left;
	display: inline;
	margin-top: 284px;
	height: 130px;
	width: 14px;
	background: transparent url(/images/layout/cartoon_buttons_group_bg.png) no-repeat scroll top right;
}


#cartoons div#projectButtons div.project {
	float: left;
	display: inline;
	width: 150px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#cartoons div#projectButtons div.project a {
	text-decoration: none;
}

#cartoons div#projectButtons div.project a.btn {
	display: block;
	text-decoration: none;
	margin-top: 5px;
	width: 151px;
	height: 83px;
}

#cartoons div#projectButtons div.project a.potato {
	background: transparent url(/images/buttons/btn_croplook_potato.png) no-repeat;
}
#cartoons div#projectButtons div.project a.potato:hover {
	background: transparent url(/images/buttons/btn_croplook_potato_down.png) no-repeat;
}
#cartoons div#projectButtons div.project a.wheat {
	background: transparent url(/images/buttons/btn_croplook_wheat.png) no-repeat;
}
#cartoons div#projectButtons div.project a.wheat:hover {
	background: transparent url(/images/buttons/btn_croplook_wheat_down.png) no-repeat;
}


#cartoons {
}

#cartoons {
}

#cartoons {
}


div#footer {
	background:#DFE4E1 url(/images/layout/croplook_page_body_bottom.png) no-repeat scroll 0pt 0px;
	color:#284E39;
	margin-top:-110px;
	padding:225px 18px 5px 2px;
	position:relative;
	width:970px;
	z-index:1;
	text-align: center;
}
