/*
    Theme Name: OrderGroove
    Author: Archer-Software Ltd.
    Theme URL: http://ordergroove.com
    Description: OrderGroove theme
    Version: 1.0
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, Times New Roman, serif;
	font-size: x-small;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**
 * Layout
 */
body {
	background: #fff url(images/body-common-bg.gif) no-repeat center 136px;
}

body.homepage {
	background-image: url(images/body-home-bg.gif);
}

#page {
	width: 953px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 130px;
	padding: 30px 0 0;
	z-index: 60;
}

#header h1 {
	float: left;
	padding: 5px;
}

#header h1 a {
	display: block;
	width: 277px;
	height: 45px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(images/logo.gif);
}

#header p {
	float: right;
	padding: 6px 15px 0 0;
	color: #929497;
	font-size: 140%;
	text-align: right;
}

#header p a,
#header p span {
	color: #00a4e4;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

/**
 * Navigation
 */
#header ul {
	font-family: Arial, sans-serif;
	list-style: none;
}

#header .menu {
	position: absolute;
	right: 4px;
	bottom: 21px;
	line-height: 23px;
	font-size: 150%;
	font-weight: bold;
}

#header .menu li {
	background-image: url(images/header-menu-separator.gif);
	background-repeat: repeat-y;
	padding: 0 15px;
	float: left;
}

#header .menu a {
	color: #f8971d;
}

#header .navigation {
	position: absolute;
	left: 0;
	bottom: -5px;
	font-size: 150%;
	font-weight: bold;
}

#header .navigation li {
	float: left;
	position: relative;
	z-index: 98;
	background-image: url(images/header-navigation-tabs.png);
	background-repeat: no-repeat;
	background-position: left -114px;
	padding: 0 0 0 18px;
	margin-right: -13px;
}

#header .navigation li ul {
	padding: 4px 9px 3px;
	font-weight: normal;
}

#header .navigation li div {
	background-image: url(images/header-navigation-submenu-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	top: 45px;
	display: none;
	width: 209px;
	padding: 0 11px 13px;
	font-size: 80%;
	z-index: 100;
}

#header .navigation li:hover {
	background-color: transparent;
	z-index: 99;
}

#header .navigation li:hover div {
	display: block;
}

#header .navigation li ul li {
	float: none;
}

#header .navigation li a:hover {
	text-decoration: none;
}

#header .navigation li span {
	display: block;
	background-image: url(images/header-navigation-tabs.png);
	background-repeat: no-repeat;
	background-position: right -171px;
	padding: 12px 18px 12px 0;
}

#header .navigation li span a,
#header .navigation li span span {
	color: #fff;
	display: block;
	background: none;
	line-height: 21px;
	height: 21px;
	padding: 6px;
	width: 110px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

#header .navigation li.selected {
	background-position: left 0px;
}

#header .navigation li.selected span {
	background-position: right -57px;
}

#header .navigation li.selected span a,
#header .navigation li.selected span span {
	color: #00a4e4;
}

#header .navigation li.selected div {
	background-position: right bottom;
}

#header .navigation li ul li {
	background-image: url(images/header-navigation-separator.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 1px 0 0;
	margin: 0;
	position: static;
}

#header .navigation li.selected ul li {
	background-image: url(images/header-navigation-separator2.gif);
}

#header .navigation li ul li:first-child {
	background-image: none;
}

#header .navigation li ul li span {
	background-image: none;
	padding: 0;
	margin: 0 -4px 0 -3px;
}

#header .navigation li ul li span a,
#header .navigation li ul li span span {
	width: auto;
	text-align: left;
	line-height: 14px;
	height: 14px;
	padding: 8px 8px;
}

#header .navigation li ul li:hover span {
	background-color: #fff;
	background-image: url(images/header-navigation-selected.gif);
	background-position: right -30px;
	background-repeat: no-repeat;
}

#header .navigation li ul li:hover span a,
#header .navigation li ul li:hover span span {
	color: #00a4e4;
	background-image: url(images/header-navigation-selected.gif);
	background-color: transparent;
	background-position: left 0;
}

#header .navigation li.selected ul li:hover span {
	background-position: right -90px;
}

#header .navigation li.selected ul li:hover span a,
#header .navigation li.selected ul li:hover span span {
	color: #fff;
	background-position: left -60px;
}

/**
 * Picture and Summary
 */
#body {
	position: relative;
	overflow: hidden;
	z-index: 50;
	padding: 10px 0 0;
}

#body .header {
	padding: 0 15px 0;
}

#body .header .picture {
	width: 923px;
	height: 368px;
	background-image: url(images/header-picture.jpg);
	padding: 31px 0 0;
	position: relative;
}

#body .header .picture h1 {
	width: 878px;
	height: 31px;
	background-image: url(images/text/homepage-title.gif);
	overflow: hidden;
	text-indent: -2000px;
	margin: 0 auto;
}

#body .header .picture .more {
	display: block;
	background-image: url(images/buttons/homepage-learn_more.gif);
	padding: 12px;
	position: absolute;
	right: 14px;
	bottom: 13px;
}

#body .header .picture .more a {
	display: block;
	width: 176px;
	height: 42px;
	text-indent: -2000px;
	overflow: hidden;
}

#body .header .summaries {
	background: #f5f5f5 url(images/summary-bg.gif) no-repeat center bottom;
	height: 120px;
	padding: 25px 10px 0;
	overflow: hidden;
}

#body .header .summaries ul {
	list-style: none;
	overflow: hidden;
	height: 31px;
	font-family: Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
}

#body .header .summaries ul li {
	float: left;
	padding: 0 10px;
}

#body .header .summaries ul li a {
	color: #fff;
	display: block;
	width: 245px;
	height: 31px;
	line-height: 31px;
	padding: 0 18px;
	overflow: hidden;
	background-image: url(images/summary-tabs.gif);
	background-position: left 0px;
}

#body .header .summaries ul li a:hover {
	text-decoration: none;
}

#body .header .summaries ul li.selected a {
	background-position: left -31px;
}

#body .header .summaries div {
	display: none;
	color: #929497;
	padding: 19px 15px 0;
	font-size: 150%;
	line-height: 1.3em;
}

#body .header .summaries div.selected {
	display: block;
}

#body .header .summaries div .more {
	color: #8dc63f;
	font-weight: bold;
	font-size: 93%;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#body .header .summaries div .more:after {
	content: ' >'
}

/**
 * Send level navigation
 */
#body .navigation {
	width: 197px;
	float: left;
	font-size: 160%;
	margin-right: -243px;
	padding: 25px 35px 25px 11px;
	background-image: url(images/columm-separator-middle.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 208px;
}

#body .navigation h1 {
	color: #00a4e4;
	font-size: 175%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 0.1em 0 0.5em;
}

#body .navigation h2 {
	color: #00a4e4;
	font-size: 125%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 0.1em 0 0.5em;
}

#body .navigation ul {
	list-style: none;
	font-size: 75%;
	font-family: Arial, sans-serif;
	padding: 0 0 0 4px;
}

#body .navigation ul li {
	padding: 0 0 2px 0;
	background-image: url(images/common-separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#body .navigation ul li:last-child {
	background-image: none;
}

#body .navigation ul li span {
	display: block;
}

#body .navigation ul li span a {
	display: block;
	color: #929497;
	margin: 0 -18px 0 -8px;
	padding: 0 18px 0 8px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

#body .navigation ul li.selected span a {
	color: #fff;
	background-image: url(images/content-navigation-selected.gif);
	background-repeat: no-repeat;
}

#body .navigation ul li span a:hover {
	text-decoration: none;
}

#body .navigation p {
	color: #f8981d;
	font-size: 80%;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	margin-bottom: 2em;
}

#body .navigation p a {
	color: #f8981d;
	text-decoration: underline;
}

#body .navigation a.follow {
	display: block;
	width: 107px;
	height: 40px;
	overflow:hidden;
	text-indent: -1000px;
	background-image: url(images/buttons/follow-me.gif);
}

#body .sidebar {
	position: absolute;
	top: 35px;
	right: 0;
	width: 190px;
}

/**
 * Content
 */
#content {
	padding: 25px;
	font-size: 84%;
	margin: 0 197px 0 247px;
	background-image: url(images/columm-separator-large.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 493px;
}

body.homepage #content {
	font-size: 100%;
	margin: 0;
	padding: 25px 15px 13px;
	min-height: 0;
	background: none; 
}

#content.wide {
	margin-right: 0;
	background: none;
}

#content.extra-wide {
	margin-left: 0;
	margin-right: 0;
	background: none;
}

#content .column {
	background-image: url(images/columm-separator-small.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 342px;
	min-height: 183px;
	padding: 0 18px 0 23px;
}

#content .body {
	color: #58595b;
	font-size: 160%;
	padding-left: 0;
}

#content .opinion {
	width: 303px;
	font-size: 160%;
}

#content .opinion h2 {
	color: #8dc63f;
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 0.1em 0 0.5em;
	width: 70%;
}

#content .opinion p {
	color: #fff;
	font-style: italic;
	font-size: 89%;
	background: #8dc63f url(images/content-balloon.gif) no-repeat left -50px;
	width: 268px;
	padding: 15px 12px;
	overflow: hidden;
}

#content .opinion p.author {
	color: #929497;
	font-size: 68%;
	font-style: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: #fff;
	background-position: left 0px;
	padding-left: 40px;
	width: 240px;
}

#body .careers {
	font-size: 160%;
	float: left;
	width: 195px;
	padding-left: 22px;
}

#body .sidebar .careers {
	width: auto;
	float: none;
}

#body .careers h2 {
	color: #f8971d;
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 0.1em 0 0.1em;
}

#body .careers ul {
	color: #6d6e70;
	list-style: none;
	margin: 0 0 1em;
	font-size: 75%;
	font-family: Arial, sans-serif;
}

#body .careers ul li {
	padding: 8px 0;
	background-image: url(images/common-separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#body .careers ul li a {
	color: #6d6e70;
}

#body .careers p {
	font-size: 75%;
	margin: 0.7em 0 1em;
}

#body .careers .more {
	color: #f8971d;
	font-style: italic;
}

#body .careers .more:after {
	content: ' >';
}

/**
 * Footer
 */
#footer {
	color: #929497;
	font-family: Arial, sans-serif;
	font-size: 110%;
	padding: 0 15px 10px 15px;
}

#footer div {
	background: #f1f1f2;
	padding: 10px 20px;
	overflow: hidden;
}

#footer .copy {
	float: right;
}

#footer ul {
	float: left;
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer ul li:before {
	content: ' | ';
}
#footer ul li:first-child:before {
	content: '';
}

#footer a {
	color: #8dc63f;	
}