body {
	background: #fff;
	font-family: arial, sans-serif;
	border-top: 5px solid #2f2b2c;
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

div#wrap {
	max-width: 900px;
	min-width: 700px;
	margin: auto;
	padding: 0 30px;
}

.right {
	float: right;
}

div.print {
	display: none;
}

div.alignright {
	float: right;
	margin: 0 0 10px 30px;
	text-align: center;
	background: #eee;
	border: 1px solid #ddd;
	padding-top: 4px;
}

div.alignright img {
	border: 1px solid #ddd;
}

div.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 10px 0 0 0;
	color: #4F4F4F;
	text-align: center;
}

div#masttop {
	/*background: url('images/newtop.gif') no-repeat bottom left;*/
	height: 100px;
	width: 100%;
	position: relative;
}

div#masttop div#design-bar {
	height: 23px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ec4c43 url('../images/top-bar-left.gif') no-repeat top left;
}

div#masttop div#design-bar div.right {
	background: url('../images/top-bar-right.gif') no-repeat top right;
	position: absolute;
	top: 0;
	right: -0;
	height: 23px;
	width: 8px;
}

div#masttop div#logo {
	background: url('../images/logo.gif') no-repeat top left;
	height: 48px;
	width: 285px;
	float: left;
	margin-top: 20px;
}

div#masttop div#mastmenu {
	float: right;
	margin-top: 39px;
}

div#masttop div#mastmenu ul {
	list-style: none;
}

div#masttop div#mastmenu ul li {
	float: left;
}

div#masttop div#mastmenu ul li a {
	display: block;
	padding: 2px 2px 2px 15px;
	color: #9e9e9e;
	text-decoration: none;
	font-size: 12px;
}

div#masttop div#mastmenu ul li.current_page_item a {
	color: #000;
}

div#masttop div#mastmenu ul li.login a {
	color: #5399be;
	font-weight: bold;
	padding-left: 2px;
	margin-left: 15px;
}

div#masttop div#mastmenu ul li.login a:hover {
	color: #6bb9e3;
}

div#masttop div#mastmenu ul li a:hover {
	color: #2f2b2c;
}

div#mastbody {
	/*cbackground: url('rect.gif') no-repeat left top;*/
}

div#showroom {
	height: 75px;
	background: #eee;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	background: #eee url('../images/story-bw.jpg') no-repeat center top;
	background: #eee url('../images/banner.gif') no-repeat left top;	
}

div#showroom div#breadcrumb {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fffdee;
	border-bottom: 1px solid #fff6bf;
	border-top: 1px solid #ddd;
	font-size: 11px;
	overflow: hidden;
}

div#showroom div#breadcrumb p span.bcn-now {
	color: #9d9b8e;
}

div#showroom div#breadcrumb p {
	padding: 2px 2px 1px 8px;
	font-size: 11px;
}

div#showroom div#breadcrumb ol {
	margin: 0;
	padding: 0 0 0 5px;
}

div#showroom div#breadcrumb ol li {
	list-style: none;
	float: left;
}

div#showroom div#breadcrumb ol li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 13px 5px 0;
	margin-right: 5px;
	background: url('../images/arrow.gif') no-repeat right center;
}

div#showroom div#breadcrumb ol li.last a {
	background: none;
}

div#showroom div#search {
	position: absolute;
	top: 23px;
	right: 10px;
}

div#showroom div#search label.hidden {
	display: none;
}

div#showroom div#search input#s {
	border: 1px solid #bbb;
	padding: 3px;
}

div#showroom div#search input#searchsubmit {
	border: 1px solid #333;
	background: #333;
	color: #eee;
	display: inline;
	padding: 2px;
	font-weight: bold;
	width: 70px;
	height: 21px;
	cursor: pointer;
}

div#body.search div.post,
div#body.archive div.post {
	border: 1px dotted #bbb;
	padding: 5px;
	margin-bottom: 10px;
}

div#body div.description {
	margin-bottom: 7px;
}

div#body div.post h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
}

div#body div.post small {
	color: #bbb;
	font-size: 11px;
	margin-bottom: 10px;
}

div#body ol.post-wrap {
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #ddd;
}

div#body ol.post-wrap li.post {
	list-style: none;
	padding: 0px;
	height: 37px;
	position: relative;
}

div#body ol.post-wrap li.post:nth-child(odd) { 
	background: #f1f5f9;
}

div#body ol.post-wrap li.post a {
	display: block;
	margin: 0;
	font-size: 13px;
	padding: 11px;
	color: #333;
	text-decoration: none;
	background: url('../images/normal.png') no-repeat 7px center;
	padding-left: 40px;
}

div#body ol.post-wrap li.post a.new {
	background-attachment: url('../images/new.png');
}

div#body ol.post-wrap li.post a:hover {
	color: #EC4C43;
	cursor: pointer;
}

div#body ol.post-wrap li.post a:visited {
	/*color: #9E2B72;*/
}

div#body ol.post-wrap li.post small {
	color: #bbb;
	font-size: 11px;
	margin-bottom: 10px;
	position: absolute;
	top: 12px;
	right: 10px;
	background: #fefade;
	color: #444;
	padding: 2px 4px;
}

div#body.widecolumn div.post p.postmetadata {
	border: 2px solid #ddd;
	padding: 5px;
	display: block;
}

div#body div.navigation {
}

div#body div.navigation.top {
	padding-top: 0;
}

div#body div.navigation a {
	font-size: 11px;
	color: #333;
	padding: 10px;
}

div#body div.form {
	background: #eee url('../images/form-top.gif') no-repeat left top;
	width: 450px;
	margin: 0 auto;
	position: relative;
}

div#body div.form div.top {
	position: absolute;
	background: url('../images/form-top.gif') no-repeat right top;
	height: 9px;
	width: 200px;
	top: 0;
	right: 0;
}

div#body div.form div.bottom {
	background: url('../images/form-bottom.gif') no-repeat left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 9px;
} 

div#body div.form div.bottom-right {
	position: absolute;
	background: url('../images/form-bottom.gif') no-repeat right bottom;
	height: 9px;
	width: 200px;
	bottom: 0;
	right: 0;
}

div#body div.form div.header {
	padding: 10px 20px 10px 20px;
	font-size: 17px;
	font-weight: bold;
	color: #444;
}

div#body div.form div.notice {
	margin: 0 20px 10px 20px;
	font-size: 11px;
	color: #444;
	background: #ddd;
	border: 1px dotted #bbb;
	padding: 10px 20px 10px 63px;
	line-height: 17px;
	position: relative;
	/*	background: url('../images/notice.gif') repeat-y left top; */
	background: url('../images/lock.gif') no-repeat 5% center;
}

div#body div.form div.notice div.lock {
	background: url('../images/lock.gif') no-repeat left top;
	position: absolute;
	right: 10px;
	top: 20px;
	height: 34px;
	width: 31px;
	display: none;
}

div#body div.form ol {
	margin: 0;
	padding: 0px 20px 20px 20px;
}

div#body div.form ol li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	float: left;
	width: 100%;
}

div#body div.form ol li div.assurance {
	margin: 5px 0 0 145px;
	float: right;
	font-size: 11px;
	color: #444;
	line-height: 17px;
}

div#body div.form ol li.bottom-seperator {
	border-bottom: 1px dotted #bbb;
	margin-bottom: 10px;
}

div#body div.form ol li.last { border: 0; }

div#body div.form ol li label {
	font-size: 12px;
	float: left;
	display: block;
	width: 135px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	font-weight: bold;
}

div#body div.form div.controls {
	padding: 0 0px 20px 20px;
	text-align: right;
	position: relative;
	height: 30px;
	clear: both;
}

div#body div.form ol li input,
div#body div.form ol li textarea {
	padding: 2px;
	font-size: 12px;
	font-family: sans-serif;
	border: 1px solid #bbb;
	float: left;
	width: 259px;
	max-width: 259px;
}

div#body div.form div.controls input {
	border: 1px solid #942620;
	background: #EC4C43;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

div#body div.form div.controls input:hover {
	background: #fefade;
	border-color: #807c61;
	color: #807c61;
}

div#body div.form div.controls img.ajax-loader {

}

div.entry p {
	margin-bottom: 10px;
}

p.nocomments {
	display: none;
}

div#bar {
	background: #fff6bf;
	border-bottom: 1px solid #ffd324;
	border-top: 1px solid #ffd324;
	margin-top: 10px;
	padding: 4px;
	font-size: 11px;
	display: none;
}

div#navigation {
	float: left;
	/*border-left: 10px solid #e43a36;*/
	/*border-left: 10px solid #eee;*/
	margin-top: 10px;
	width: 200px;
}

div#navigation div#navigation-bottom {
	background: #2f2a2b url('../images/menu-bottom-left.gif') no-repeat top left;
	height: 20px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

div#navigation div#navigation-bottom div.right {
	background: url('../images/menu-bottom-right.gif') no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 11px;
}

div#navigation div.menu-header {
	font-size: 11px;
	margin: 0 0 0 0px;
	padding: 5px 5px 5px 5px;
	background: #2f2a2b;
	color: #fff;
	font-weight: bold;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
}

div#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div#navigation ul li a {
	color: #2f2a2b;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #bbb;
	font-size: 11px;
	margin: 0;
	background: url('../images/bullet_black.png') no-repeat left center;
	padding-left: 17px;
}

div#navigation ul li a:hover,
div#navigation ul li a:active,
div#navigation ul li.current_page_item a,
div#navigation ul li.current_page_ancestor a,
div#navigation ul li.current-cat a,
div#navigation ul li.current-cat-parent a {
	background: #fffdee url('../images/bullet_red.png') no-repeat left center;
	color: #000;
}

div#navigation ul li a.external {
	background: url('../images/bullet_go.png') no-repeat left center;
}

div#navigation ul li.last a {
	border-bottom: 0;
}

div#navigation ul li.current_page_ancestor ul li a,
div#navigation ul li.current_page_item ul li a,
div#navigation ul li.current-cat ul li a,
div#navigation ul li.current-cat-parent ul li a {
	padding-left: 20px;
	background: #fffffc;
	border: 0;
	border-left: 5px solid #bbb;
}


div#navigation ul li.current_page_ancestor ul li a:hover,
div#navigation ul li.current_page_item ul li a:hover,
div#navigation ul li.current_page_ancestor ul li.current_page_item a,
div#navigation ul li.current-cat ul li a:hover,
div#navigation ul li ul li.current-cat a,
div#navigation ul li.current-cat-parent ul li a:hover {
	background: #fbfaf3;
}

div#navigation ul li.current_page_ancestor ul,
div#navigation ul li.current_page_item ul,
div#navigation ul li.current-cat-parent ul,
div#navigation ul li.current-cat ul {
	border-bottom: 1px solid #bbb;
	margin-bottom: 0px;
}

div#navigation ul li ul,
div#navigation ul li ul li ul li {
	display: none;
}

div#navigation ul li.current_page_ancestor ul,
div#navigation ul li.current_page_item ul,
div#navigation ul li.current-cat ul,
div#navigation ul li.current-cat-parent ul,
div#navigation ul li.current-cat-parent ul li.current-cat ul.children li {
	display: block;
}

div#body {
	/*float: right;
	margin-left: 10px;
	width: 640px;
	margin-bottom: 20px;
	margin-top: 10px;*/
	margin: 10px 0 40px 210px;
}

div#footer {
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

div#footer address {
	color: #bbb;
	font-family: Helvetica, Arial, san serif;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4em;
}

div#partners {
	clear: both;
	margin-bottom: 40px;
}

div#partners a {
	display: block;
	background: url('../images/petro-canada-logo.gif') no-repeat left top;
	width: 200px;
	height: 149px;
	text-indent: -9999px;
}

div.banner {
	float: left;
	border: 1px solid #ddd;
	width: 198px;
	text-align: center;
	margin-bottom: 10px;
}

div.banner a {
	color: #EC4C43;
}

div.banner img {
	margin: 10px;
}

div.banner p {
	font-size: 11px;
	color: #bbb;
	margin: 10px;
	text-transform: uppercase;
}

div.banner.right {
	float: right;
	margin-left: 10px;
}

div.banner strong {
	font-size: 16px;
	color: #EC4C43;
}

div.banner ul {
	border-top: 1px solid #ddd;
}

div#navigation div.banner ul li a {
	background: #f7f7f7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	text-align: left;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 25px;
}

div#navigation div.banner ul li.map a {
	background: #f7f7f7 url('../images/map.png') no-repeat 5px center;
}

div#navigation div.banner ul li.map a:hover {
	background: #eee url('../images/map_go.png') no-repeat 5px center; 
	color: #222;
}

div#navigation div.banner ul li.contact a {
	background: #f7f7f7 url('../images/email.png') no-repeat 5px center;
}

div#navigation div.banner ul li.contact a:hover {
	background: #eee url('../images/email_go.png') no-repeat 5px center; 
	color: #222;
}

div#navigation div.banner ul li.stock a {
	background: #f7f7f7 url('../images/building.png') no-repeat 5px center;
}

div#navigation div.banner ul li.stock a:hover {
	background: #eee url('../images/building_go.png') no-repeat 5px center; 
	color: #222;
}

div#navigation div.banner ul li a:hover { 
	/*background-color: #eee; 
	color: #222;*/
}

div#search {
	position: absolute;
	top: 0;
	right: 0;
}

h1 {
	margin: 0 0 10px 0;
	font-family: Arial, sans-serif;
	font-size: 15px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -0.1px;
	/*color: #e43a36;*/
	color: #fff;
	background: #ec4c43 url('../images/bottom-bar-right.gif') no-repeat right top;
	height: 23px;
	overflow: hidden;
}

h1 span {
	padding: 3px 5px;
	display: block;
}

h2 {
	margin: 0px 0 10px 0;
	font-family: Helvetica, Arial, san serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -0.1px;
	color: #e43a36;
}

h2#comments {
	margin-top: 10px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.8em;
	margin: 0;
}

a {
	color: #4f92b9;
}

a:hover {
	color: #e43a36;
}

img.alignright {
	float: right;
}

textarea#comment {
	width: 620px;
	border: 1px solid #bbb;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

div#logo a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

div#body ul {
	padding-left: 10px;
}

div#body ul li {
	/* line-height: 22px; */
	margin-bottom: 1px;
	font-size: 12px;
	list-style: none;
	background: url('../images/bullet_red.png') no-repeat left top;
	padding-left: 20px;
	padding-top: 1px;
	line-height: 17px;
}

div.entry {
	position: relative;
	/*border-left: 80px solid #f6f6f6;
	padding-left: 10px;*/
}

div#wrap-front {
	position: relative;
	overflow: hidden;
}

div#wrap-front div.top {
	position: relative;
	height: 216px;
}

div#wrap-front div.top div.left,
div#wrap-front div.bottom div.left {
	float: left;
	width: 50%;
	/*height: 174px;*/
	overflow: hidden;
	margin-bottom: 10px;
}

div#wrap-front div.top div.right,
div#wrap-front div.bottom div.right {
	float: right;
	width: 50%;
/*	height: 174px;*/
	overflow: hidden;
	margin-bottom: 10px;
}

div#wrap-front div.wide {
	width: 100%;
	height: 116px;
	margin-bottom: 10px;
	overflow: hidden;
}

div#wrap-front div.seperator {
	background: #eee;
	height: 8px;
	width: 688px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #bbb;
	/*background: url('../images/sep.gif') no-repeat center top;
	border: 0;
	height: 40px;
	width: 100%;
	overflow: hidden;*/
	margin-bottom: 10px;
}

div#wrap-front div.box {
	height: 204px;
	overflow: hidden;
} 

div#wrap-front div.left div.box {
	margin: 0 5px 0 0;
}

div#wrap-front div.right div.box {
	margin: 0 0 0 5px;
}

div#wrap-front div.right.focus div.box {
	background: #2F2A2B;
	border-color: #2F2A2B;
	color: #fff;
}

div#wrap-front div.right.focus div.box div.header {
	background: #222;
	color: #fff;	
}

div#wrap-front div.box {
	border: 1px solid #ddd;
	position: relative;
}

div#wrap-front div.header {
	background: #eee;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	/*url('../images/newspaper.png') no-repeat 98% center*/
}

div#wrap-front div.sub-content {
	margin: 0 5px 5px 5px;
	font-size: 12px;
	line-height: 18px;
}

div#wrap-front div.sub-content a#cta-text {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-weight: bold;
}

div#wrap-front div.sub-content ul {
	margin: 0;
	padding: 0;
}

div#wrap-front div.sub-content ul li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 5px 5px 5px 25px;
	border-bottom: 1px solid #ddd;
	background: url('../images/newspaper.png') no-repeat left center;
}

div#wrap-front div.sub-content ul li.last {
	border: 0;
}

div#wrap-front div.left-column {
	float: left;
	width: 50%;
}

div#wrap-front div.left-column div.box {
	margin: 0 5px 10px 0;
}

div#wrap-front div.right-column div.form {
	margin: 0 0 10px 5px;
	width: 99%;
	position: relative;
}

div#wrap-front div.right-column div.form div.header {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: 0;
}

div#wrap-front div.right-column div.form ol {
	margin: 0;
	padding: 0;
	height: 123px;
}

div#wrap-front div.right-column div.form ol li {
	margin: 0;
	padding: 0 20px;
	display: block;
}

div#wrap-front div.right-column div.form ol li label {
	text-align: left;
	float: none;
	margin-bottom: 5px;
}

div#wrap-front div.right-column div.form ol li input {
	margin-bottom: 5px;
	padding: 5px;
	width: 240px;
	letter-spacing: 2px;
	display: block;
}

div#wrap-front div.right-column div.form ol li div.assurance {
	margin: 0;
	padding: 0;
	text-align: left;
	float: none;
	width: 230px;
	clear: both;
	display: block;
}

div#wrap-front div.right-column div.form div.controls {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 62px;
	right: 20px;
	width: 40px;
}

div#wrap-front div.right-column div.form div.controls input {
	padding: 3px;
}

div#wrap-front div.right-column {
	float: right;
	width: 50%;
}
/*
div#wrap-front form div.form {
	margin: 0;
	padding: 0;
	background: #eee;
	width: 300px;
}

div#wrap-front form div.form div.header {
	margin: 0;
	padding: 5px;
	font-size: 12px;
}

div#wrap-front form div.form ol {
	margin: 0;
	padding: 20px 30px;
	background: #eee;
	height: 98px;
}

div#wrap-front form div.form ol li {
	margin: 0;
	padding: 0;
}

div#wrap-front form div.form ol li label {
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
}

div#wrap-front form div.form ol li input {
	width: 200px;
	padding: 4px;
	margin-bottom: 5px;
}

div#wrap-front form div.form ol li div.assurance {
	margin: 0;
	width: 200px;
	text-align: left;
	float: none;
}

div#wrap-front form div.form div.controls {
	position: absolute;
	bottom: 0;
	right: 0;
}

div#wrap-front form div.form div.bottom {
	display: none;
}

div#wrap-front form div.form div.bottom-right {
	display: none;
}
*/

ul.news li a {
	display: block;
	overflow: hidden;
	height: 15px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

div.related {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

div.related div.header {
	font-weight: bold;
	font-size: 12px;
	background: #eee;
	padding: 5px;
}

div.related ol.related {
	margin: 0;
	padding: 0 0 10px 0;
}

div.related ol.related li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

div.related ol.related li a {
	display: block;
	padding: 10px 10px 0 30px;
	background: url('../images/page_white.png') no-repeat 5px 8px;
}

div.related ol.related li a:hover { 
	background-image: url('../images/page_white_go.png');
}

div.slide {
	margin: 0 auto 10px auto;
	width: 460px;
	position: relative;
	background: #eee url('../images/form-top.gif') no-repeat left top;
}

div.slide div.top {
	background: url('../images/form-top.gif') no-repeat right top;
	height: 9px;
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

div.slide div.bottom-left {
	background: url('../images/form-bottom.gif') no-repeat left top;
	height: 9px;
	width: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
}

div.slide div.bottom-right {
	background: url('../images/form-bottom.gif') no-repeat right top;
	height: 9px;
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}

div.slide div.content {
	padding: 10px 20px 20px 20px;
}

div.slide div.header {
	color: #444;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 20px 0 20px;
	position: relative;
}

div.slide div.header a {
	font-size: 11px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 4px;
}

div#body.archive div.post { 
	border: 0;
}

div.post div#tags {
	font-size: 11px;
	margin-bottom: 10px;
}

div.post div#tags {
	text-align: center;
}

div.post div#tags a {
	background: #fefade;
	color: #333;
	text-decoration: none;
	padding: 2px 3px;
	font-weight: bold;
}

div.box.tags a {
	text-decoration: none;
	font-weight: bold;
}

a.pdf {
	font-weight: normal !important;
}

img.pdf-icon {
	border: 0;
}

div.navigation-post {
	position: relative;
	height: 30px;
	font-size: 11px;
	border: 2px solid #ddd;
	background: #eee;
	border-bottom: 0;
}

div.navigation-post a {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

div.navigation-post a:hover { 
	color: #EC4C43;
}

div.navigation-post div.previous:hover,
div.navigation-post div.next:hover {
	color: #EC4C43;
}

div.navigation-post div.previous {
	float: left;	
	padding: 8px;
}

div.navigation-post div.next { 
	float: right;
	padding: 8px;
}

div#top-seller.smoreolie {
	background: blue url("../images/lp-smoreolie.png");
	height: 220px;
	margin-bottom: 10px;
	position: relative;
}

div#top-seller.smoreolie a#cta {
	background: url('../images/cta-lp-smoreolie.png') no-repeat left top;
	width: 211px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div#body div#top-seller.smoreolie h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 26px;
	letter-spacing: 2px;
}

div#top-seller div#testimonials {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	color: #fff;
	font-size: 12px;
}

div#top-seller div#testimonials p {
	line-height: 20px;
}

div#top-seller div#testimonials div#quote {
	font-size: 40px;
	position: absolute;
	font-family: tahoma, georgia, serif;
	top: -6px;
	left: -30px;
}

div#top-seller.smoreolie div#bullets {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

div#top-seller.smoreolie div#bullets div.top,
div#top-seller.smoreolie div#bullets div.bottom {
	height: 12px;
	position: relative;
}

div#top-seller.smoreolie div#bullets div.top div.left {
	background: url('../images/box/topleft.png') no-repeat left top;
	height: 12px;
	width: 13px;
	position: absolute;
	top: 0;
	left: 0;
}

div#top-seller.smoreolie div#bullets div.top div.right {
	background: url('../images/box/topright.png') no-repeat left top;	
	height: 12px;
	width: 13px;
	position: absolute;
	top: 0;
	right: 0;
}

div#top-seller.smoreolie div#bullets div.top div.bar {
	background: url('../images/box/bg.png') repeat left top;
	height: 12px;
	margin: 0 13px;	
}

div#top-seller.smoreolie div#bullets div.bottom div.left {
	background: url('../images/box/bottomleft.png') no-repeat left top;
	height: 12px;
	width: 13px;
	position: absolute;
	top: 0;
	left: 0;
}

div#top-seller.smoreolie div#bullets div.bottom div.right {
	background: url('../images/box/bottomright.png') no-repeat left top;	
	height: 12px;
	width: 13px;
	position: absolute;
	top: 0;
	right: 0;
}

div#top-seller.smoreolie div#bullets div.bottom div.bar {
	background: url('../images/box/bg.png') repeat left top;
	height: 12px;
	margin: 0 13px;	
}

div#top-seller.smoreolie div#bullets ul { 
	margin: 0 0 -10px 0;
	padding: 0 13px;
	background: url('../images/box/bg.png') repeat left top;
}

div#top-seller.smoreolie div#bullets ul li {
	color: #bfe5f2;
	font-size: 13px;
	font-weight: bold;
	background: 0;
	padding: 0;
	margin-bottom: 10px;
} 

div#wrap-front h1 {
	font-size: 13px;
	font-weight: bold;
	background: #fefade;
	color: #222;
}

div#wrap-front div.header h2 {
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

div#body div.ddsg-wrapper ul {
	margin: 0;
	padding: 0;
}

div#body div.ddsg-wrapper ul li {
	list-style: none;
	background: 0;
	padding: 0;
	margin: 10px 0 0 0;
}

div#body div.ddsg-wrapper ul li ul {
	margin-left: 20px;
	margin-top: 10px;
}

div#body div.ddsg-wrapper ul li ul li {
	border: none;
	background: none;
}

div#body div.ddsg-wrapper strong,
div#body div.ddsg-wrapper a {
	font-size: 11px;
}

div#mastmenu li.russia {
	width: 16px;
	height: 11px;
	padding: 3px;
	margin-left: 20px;
}

div#mastmenu li.russia a {
	background: url('../images/ru.png') no-repeat left top;
	width: 16px;
	height: 11px;
}

div#mastmenu li.great-britain {
	width: 16px;
	height: 11px;
	padding: 3px;
	margin-left: 5px;
}

div#mastmenu li.great-britain a {
	background: url('../images/gb.png') no-repeat left top;
	width: 16px;
	height: 11px;
}

div#mastmenu li.norway {
	width: 16px;
	height: 11px;
	padding: 3px;
	margin-left: 5px;
}

div#mastmenu li.norway a {
	background: url('../images/no.png') no-repeat left top;
	width: 16px;
	height: 11px;
}

div.address {
	background: #eee;
	padding: 20px;
	font-size: 12px;
	width: 80%;
	margin: 0 auto;
}

div.address div.name {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #444;
	border-bottom: 1px dotted #bbb;
	padding: 0 0 10px 0;
}

div.address div.office-phone {
	height: 24px;
	margin-bottom: 20px;	
	border-bottom: 1px dotted #bbb;
}

div.address div.office-phone div.label {
	float: left;
	width: 50%;
	font-weight: bold;
}

div.address div.office-phone div.value {
	float: left;
	width: 50%;	
}


div.address div.persons {
	height: 90px;
		border-bottom: 1px dotted #bbb;
		padding: 0 0 8px 0;
		margin-bottom: 10px;
}

div.address div.persons div.label {
	float: left;
	width: 50%;
	font-weight: bold;
	margin-bottom: 20px;
}

div.address div.persons div.value {
	float: left;
	width: 50%;	
	margin-bottom: 20px;	
}

div.address div.address-details {
	height: 140px;
}

div.address div.address-details div.label {
	float: left;
	height: 70px;
	width: 50%;
	font-weight: bold;
}

div.address div.address-details div.value {
	float: left;
	height: 70px;
	width: 50%;	
	line-height: 18px;
}
