/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* PRIMARY LAYOUT */

html {
	height: 100%;
}

body {
	background: #839a5d url(../images/layout/bodyBg2.png) 0 0 repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	height: 100%;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: #fff;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

div#header {
	width: 960px;
	height: 133px;
	margin: 0 auto;
	background: transparent url(../images/layout/headerBg2.png) 0 0 repeat-x;
}

div#mainNav {
	width: 960px;
	height: 44px;
	margin: 0 auto;
	background: transparent url(../images/layout/mainNavBg.png) 0 0 repeat-x;
}

div#content {
	width: 896px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	border-top: 8px solid #839a5d;
	padding: 20px 32px 0 32px;
	padding-bottom: .9em;
}

.contacts div#content {
	padding: 32px 32px 0 32px;
	width: 896px;
	height: 370px;
	background: #fff url(http://wightsaladsgroup.com/images/54.jpg) no-repeat 32px 32px;
}

.growing div#content {
	padding: 20px 20px 0 20px;
	padding-bottom: .9em;
	width: 920px;
	height: 600px;
}

div#footerOuter {
	width: 100%;
	margin-top: -40px;
	height: 40px;
	position: relative;
	background: #4e6f18;
	border-top: 8px solid #839a5d;
}

div#footerInner {
	width: 696px;
	height: 40px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	line-height: 40px;
	background: #4e6f18;
	color: #b2b2b2;
	font-size: 10px;
	text-align: center;
}

/* LINKS */

a, a:visited { 
	text-decoration: underline; 
	color: #333;
	font-weight: normal;
}

a:hover { color: #ef5a24; }

/* MAIN NAV */

ul#menu {
	height: 44px;
	background: #4e6f18 url(../images/layout/mainNav2.png) 0 0 no-repeat;
	margin: 0 auto;
	width: 736px;
	position: relative;
}

ul#menu li {
	float: left;
	margin: 2px 0 0 0;
	position: absolute;
}

ul#menu li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}

li#menuHome { left: 88px; width: 48px; }
li#menuAbout { left: 164px; width: 80px; }
li#menuGrowing { left: 272px; width: 121px; }
li#menuRecruitment { left: 421px; width: 112px; }
li#menuContacts { left: 561px; width: 87px; }

li#menuHome a:hover { background: transparent url(../images/layout/mainNav2.png) -88px -46px no-repeat; }
li#menuAbout a:hover { background: transparent url(../images/layout/mainNav2.png) -164px -46px no-repeat; }
li#menuGrowing a:hover { background: transparent url(../images/layout/mainNav2.png) -272px -46px no-repeat; }
li#menuRecruitment a:hover { background: transparent url(../images/layout/mainNav2.png) -421px -46px no-repeat; }
li#menuContacts a:hover { background: transparent url(../images/layout/mainNav2.png) -561px -46px no-repeat; }

	/* You are here */
	.default li#menuHome, .default li#menuHome a:hover, .v2 li#menuHome, .v2 li#menuHome a:hover  { background: transparent url(../images/layout/mainNav2.png) -88px -90px no-repeat; }
	.about li#menuAbout, .about li#menuAbout a:hover, .v2-about li#menuAbout, .v2-about li#menuAbout a:hover { background: transparent url(../images/layout/mainNav2.png) -164px -90px no-repeat; }
	.growing li#menuGrowing, .growing li#menuGrowing a:hover { background: transparent url(../images/layout/mainNav2.png) -272px -90px no-repeat; }
	.recruitment li#menuRecruitment, .recruitment li#menuRecruitment a:hover, .v2-recruitment li#menuRecruitment, .v2-recruitment li#menuRecruitment a:hover { background: transparent url(../images/layout/mainNav2.png) -421px -90px no-repeat; }
	.contacts li#menuContacts, .contacts li#menuContacts a:hover { background: transparent url(../images/layout/mainNav2.png) -561px -90px no-repeat; }
	
/* SUB NAV 1 */

div#subNav1 {
	background: #e9eeda;
	height: 34px;
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
}

#subNav1 ul {
	padding: 0 0 0 18px;
	height: 34px;
}

#subNav1 li {
	display: inline;
	float: left; 
	height: 34px;
	line-height: 34px;
}

#subNav1 a, #subNav1 a:visited { 
	text-decoration: none; 
	float: left;
	color: #333;
	display: block;
	padding: 0 14px 0 14px;
	margin: 8px 0 0 0;
	height: 18px;
	line-height: 18px;
	border-right: 2px solid #ccc;
}

#subNav1 a:hover { color: #ef5a24; }

	/* You are here */
	
	#subNav1 li.active a { font-weight: bold; color: #ef5a24; }
	#subNav1 li.active { background: url(../images/layout/subNav1Arrow.png) center 0 no-repeat; }
	
/* SUB NAV 2 */

div#subNav2 {
	height: 34px;
	width: 720px;
	margin: 0 auto;
}

#subNav2 ul {
	padding: 0 0 0 40px;
	height: 34px;
}

#subNav2 li {
	display: inline;
	float: left; 
	height: 34px;
	line-height: 34px;
}

#subNav2 a, #subNav2 a:visited { 
	text-decoration: none;
	float: left; 
	color: #333;
	display: block;
	padding: 0 14px 0 14px;
	margin: 8px 0 0 0;
	height: 18px;
	line-height: 18px;
	border-right: 2px solid #ccc;
}

#subNav2 a:hover { color: #ef5a24; }
	
	/* You are here */
	
	#subNav2 li.active a, #subNav2 li.active a:visited { font-weight: bold; color: #ef5a24; }
	#subNav2 li.active { background: url(../images/layout/subNav2Arrow.png) center 0 no-repeat; }

/* TYPOGRAPHY AND HEADINGS */

#header h1 {
	width: 181px;
	height: 133px;
	margin: 0 auto;
	background: url(../images/layout/headerLogoWSG2.png) center center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#content h2, .mceContentBody h2 {
	height: 30px;
	font-size: 18px;
	color: #EF5A24;
	font-weight: bold;
	margin: 0 0 14px 0;
}


#content h3, .mceContentBody h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 0 0 14px 0;
	display: block;
	clear: both;
}

#content p {
	margin: 0 0 20px 0;
	line-height: 16px;
}

p.alignright {
	text-align: right;
}

p.alignleft {
	text-align: left;
}

p.center {
	text-align: center;
}

p.justify {
	text-align: justify;
}

img {
	margin: 0 10px 10px 0;
	padding: 3px;
}

img.noborder {
	border: 0;
	margin-bottom: 0;
}

img.center, img.justify, img.block {
	clear: both;
	display: block;
	margin: 0 10px 20px 0;
	padding: 3px;
}

img.alignright {
	float: right;
	margin: 0 0 20px 10px;
	padding: 3px;
}

img.alignleft {
	float: left;
	margin: 0 10px 20px 0;
	padding: 3px;
}

div.slideshow {
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 3px solid #fff;
	float: right;
	clear: both;
}

#content div.slideshow img {
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

#content div.slideshow p {
	margin: 0;
	display: none;
}

.management #content img {
	margin: 0 0 10px 0;
	padding: 3px;
	border: 3px solid #ccc;
}

.site #content img {
	margin: 0;
	padding: 0;
}

#content ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}

#content ul li {
	margin: 0 0 0 0;
	list-style-type: disc;
}

#content p.contacts {
	line-height: 18px;
	text-align: center;
	margin: 20px 0 20px 0;
}


/* MISC */

#subNav1 .last a, #subNav1 .last a:visited, #subNav2 .last a, #subNav2 .last a:visited {
	border-right: none; // removes sub-menus divider
}

hr {
	width: 400px;
	height: 1px;
	color: #fff;
	background: #fff;
	border: 0;
	margin-bottom: 30px;
	clear: both;
}

#clear { clear: both; }

.links #content img {
	margin: 0 0 8px 0;
	padding: 3px;
	border: 0;
	vertical-align: middle;
}

.links #content p {
	width: 32%;
	text-align: center;
	float: left;
	vertical-align: middle;
	height: 160px;
	padding: 40px 0 0 0;
}

#content img.flowchart {
	margin: 0 0 10px 0;
	padding: 3px;
	border: 0;
}

#content h3.apply {
	width: 120px;
	height: 29px;
	padding: 0 0 0 8px;
	margin: 0 0 14px 0;
	border-left: none;
}

#content h3.apply a, #content h3.apply a:visited {
	background: url(../images/layout/recruitmentWorkingApplyBtn.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	height: 50px;
}

#content h3.apply a:hover { background: url(../images/layout/recruitmentWorkingApplyBtn.png) 0 -50px no-repeat; }


/* TINYMCE */

body.mceContentBody {
   background: #fff;
   padding: 5px;
}

.mceContentBody p {
	margin: 0 0 20px 0;
	line-height: 16px;
}

.mceContentBody img {
	margin: 0;
	padding: 3px;
	border: 3px solid #ccc;
}

.mceContentBody img.noborder {
	border: 0;
}

.mceContentBody ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}

.mceContentBody li {
	margin: 0 0 4px 0;
}

/* GOOGLEMAP */
#googlemap {
	width: 920px;
	height: 500px;
}

/* MISC */
.block {
	float: left;
	display: inline;
	margin: 50px 0 0 60px;
}