﻿/* element styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em; /* 16px */
	color: #000;
	background: #FFF url() left top repeat-x;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p, div, h1, h2, h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3 {
	font-weight: normal;
	margin-bottom: 0.5em;
	font-family: "Roboto Condensed", sans-serif;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
	color: #204b91;
}

h3 {
	font-size: 1.125em;
}

a:link, a:visited, a:active {
	color: #204b91;
	text-decoration:none;
}

a:hover, a:focus {
	color:#7f8386;
	text-decoration:underline;

}

a img {
	border: none;
}

ul li {
	margin-top:5px;
}

/* globally relevant baseline styles */
.button {
	display: inline-block;
	margin: 12px 30px;
	padding: 5px;
	border: none;
	background: #3163a6;
	color: #FFF;
	font-size: 1em; 
	line-height: 1.5em; 
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover, .button:focus {
	text-decoration: underline;
	background: #21549c;
}

.pages {
	text-align: center;
	font-weight: bold;
}

.pages a:link, .pages a:visited {
	
}

.pages .current {
	
}

.struct {
	display: none;
}

/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
	display: block;
	width: 99%;
	height: 1px;
	clear: both;
	overflow: hidden;
}

/*** section styles ***/
.header, .midsection, .base {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.header {
	height: 155px;
	background: #FFF url() top left repeat-x;
	z-index: 10;
	border-bottom: 1px solid #FFF;
}

.grey-line {
	height: 10px;
	width: 100%;
	position: absolute;
	background: #acafb1;
}

.grey-header-bottom {
	height: 5px;
	width: 100%;
	position: absolute;
	bottom:0;
	background: #dfdfdf;
}

.container
{
	width: 980px;
	margin: 0 auto;
}

.banner {
	background: transparent url() top center no-repeat;
	height: 140px;
	position: relative;
	border-top: 10px solid #21579f;
}

.logo {
	display: block;
	position: absolute;
	top: 45px;
	left: 0px;
}

.header-contact {
	position: absolute;
	top: 10px;
	right: 0;
	font-family: "Roboto Condensed", sans-serif;
	color: #585d61;
	line-height: 32px;
	width: 185px;
	background: url('icon_phone.png') 0 3px no-repeat;
}

.header-contact p {
	padding-left: 30px;
	float: left;
	font-size: 19px;
}

.header-contact a {
	float: right;
}

.main-navigation {
	position: relative;
	padding: 0;
	background: transparent url('') left top repeat-x;
	color: #FFF;
	text-align: left;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	bottom: 0px;
	margin-bottom: 15px;
	position: absolute;
}

.main-navigation ul {
	margin: 0; 
	padding: 0;
	text-align: right;
}

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	background: transparent url('') left center no-repeat;
	border-right: 1px solid #d2d2d2;
}

*+html .main-navigation > ul  li { display: block; float: left; } /* IE7*/

.main-navigation > ul li:first-child {
	background-image: none; /* remove separator */
	border-left: 1px solid #d2d2d2;
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: inline-block;
	padding: 0 20px;
	color: #585d61;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #585d61;
	text-decoration: none;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #585d61;
}

.main-navigation .sel:after,
.main-navigation a:hover:after{
	content: url('triangle.png');
	background: #21569f;
	display: block;
	position: absolute;
	bottom: -19px;
	left: 0;
	width: 100%;
	height: 4px;
	text-align: center;
	line-height: 11px;
}

.main-navigation li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #575757;
}

.main-navigation li:hover ul, .main-navigation a:focus+ul {
	height: auto;
}

.main-navigation li li {
	position: relative;
	display: block;
	width: 175px; /* 190px */
	height: auto;
	padding: 0 0 0 15px;
	line-height: 1em;
	text-align: left;
	margin:0;
	background-image: none;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 5px 0;
	width: 100%;
}

.midsection {
	z-index: 5;
	background: url('mid_bg.jpg') top left repeat-x;
	border-top: 1px solid #FFF;
}

.content {
	
	padding: 20px;
	background: none;
}

.content p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 19px;
}

.content .blue-box {
	background: #3162a6;
	color: #FFF;
	margin: -20px;
	padding: 20px;
}

.content .blue-box a {
	color: #fff;
}

.blue-box h2 {
	background: #3162a6;
	color: #FFF !important;
	margin: -19px -20px;
	padding: 20px;
	font-size:22px;
}

.midsection .content .blue-box {
	
	margin-top: -89px;
}

.content .blue-box h1 {
	margin: -20px;
	padding: 20px;
	padding-bottom: 0;
	padding-right: 0;
	margin-bottom: 25px;
	background: #215396;
}

.content .blue-box h1 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	width: 100%;
	display: block;
}

.panels {
	margin-bottom: 45px;
	margin-top: 40px;
	margin-right: -40px;
	overflow: hidden;
}

.panels div{
	width: 298px;
	font-size: 14px;
	float: left;
	margin-right: 40px;
}

.panels img {
	margin-bottom: 15px;
}

.panels p {
	margin-bottom: 10px;
}

.panels a {
	
	
}

.content-wrapper:before,
.content-wrapper:after
{
	content: "";
	width: 0px;
	height: 0px;
	clear: both;
	display: block;
}

.content-wrapper > .struct {
	display: block;
	position: absolute;
	top: 0;
	height: 0px;
	width: 0px; 
}

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	margin-bottom: 0px;
	z-index: 0;
	background: #6c7073;
}

.base-top {
	position: absolute;
	top: 0;
	height: 40px;
	width: 100%;
	
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(214,214,214,1) 25%, rgba(208,208,208,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(25%,rgba(214,214,214,1)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(214,214,214,1) 25%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(214,214,214,1) 25%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(214,214,214,1) 25%,rgba(208,208,208,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(214,214,214,1) 25%,rgba(208,208,208,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */

}

.base-bottom {
	position: absolute;
	bottom: 0;
	height: 55px;
	background: #4b4f51;
	width: 100%;
}

.footer {
	position: relative;
	height: 265px;
	padding: 0;
	text-align: left;
	background: transparent url() center top no-repeat;
	font-size: 0.75em; /* 12px from 16px */
	color: #FFF;
}

.footer-nav {
	height: 40px;
	font-size: 14px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}

.footer-nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.footer-nav li{
	display: inline-block;
}

.footer-nav ul li a{
	padding: 0 17px;
	color: #3b3b3b !important;
	height: 40px;
	line-height: 40px;
}

.footer-logo {
	position: absolute;
	top: 95px;
	left: 0;
}

.footer-contact {
	position: absolute;
	top: 85px;
	left: 425px;
}

.footer-contact p {
	line-height: 19px;
}	

.footer-img {
	position: absolute;
	top: 40px;
	right: -60px;
}

.footer h2 {
	margin-top: 0;
	margin-bottom: 4px;
	color: #FFF;
	font-size: 21px;
}

.footer p {

}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	text-decoration: underline;
}

.copyright {
	position: absolute;
	bottom: 20px;
	left: 0px;
	color: #9c9c9c;
}

.avd {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #9c9c9c;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: relative;
	width: 1311px;
	height: 419px;
	margin: 0 auto;
}

.slideshow-wrapper {
	width: 100%;
	background: #9e9fa2;
}


.slideshow img {
	display: none;
}

.slideshow img:first-child {
	display: block;
}

.orbit-wrapper .slideshow {
	
}

.slider {

}

.slider > div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div.orbit-wrapper {
	width: 1311px !important;
	height: 419px !important; 
}

div.orbit {
	width: 1311px !important;
	height: 419px !important;
}


.orbit-wrapper .orbit-caption {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	text-align: left;
	position: absolute;
	left: 190px;
	bottom: 95px;
	width: 925px;
	background: none;
}

.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	display: none;
}
.slideshow:after {
	content: url('slide_shadow.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/

/* ss nav features */
/*
div.slider-nav span {

}
 
div.slider-nav span.left {
	background-image: url('slider_left.png');
}

div.slider-nav span.right {
	background-image: url('slider_right.png');
}


.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.gallery img {
	display: inline; /* kauri default sets to block */
	vertical-align: middle;
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin-top: 8px;
}

.contact p {
	line-height: 1.75em;
}

.contact p.action {
	text-align: center;
}

.contact .action a {
	font-size: 0.875em;
}

.contact label {
	display: inline-block;
	width: 25%; 
	vertical-align: top;
}

.contact label.error {
	width: auto;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	width: 45%;
	font-family: inherit;
	font-size: 0.875em;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: 45%;
	height: 5em;
	font-family: inherit;
	font-size: 0.875em;
}

/* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
/*
.contact input[type=radio] + label {
	left: -22px;
	padding: 3px 20px 3px 30px;
	height: 18px;
	line-height: 18px;
	background: transparent url('radio-buttons.png') top left no-repeat;
}

.contact input[type=radio]:checked + label{
	background-position: bottom left;
}

.ie8 .contact input[type=radio] + label {
	left: 0;
	padding-left: 10px;
	background-image: none;
}
*/

/* blog */
.articleNav {
	overflow: hidden;
}

.articleNav .previous {
	float: left;
}

.articleNav .next {
	float: right;
}

.regionList
{
	padding: 15px 10px;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	font-size: 15px;
	width: 696px;
	margin: auto;
}

.regionList li
{
	float: left;
	display: block;
}

.regionList li a
{
	width: 150px;
	padding: 10px;
	border: 3px;
	display: block;
	color: #6d6e71;
	background-color: #f9f9f9;
	border: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.regionList li.sel a,
.regionList li a:hover,
.regionList li a:focus,
.regionList li a:active
{
	background-color: #a29061;
	color: #fff;
}

.stockists
{
	width: 716px;
	margin: auto;
	border-radius: 10px;
	margin-top: 80px;
	position: relative;
	margin-bottom: 50px;
}

.stockists:before,
.stockists:after
{
	content: "\0000a0";
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
	display: block;
}

.stockists h2
{
	position: absolute;
	top: -65px;
	left: 10px;
}

.stockists div
{
	float: left;
	height: 155px;
	padding: 10px;
	width: 155px;
	position: relative;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	margin: 2px;
}

.stockists h3
{
	font-size: 17px;
	margin: 0px;
}

.stockists p
{
	margin: 0px;
	font-size: 14px;
	line-height: 19px;
}

.stockists .mapLink
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-left: 40px;
	padding-top: 15px;
	background: url(map.png) left no-repeat;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {
	
}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

.orders .ref {
	text-align: left;
}

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

.orders .price {
	text-align: right;
}

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

/* tinymce universal formatting */
#tinymce {width: 940px; padding: 10px; background: #FFF; text-align: left; font-size: 1em; color: #666;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }

#contact-form {
	background: #fafafa url('mid_bg2.jpg');
	width: 915px;
	height: 485px; 
	    margin: 0 auto 175px;
	border: 10px solid #FFF;
	-webkit-box-shadow: 2px 2px 4px 1px #d8d8d8;
	box-shadow: 2px 2px 4px 1px #d8d8d8;
}
#form-wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#form-wrapper h2 {
	font-size: 30px;
	padding-top: 0px;
	margin-bottom: 0;
	float: left;
	width: 100%;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
#form-wrapper h2 strong {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
}
#form-wrapper form {
	float: left;
}
#form-wrapper .input-name,
#form-wrapper .input-email,
#form-wrapper .input-message {
	float: left;
	padding: 15px 0px 5px 0;
	font-size: 16px;
	color: #000000;
	position: relative;
}
#form-wrapper input#name,
#form-wrapper input#email {
	width: 250px;
}
#form-wrapper label {
	float: left;
	width: 280px;
	margin-right:15px;
	padding-bottom: 7px;
	color: #000000;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
.ie7 #form-wrapper label {
	position: relative;
	left: 0;
	top: 0;
}
.ie7 #form-wrapper input#name,
.ie7 #form-wrapper input#email {
	position: absolute;
	left: 0;
	top: 50px;
}
.ie7 #form-wrapper .input-message {
	margin-top: 40px;
	margin-bottom: 10px;
}
#form-wrapper label.error {
	position: absolute;
	right: 20px;
	top: 23px;
	width: 260px;
	text-align: right;
	font-size: 14px;
	padding: 0;
	color: #e50000;
	text-shadow: none;
}
.ie7 #form-wrapper label.error,
.ie8 #form-wrapper label.error {
	width: 320px;
}
#form-wrapper textarea {
	width: 545px;
}
#form-wrapper input,
#form-wrapper textarea {
	padding: 10px 10px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	color: #e3dfdc;
	color: #b9b2ac;
	-webkit-transition: all 0.5s;
	transition: color 0.5s;
}
#form-wrapper input {
	background: #FFF url(../img/input-shadow.png) bottom left repeat-x;
}
#form-wrapper textarea {
	background: #FFF url(../img/textarea-shadow.png) bottom left repeat-x;
	height: 210px;
}
#form-wrapper input:focus,
#form-wrapper textarea:focus {
	color: #554d47;
}
.ie7 #form-wrapper input,
.ie8 #form-wrapper input,
.ie7 #form-wrapper textarea,
.ie8 #form-wrapper textarea {
	color: #554d47;
}
#form-wrapper input#submit {
	background: #204B91 url(../img/blue-shadow.png) 0 0 repeat-x;
	float: left;
	width: 185px;
	padding: 5px 0; 
	font-size: 25px;
	margin-top: 5px;
	border-color: rgba(255, 255, 255, .15);
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
	font-weight: 500;
}
#form-wrapper input#submit:hover {
	background: #7f8386 url(../img/blue-shadow.png) 0 -20px repeat-x;
}


#form-wrapper .input-name,
#form-wrapper .input-email
{
	width: 295px;
}


#form {
	float: left;
	width: 590px;
	margin-left:20px;
}
#form-sidebar {
	float: right;
	width: 260px;
	padding: 40px 75px 0 0;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
#form-sidebar p {
	font-size: 16px;
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#form-sidebar a {
	font-size:18px;
	margin:0px;
	padding:0px;
}

#form-sidebar strong {
	font-size: 16px;
	line-height: 1.5em;
}
#form-sidebar h2 {
	font-size: 20px;
	margin: 0 0 0px 0;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}

.service4 {
	width: 894px;
	padding: 5px 15px 0px 5px;
	border: 10px solid #FFF;
	-webkit-box-shadow: 2px 2px 4px 1px #d8d8d8;
	box-shadow: 2px 2px 4px 1px #d8d8d8;
	margin-right:10px;
	margin-bottom:15px;
	margin-left:3px;
}

.rightimg {
	float: right;
	margin-left: 15px;
	border:4px solid #dfdfdf;
}

.rightimg2 {
	float: right;
	margin-left: 15px;
	margin-top:15px;
	border:4px solid #dfdfdf;
}
