/**
 * JD Services Ltd CSS
 *
 * @filename    styles_JDS.css
 * @author      Sue Hodgetts
 * @date        22-11-2013
 * @copyright   Essential Websites
 * @url         http://www.essential-websites.com
 */

/* CSS reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 0; }
q:before, q:after { content:''; }
a {outline: 0;}

/* end of CSS reset */


html {
	min-height: 101%;  /* FF scrollbar fix */
	}
	
body  {
	background:  url(../images/diamond_bg.png) repeat;
	color: #fff;
	}

	
h1  {
	font-family:  "Roboto", Arial, sans-serif;
	font-size: 1.4em;
	margin-bottom: 15px;
	font-weight: 500;
	}

h2  {
	font-family:  "Roboto", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	padding-bottom: 15px;
	}

h3  {
	font-family:  "Roboto", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	padding-bottom: 15px;
	}

h4 {
	font-family:  "Roboto", Arial, sans-serif;
	font-size: 1.4em;
	margin-bottom: 15px;
	font-weight: 500;
	margin-left: 20px;
}
	
p {
	font-family:  "Roboto", Arial, sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 130%;
	padding-bottom: 15px;
	}

.smalltext {
	font-size: 0.8em;
}

.pushdown {
	margin-top: 25px;
}

.boldtext {
	font-weight: 700;
}

a {
	font-family:  "Roboto", Arial, sans-serif;
	}

.greytext {
	color: #606060 /* mid grey */;
}

.bluetext {
	color: #214478 /* royal blue */;
}

.capitals {
	text-transform: uppercase;
}

.widestfont {
	font-weight: 700;
}


/***************/
/*   WRAPPER   */
/***************/

	
#wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}



/**************/
/*   BANNER   */
/**************/

.banner  {
	background: #606060 /* mid grey */;
	border-bottom: 3px solid #fff;
	}
	
.logo_contact_box  {
	width: 940px;
	height: 112px;
	margin: 0 auto;
	padding: 30px 0;
}

.logo {
	float: left;
	width: 300px;
	height: 112px;
}

.contact {
	float: right;
	width: 400px;
	height: 112px;
	text-align: right;
	margin-top: 25px;
}

.contact p {
	font-size: 1.1em;
}

.contact a {
	color: #fff;
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}



/***************/
/*   NAV BAR   */
/***************/

#home #homelink,
#products #productslink,
#gallery #gallerylink,
#contact #contactlink {
	background: #214478 /* royal blue */;
	color: #cad9f0 /* very light blue */;
	font-weight: bold;
	border-radius: 15px;
	border: 2px solid #214478 /* royal blue */;
}

.navbar{
	float: left;
	width: 940px;
	margin: 25px 0 30px 0;
}

.navbar ul {
	list-style: none;
}
	
.navbar li {
	float: left;
	width: 210px;
	margin-right: 33px;
	text-align: center;
}

.navbar .lastlink {
	margin-right: 0;
}
	
.navbar a {
	display: block;
	height: 30px;
	padding: 6px 0 1px 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #5f8dd3 /* mid blue */;
	border: 2px solid #cad9f0 /* very light blue */;	
	background: #cad9f0 /* very light blue */;	
	border-radius: 15px;
}	 

.navbar a:hover {
	color: #cad9f0 /* very light blue */;
	background: #5f8dd3 /* mid blue */;
}	
	

/*****************/
/*   IMAGE ROW   */
/*****************/

.imagerow {
	float: left;
	width: 940px;
	margin-bottom: 30px;
}

.imagerow img {
	float: left;
	border: 4px solid #fff;
}

.imgmargin {
	margin-right: 30px;
}


/**************************/
/*   PRODUCTS IMAGE ROW   */
/**************************/


.productinfo {
	float: left;
	width: 250px;
	border-radius: 15px;
	padding: 20px;
	min-height: 370px;
}

.productsimagerow {
	float: left;
	width: 940px;
	margin-bottom: 30px;
}

.productsimagerow img {
	float: right;
	border: 4px solid #fff;
}

.productsimagerow ul {
	list-style: none;
	margin: 30px 0 0 20px;
	font-family:  "Roboto", Arial, sans-serif;
	font-size: 1em;
}

.productsimagerow li {
	background: url(../images/bullet.png) no-repeat 0 3px;
	padding-left: 40px;
	font-size: 1.2em;
	font-weight: 300;
	padding-bottom: 35px;
}


/************/
/*   MAIN   */
/************/

.main {
	float: left;
	width: 940px;
	margin-bottom: 10px;
}

.whitebg {
	background: #fff;
}

.greybg {
	background: #606060 /* mid grey */;
}

.royalbluebg {
	background: #214478 /* royal blue */;
}

.midbluebg {
	background: #5f8dd3 /* mid blue */;
}

.verylightbluebg {
	background: #cad9f0 /* very light blue */;
}


/************/
/*   HOME   */
/************/

.leftcontent {
	float: left;
	width: 610px;
}

.rightcontent {
	float: right;
	width: 300px;
}

.contentbox {
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 20px;
}

.feature {
	float: right;
	width: 200px;
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 10px;
	margin: 0 20px 28px 0;
}


/****************/
/*   PRODUCTS   */
/****************/

.fourboxes {
	width: 940px;
	background: red;
}

h2.productheading {
	background: #214478 /* royal blue */;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #cad9f0 /* very light blue */;
}

.quarterbox {
	float: left;
	width: 200px;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 35px;
	min-height: 270px;
}

.marginright20  {
	margin-right: 20px;
}

.extrapadding {
	padding: 0 5px;
}

.quarterbox ul {
	margin-left: 40px;
	font-family: "Roboto", Arial, sans-serif;	
}

.quarterbox li {
	font-weight: 300;
}

.fullwidthbox {
	float: left;
	width: 900px;
	padding: 12px 20px 0px 20px;
	border-radius: 15px;
	margin-bottom: 30px;
}


/*********************/
/*     GALLERY       */
/*********************/

#gallery_slideshow  {
	float: left;
	width: 940px;
	height: 740px;   /* to fit full-size photo at 720x520 */
	margin-top: -40px;
}


/***************/
/*   CONTACT   */
/***************/


iframe {
	margin-bottom: 40px;
}


/**************/
/*   FOOTER   */
/**************/


footer  {
	background: #214478 /* royal blue */;
	border-top: 3px solid #fff;
	height: 300px;
	}	

.footercontainer {
	width: 940px;
	height: 124px;
	margin: 10px auto 40px auto;
	padding: 30px 0;
}

.leftfooter, .middlefooter {
	float: left;
	margin-right: 50px;
}

.leftfooter {
	width: 375px;
}

.middlefooter, .rightfooter {
	width: 230px;
}

.rightfooter {
	float: right;
	text-align: right;
}

.footercontainer a {
	color: #fff;
	text-decoration: underline;
}

.footercontainer a:hover {
	text-decoration: none;
}
	
	
/*****************/
/*   WEBMASTER   */
/*****************/
	
.webmaster p {
	clear: both;
	text-align: center;
	color: #b1b1b1 /* light grey */;
	padding: 3px;
	font-size: 0.9em;
	margin: 10px 0 20px 0;
	}
	
 .webmaster a  {
 	text-decoration: none;
 	margin-left: 20px;
	color: #b1b1b1 /* light grey */;
	font-style: italic;
 }
 
.webmaster a:hover  {
 	color: #d1d1d1 /* very light grey */;
 }

