@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
* {
	box-sizing: border-box;
}
a {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
body {
	background-image: none;
	font-family: 'Open Sans', arial, sans-serif !important;
	font-weight: 300;
	font-size: 14px;
}
#container {
	width: 100%;
	background: #fff;
}
#header {
	font-size: 1em;
	height: auto;
	width: 100%;
	border-top: 5px solid #5B4C95;
}
#logo {
	background: url(../../assets/images/sitelayout/Shared/dmb_flexsport_logo_2015.png) no-repeat right 0;
	width: 196px;
	height: auto;
}
#gallery {
	background: url(../../assets/images/sitelayout/Shared/hanger-banner.jpg) no-repeat center top fixed;
	background-size: 100% auto;
	
	width: 100%;
	height: 400px;
	border-bottom: 20px solid #7B9FBA;
}
#pagebody {
	max-width: 1200px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-right: 20px;
}
#page {
	clear: both;
	font-size: inherit;
	padding: 0 0 30px 30px;
}
#page p {
	line-height: 1.6em;
	color: #333;
}
#page h1 {
	font-size: 25px;
	margin: 0 0 15px;
	font-weight: 300;
}
#leftcol {
	background: #f5f5f5;
	padding: 20px;
	width: 28%;
}
#leftcol h2 {
	color: #7B9FBA;
	font-size: 25px;
	font-weight: 300;
}
#leftcol h3 {
	color: #000;
	font-size: 15px;
	font-weight: 300;
}
#left {
	width: 100%;
	font-size: 1em;
}
#left #vertNav {
	margin: 0;
}
#vertNav h2 {
	margin: 0 0 15px;
}
#left #vertNav h3 {
	margin: 0;
}
#left #vertNav h3 a:link, #left #vertNav h3 a:active, #left #vertNav h3 a:visited, #left #vertNav h3 a:hover {
	font-weight: 700;
	background: #7B9FBA;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	display: block;
}
#left #vertNav h3 a:hover {
	background: #4F7D9F;
	text-decoration: none;
}
#vertNav ul {
	margin: 15px 0;
}
#vertNav li {
	margin: 0;
	padding: 0;
}
#left #vertNav a:link, #left #vertNav a:visited, #left #vertNav a:active, #left #vertNav a:hover {
	color: #764C95;
	padding: 3px 10px;
	display: block;
	border-radius: 3px;
}
#left #vertNav a:hover {
	color: #764C95;
	background: #ddd;
	text-decoration: none;
}
#horizNav {
	font-size: 1em;
	margin: 0;
	padding: 21px 0 21px 20px;
	float: right;
}
#horizNav li {
	border: none;
	padding: 0;
	float: left;
	margin: 0;
	margin-left: 10px;
}
#horizNav a:link, #horizNav a:visited, #horizNav a:active, #horizNav a:hover {
	background: #764C95;
	color: #fff;
	border-radius: 5px;
	padding: 3px 10px;
	display: block;
}
#horizNav a:hover {
	background: #9678AF;
	color: #fff;
}
#homeRight {
	width: 100% !important;
}
#homeRight #usedby {
	text-align: left !important;
}
#homeRight #usedby h3 {
	color: #7b9fba !important;
	font-size: 25px !important;
	font-weight: 300 !important;
	margin-bottom: 15px;
}
#homeRight #usedby ul {
	padding-left: 12px;
	margin: 0;
}
#homeRight #usedby li {
	color: #764C95 !important;
	font-weight: 300 !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: disc;
	margin: 5px 0 !important;
}
#footer {
	background: #764C95;
	padding: 50px 20px;
	width: 100%;
	text-align: center;
}
#footer p {
	color: #fff;
}
#ffmlogo {
	margin: 50px 0;
	display: block !important;
}
label {
	margin:7px 10px 0 0;
}
input, select, textarea {
	border-radius:5px;
	border:1px solid #E2D1EF;
	background:#F8EFFF;
	padding:5px;
	font-family: 'Open Sans', arial, sans-serif !important;
	color:#333;
}
input[type="submit"] {
	background:#7B9FBA;
	border-color:#59819F;
	color:#fff;
	font-weight:bold;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
input[type="submit"]:hover {
	background:#59819F;
	cursor:pointer;
}
#prodPrice {
    padding-bottom:0 !important;
}
#prodPrice #price .price {
    display:block;
}

body .basket_contents {
	border:none;
	margin-bottom:20px;
}
body .basket_contents th {
	background:#764C95;
	color:#fff;
	padding:5px;
	border-color:#fff;
}
body .basket_contents td {
	background:#f5f5f5;
	padding:5px;
	border-color:#fff;
}
body .basket_contents_horizontal th.col_1,
body .basket_contents_horizontal td.col_1 {
	border-left:0;
}
body .basket_contents_horizontal th.col_5,
body .basket_contents_horizontal td.col_5 {
	border-right:0;
}

@media ( min-width:1200px ) {
#gallery {
	height: 500px;
}
}
