@charset "utf-8";

/* style.css

/* Copyright (c) 2014. Sjones limited. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/** BASIC */

body {
	margin: auto;
	width: 1020px;
	height: auto;
	padding: 0;
	background-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #266382; /* Mild Blue/Grey Font Colour */

}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	color: #363C46;						/* Terian Form Border/Background - Charcoal */
	background-color: inherit;
}

a {
	color: #008BD1;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
}

.invisible{
	display: none;
}

/** HEADER */

header {
	width: 1010px;
	height: 80px;
	margin: 0 auto;
}

header h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	font-size: 36px;
	letter-spacing: -2px;
	color: #FFFFFF;
	background-color: inherit;
}

header h2 {
	display: none;
}

header #logo{
	width: 139px;
	height: 35px;
	margin: 2px;
	padding: 30px 2px 1.5px 20px;
	font-size: 36px;
	letter-spacing: -2px;
}

/* Navigation Menu*/

#navMenu {
    margin: -5em auto 0 auto;
    width: 1010px;
	height: 75px;
	background-color: #363C46;			/* Terian Form Border/Background - Charcoal */
	border-top-right-radius: 30px;
 }

/** CONTENT */

#content {
	width: 1000px;
	margin: 0 auto 1em auto;
	color: inherit;
	border-left: solid 5px #363C46;		/* Terian Form Border/Background - Charcoal */
	border-right: solid 5px #363C46;	/* Terian Form Border/Background - Charcoal */
	border-top: solid 5px #4577A7;		/* Terian Shape Line - Blue/Grey */
	/* Gradients */
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #DFEAF6 100%);
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #DFEAF6 100%);
}

/*
#content * {
	line-height: 100%;
}
*/
#content #container{
	width: 1000px;
	margin: auto;
}

/** FOOTER */

footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	color: inherit;
	background-color: #363C46;
}

footer p {
	margin: 10px 0px 0px 0px;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: inherit;
}

footer a{
	padding: 0 5px 0 5px;
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

footer a:hover{
	padding: 0 5px 0 5px;
	color: #FFA60F;
	background-color: inherit;
	text-decoration: none;
}


/* ------ */
/* SLIDER */
/* ------ */
.sliderouter {
	overflow:hidden;
	width:1000px;
	height:400px;
	position:relative;
}
.sliderinner {
	position:absolute;
	top:0; left:0;
}
.sliderframe {
	float:left;
	width:1000px;
	height::400px;
}

/* ------- */
/* COLUMNS */
/* ------- */

/* ------------------------------ */
/* One Column - Master - Centered */
/* ------------------------------ */

.one-column-master {
	overflow: hidden;
	width: 930px;
	margin: 0px auto;
	padding: 10px;
	text-align:center;		
}

.one-column-master h2 {
	padding: 0;
	font-size: 18px;
	color:#363C46;
	background-color: inherit;
}

/* ---------------------------------- */
/* One Column - Detail - Left Aligned */
/* ---------------------------------- */

.one-column-details {
	overflow: hidden;
	padding: 10px; 
	text-align:left;	
}

.one-column-details form {
	float: left;
}

.one-column-details-img {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;	
	padding-bottom: 10px;
	width: 85px;
	height: 85px;
}


/* -------------------- */
/* Two Columns - Master */
/* -------------------- */

.two-columns-master {
	overflow: hidden;
	width: 930px;
	margin: 0px auto;
	padding: 10px;
}

.two-columns-master h2 {
	padding: 0;
	font-size: 18px;
	color:#363C46;
	background-color: inherit;
}

.two-columns-master p {
	padding-left: 5px;	
}

.two-columns-master-c1 {		
	float: left;
	width: 450px;
	height:405px;
	margin-right: 15px;
}

#two-columns-master-c1-background {
	background-image: url(../images/terian-icp-idc_small.png);
	background-position:10% 50%;
	background-repeat: no-repeat;	
}

#two-columns-master-c1-background-icp {
	background-image: url(../images/terian-icp-multibox_small.png);
	background-position:0% 50%;
	background-repeat: no-repeat;	
}


#two-columns-master-c1-background-idc {
	background-image: url(../images/terian-idc-multibox_small.png);
	background-position:0% 50%;
	background-repeat: no-repeat;	
}


.two-columns-master-c2 {
	float: left;
	width: 400px;
	margin-left: 15px;	
	padding : 20px;
	background-color: #FFFFFF;
	border: solid 1px #DFEAF6;		
}

.two-columns-master-c2 h2 {
	color: #363C46;
	font-size: 24px;
	margin-left: 70px; /* Need to take into account Width of Banner Image */
}

.two-columns-master-c2 h3 {
	margin-left: 5px;
}

.two-columns-master-c2 ul {
	list-style: url(../images/bullet.png);
	padding: 5px;
	margin: 0 0 0 5px;
}

.two-columns-master-c2 ul li {
	padding: 5px;
	font-size: larger;
	list-style: url(../images/bullet.png);
	margin-left: 5px;	
}

.two-columns-master-c2 dl {
	padding-left: 20px;
}

.two-columns-master-c2 dt {
	display: list-item;
	list-style: url(../images/bullet.png);	
	padding: 5px;
	font-size: larger;
}

.two-columns-master-c2 p {
	margin-left: 5px;
}

.two-columns-master-c2 form {
	margin: 0 auto -30px auto;
}

#two-columns-master-c2-banner-img {
	float: left;
	width: 50px;
	height: 75px;
	padding: 5px;
}

/* --------------------- */
/* Two Columns - Details */
/* --------------------- */

.two-columns-details {
	overflow: hidden;
	margin: 0px auto;
	padding: 10px; 
	border-top: solid 1px #DFEAF6;
	background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #DFEAF6 0%, #FFFFFF 100%);
	background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #DFEAF6 0%, #FFFFFF 100%);
	text-align:center;	
}

.two-columns-details h2 {
	padding: 0;
	font-size: 18px;
	color:#363C46;
	background-color: inherit;
}

.two-columns-details img {
	width: 128px;
	height: 128px;		
}

.two-columns-details-c1 {
	float: left;
	width: 450px;
	margin-right: 15px;
}

.two-columns-details-c2 {
	float: left;
	width: 450px;
	margin-left: 15px;
}

.two-columns-details-textjustify {
	text-align:justify;
	padding: 5px;
}

#two-columns-details-product-left {
	float: left;
	width: 400px;
	padding: 25px 20px 0 30px;	
}

#two-columns-details-product-left form {
	margin-left: 0px; 
}

#two-columns-details-product-left img {
	float: left;
	padding: 10px;
}

/* --------------------------- */
/* Two Columns - Products Page */
/* --------------------------- */

.two-columns-products {
	overflow: hidden;
	padding: 10px; 
	text-align:left;	
}

.two-columns-products-c1 {
	float: left;
	width: 430px;
	padding-left: 30px;
	padding-right: 30px;
}

.two-columns-products-c1 form {
	float: left;
}

.two-columns-products-c2 {
	float: left;
	width: 430px;
	padding-left: 30px;	
	padding-right: 30px;		
}

.two-columns-products-c1-img {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;	
	padding-bottom: 10px;
	width: 85px;
	height: 85px;
}

.two-columns-products-c2-img {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;	
	padding-bottom: 10px;
	width: 85px;
	height: 85px;
}

/* --------------------------- */
/* Two Columns - Tabs Details  */
/* --------------------------- */

.two-columns-tabs-c1 {
	float: left;
	width: 445px;
	padding-right: 25px;
}

.two-columns-tabs-c2 {
	float: left;
	width: 445px;
	padding-left: 25px;		
}

.two-columns-tabs-c1-img {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;	
	padding-bottom: 10px;
	width: 85px;
	height: 85px;
}

.two-columns-tabs-c2-img {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;	
	padding-bottom: 10px;
	width: 85px;
	height: 85px;
}


#galleria{
	height: 500px;
}
