/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 100%;
	font-family: "Arial", "Helvetica", Arial, sans-serif;
	color: #023C44;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: "Arial", "Helvetica", Arial, sans-serif;
	font-weight: normal;
	color: #004857;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

h1 { font-family: 'Crimson Text', Georgia, serif; }

h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	font-size: 105%;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* HTML5 tags */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	margin: 0;
	padding: 0;
}

.width, .DialogBox {
	width: 960px;
	margin: 0 auto;
}

.DialogBoxSmall{
  width:50%;
}


.smaller-width {
	width: 540px;
	margin: 0 auto;
	float:left;
}

.clear {
	clear: both;
}

header {
	background: #59ABBF url(/images/banner-bokeh.png) no-repeat top center;
	height: 110px;
	border-bottom: 3px solid #004857;
}

a#basket {
	float: right;
	font-size: 90%;
	position: relative;
	z-index: 100;
}

a#basket img {
	margin-right: 5px;
}

a#basket:link,
a#basket:visited {
	text-decoration: none;
	color: #ffffff;
	background: #004857;
	padding: 7px 20px;
	-webkit-transition: background 0.3s ease; /*Chrome + Safari experimental support*/
	-moz-transition: background 0.3s ease; /*Firefox experimental support*/
	-ms-transition: background 0.3s ease; /*IE9+ experimental support*/
	-o-transition: background 0.3s ease; /*Opera experimental support*/
	-khtml-transition: background 0.3s ease; /*Konqueror experimental support*/
	transition: background 0.3s ease;
}

a#basket:hover,
a#basket:focus,
a#basket:active {
	background: #0065A6;
}

a#logo {
	float: left;
	margin-top: 10px;
}

nav {
	float: right;
}

nav a:link,
nav a:visited {
	position: relative;
	color: #023C44;
	text-decoration: none;
	padding: 80px 20px 10px 20px;
	top: 35px;
	font-size: 90%;
	-webkit-transition: all 0.3s ease; /*Chrome + Safari experimental support*/
	-moz-transition: all 0.3s ease; /*Firefox experimental support*/
	-ms-transition: all 0.3s ease; /*IE9+ experimental support*/
	-o-transition: all 0.3s ease; /*Opera experimental support*/
	-khtml-transition: all 0.3s ease; /*Konqueror experimental support*/
	transition: all 0.3s ease;
}

nav a.current {
	color: #ffffff;
	background: rgba(0,72,87,0.3);
}

nav a:hover,
nav a:focus,
nav a:active {
	color: #ffffff;
	background: rgba(0,72,87,0.6);
}

div#billboard-bg {
	background: #DDEDFC;
	padding: 40px 0 20px 0;
}

#billboard {
	background-color: #ffffff;
	-webkit-border-radius: 10px; /*Chrome + Safari experimental support*/
	-moz-border-radius: 10px; /*Firefox experimental support*/
	-ms-border-radius: 10px; /*IE9+ experimental support*/
	-o-border-radius: 10px; /*Opera experimental support*/
	-khtml-border-radius: 10px; /*Konqueror experimental support*/
	border-radius: 10px;
	padding: 30px;
}

#billboard h1 {
	background: url(/images/billboard-heading-decoractive-elements.png) no-repeat center 28px;
	text-align: center;
	font-size: 230%;
	letter-spacing: 2px;
	line-height: 0.8;
	margin-bottom: 20px;
}

#billboard h1 span {
	font-size: 70%;
}

#billboard div.text {
	float: left;
	width: 554px;
}

#billboard div.text p {
	font-size: 95%;
}

#billboard div.text p a:link,
#billboard div.text p a:visited {
	font-weight: bold;
	color: #0065A6;
	text-decoration: none;
}

#billboard div.text p a:hover,
#billboard div.text p a:focus,
#billboard div.text p a:active {
	text-decoration: underline;
}

#billboard img {
	float: right;
	width: 316px;
	margin: -50px 0 -20px 0;
}

#billboard a.button {
	display: block;
	float: left;
	margin-top: 10px;
}

#billboard a.button:link,
#billboard a.button:visited {
	background: #0065A6;
	padding: 7px 20px;
	font-size: 95%;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: background 0.3s ease; /*Chrome + Safari experimental support*/
	-moz-transition: background 0.3s ease; /*Firefox experimental support*/
	-ms-transition: background 0.3s ease; /*IE9+ experimental support*/
	-o-transition: background 0.3s ease; /*Opera experimental support*/
	-khtml-transition: background 0.3s ease; /*Konqueror experimental support*/
	transition: background 0.3s ease;
}

#billboard a.button:hover,
#billboard a.button:focus,
#billboard a.button:active {
	background: #004857;
}

#billboard a.corporate {
	margin-left: 90px;
}

#billboard a.individual {
	margin-left: 30px;
}

#main-content {
	margin: 30px auto;
}

div.product-option {
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 7px;
	width: 228px;
}

div.product-option.last{
	margin-right: 0px;
}

div.product-option a:link,
div.product-option a:visited {
	text-decoration: none;
	color: #023C44;
	font-size: 95%;
}

div.product-option a > img {
	border: 1px solid #023C44;
	padding-top: 10px;
	margin-bottom: -5px;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
div.product-option a > img {margin-bottom: 15px;}
}

div.product-option a:hover,
div.product-option a:focus,
div.product-option a:active {
	color: #0065A6;
}

div.product-option a:hover > img,
div.product-option a:focus > img,
div.product-option a:active > img {
	border: 1px solid #0065A6;
}

.product-option p.button
{
	background: #0065A6;
	padding: 7px 20px;
	font-size: 95%;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: background 0.3s ease; /*Chrome + Safari experimental support*/
	-moz-transition: background 0.3s ease; /*Firefox experimental support*/
	-ms-transition: background 0.3s ease; /*IE9+ experimental support*/
	-o-transition: background 0.3s ease; /*Opera experimental support*/
	-khtml-transition: background 0.3s ease; /*Konqueror experimental support*/
	transition: background 0.3s ease;
}

.product-option p.button:hover {
	background: #004857;
}


#find-out-more {
	float: left;
	width: 300px;
	margin-top: 20px;
}

#find-out-more li {
	font-size: 95%;
	line-height: 1.4;
}

#find-out-more a:link,
#find-out-more a:visited {
	color: #023C44;
	text-decoration: none;
}

#find-out-more a:hover,
#find-out-more a:focus,
#find-out-more a:active {
	color: #0065A6;
	font-weight: bold;
}

#customer-testimonials, .customer-testimonials-short {
	float: right;
	width: 630px;
	margin-top: 20px;
}

.customer-testimonials-short{
  width: 300px;
  margin:0px 7px 0px 7px;
}

#customer-testimonials blockquote, .customer-testimonials-short blockquote, .step-guide-short {
	background-color: #DDEDFC;
	-webkit-border-radius: 10px; /*Chrome + Safari experimental support*/
	-moz-border-radius: 10px; /*Firefox experimental support*/
	-ms-border-radius: 10px; /*IE9+ experimental support*/
	-o-border-radius: 10px; /*Opera experimental support*/
	-khtml-border-radius: 10px; /*Konqueror experimental support*/
	border-radius: 10px;
	padding: 5px 20px 15px 20px;
	margin: 15px 0 0 0;
	color: #024886;
	font-style: italic;
	line-height: 1.6;
}

.step-guide-short{
  background-color: AFD9FF;
  font-size:80%;
  width:250px;
  float:right;
}

.step-guide-short h2{
  font-size: 90%;
}

#customer-testimonials blockquote cite,  .customer-testimonials-short blockquote cite{
	font-weight: bold;
	font-style: normal;
	float: right;
	margin-top: -10px;
}

h3 a:link,
h3 a:visited {
	color: #004857;
	text-decoration: none;
}

h3 a:hover,
h3 a:focus,
h3 a:active {
	color: #0065A6;
}

footer {
	background: #004857 url(/images/footer-gradient.png) repeat-x;
	height: 50px;
}

footer p {
	color: #ffffff;
	font-size: 95%;
}

footer .copyright {
	float: left;
	width: 460px;
}

footer .site-credit {
	float: left;
	background: url(/images/footer-divider.png) no-repeat left;
	width: 500px;
	text-align: right;
}

footer .site-credit p,
footer .site-credit img {
	vertical-align: middle;
}

footer .site-credit img {
	margin-top: -5px;
	margin-left: 10px;
}

/*-------------- KCS AMENDMENTS -----------------------------*/
.product-container{
  background-color: #AFD9FF;
	-webkit-border-radius: 10px; /*Chrome + Safari experimental support*/
	-moz-border-radius: 10px; /*Firefox experimental support*/
	-ms-border-radius: 10px; /*IE9+ experimental support*/
	-o-border-radius: 10px; /*Opera experimental support*/
	-khtml-border-radius: 10px; /*Konqueror experimental support*/
	border-radius: 10px;
	padding: 5px 20px 15px 20px;
	margin-bottom:20px;
}

.product-image{
  width: 125px;
  height:100px !important;
  margin: 8px 30px 0 0; 
  overflow:hidden;
  float:left;
}

.product-title,.product-description{
  width: 750px;
  float:left;
}

.product-title a, .product-title a:hover, .product-title a:visited{
  text-decoration:none;
}

.product-description{
  width: 750px;
  float:left;
}

.buy-now-button{
  background-color: #DDEDFC;
	-webkit-border-radius: 8px; /*Chrome + Safari experimental support*/
	-moz-border-radius: 8px; /*Firefox experimental support*/
	-ms-border-radius: 8px; /*IE9+ experimental support*/
	-o-border-radius: 8px; /*Opera experimental support*/
	-khtml-border-radius: 8px; /*Konqueror experimental support*/
	border-color: blue;
	border-radius: 8px;
	padding: 10px;
	cursor:pointer;
	cursor:hand;
	margin-top:10px;		
}

.buy-now-button:hover{
  background-color:#B5C3CF;
}

.cart-product-container{
  width:950px;
  margin:auto;
}

.cart-product-container div{
  float:left;
}

.cart-product-title{
  width:200px;
}

.cart-product-options{
  width:380px;
}

.cart-product-preview{
  width:160px;
}

.cart-required-by{
  width:120px;
}

.cart-qty{
  width:200px;
}

.cart-edit-options{
  width:160px;
  padding-left:5px;
}

.cart-edit-buttons{
  /*width:110px;*/
  text-align:right;
  margin-top:5px;
  margin-left:5px;
  background-color: #DDEDFC;
	-webkit-border-radius: 10px; /*Chrome + Safari experimental support*/
	-moz-border-radius: 10px; /*Firefox experimental support*/
	-ms-border-radius: 10px; /*IE9+ experimental support*/
	-o-border-radius: 10px; /*Opera experimental support*/
	-khtml-border-radius: 10px; /*Konqueror experimental support*/
	border-color: blue;
	border-radius: 10px;
	padding: 8px;
	cursor:pointer;
	cursor:hand;
}

