/* CSS Document */
* {margin:0, padding:0;}
.nivoSlider {
	z-index:-99;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666768;
	margin: 0px;
	font-size: 13px;
	background-image: url(/assets/img/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	position: inherit!important;
}

p {
	line-height: 19px;
}

img {
	border: none;
}
	
a:link{ 
	color:#303d91;
	text-decoration:none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	text-decoration:none;
}

a:visited{ 
	color:#1B2B67;
	text-decoration:none;
}

a:hover{ 
color: #666;

}

a:active{ 
	color:#e4820a;
	text-decoration:none;
}

.simpleButton {
	background-color: #F3822F;
	border: none;
	padding: 8px 20px;
	color: #FFFFFF;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	margin-top: 0px;
	display: inline-block;
}

.simpleButton:hover {
	background-color: #DF7324;
}

.buyNowBasket input[type="text"], .buyNowBasket input[type="password"] , .buyNowBasket select, .buyNowBasket textarea {
	padding: 2px 4px;
    border: 2px solid #e4e4e4;
    height: 25px;
    background-color: rgba(48,61,145,0.03);
}

.buyNowBasket select {
	padding: 2px 4px;
    border: 2px solid #e4e4e4;
    height: 33px;
    background-color: rgba(48,61,145,0.03);
}

.error {
	color:#303d91;	
}

.paymentError {
	color:#EB1216;
	font-weight:bold;
	font-size:14px;
}
.paymentSuccess {
	color:#20BF19;
	font-weight:bold;
	font-size:14px;
}

#header {
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#headLinks {
/*	width: 596px;*/
	float:right;
}

#nav  {
	font-size:14px;
	padding-top:14px;
	padding-bottom:14px;
	padding-right:40px;
	text-align:right;
	text-shadow: 0px 0px #bdbbbb;
	color:#FFFFFF;
	background-color:#303d91;	
}
#quoteImgContainer {
	float:right;
	width:350px;	
}
#nav a{ 
	color:#fff;
	text-decoration:none;

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;

  transition:.5s;
  text-decoration:none;
  padding-left: 15px;

}

#nav a:hover{ 
	color: #666;
}

#nav a:active{ 
	color:#fff;
	text-decoration:none;
}

a:hover img {
filter:alpha(opacity=100);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.75;
/* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.padBoth {
	margin-left:15px;
	margin-right:15px;
}

.buyBttn {
	background-color:#fff;
	border: none;
	padding: 5px 15px;
	color: #000;
	border-radius: 5px;
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  cursor:pointer;
}

.buyBttn:hover {
	background-color:#D0B4FC;
	
}

.padLeft {
	margin-left:15px;
	margin-right:15px;
}

.padRight {
	margin-right:15px;
}

.clearFix {
	clear:both;
}

.buyButton {
	padding:4px 10px;
	background-color:#303d91;
	color:#fff;
	width:60px; 
	position:relative; 
	float:right;
	background-image:url(/assets/img/cart.png);
	border-radius:0px;
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:6px;
	margin:4px 0;
		
}

.buyButton h3 {
	color:#fff;
	margin-bottom:0;
	font-size:12px;
}

.viewBtn {
	float:left;
	margin-top:4px;	
}

#slider {
	width: 879px;
	height: 348px;
	overflow:hidden;
	z-index:1;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
}

#wrapper {
	width: 879px;
	margin: 0 auto;
}

h1 {
	color: #303d91;
	font-weight: bold;
	font-size:24px;
	letter-spacing:-1px;
	margin:4px 0 8px 0;
}

h2 {
	color: #303d91;
	font-weight: bold;
	font-size:24px;
	letter-spacing:-1px;
	margin:10px 0 10px 0;
}
	
h3 {
	color: #303d91;
	font-weight: bold;
	font-size:16px;
	margin: 0;
	margin-left:4px;
	margin-bottom:25px;
}
h4 {
	color: #303d91;
	font-weight: bold;
	font-size:13px;
	margin: 0;
}


#content {
	margin-top: 10px;
}

#aside {	
	float:right;
	width:222px;
	margin-top:1px;
}

#featuresWrap {
	background-color: #e4e6e8;
	height:120px;
}

/*
.col2thirds {
	width: 645px;
	margin-right: 10px;
	float: left;
	padding-left: 2px;
	padding-top: 4px;	
}
*/

.col2thirds {
	width: 592px;
	margin-right: 52px;
	float: left;
	padding-left: 12px;
	padding-top: 4px;
  	
}

.codeInput {
	display:none;	
}

.codeInput input[type="text"]{
	height:25px;
	padding:1px;	
}

.codeInput input[type="submit"]{
	height: 31px;
	padding: 4px;
}


.buyNowBasket h3 {
	margin-bottom:0;	
}

.buyNowBasket td {
	padding:8px 29px;	
}


#features {
	width: 879px;
	margin:0 auto;
	clear:both;
}

#footer {
	font-size: 11px;
/*	height: 165px; */
	height: 227px;
	margin-right:auto;
	margin-left:auto;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 80px;
	line-height: 20px;
	background-color: #000;
	clear: both;
}

#footer a:link{ 
	color:#fff;
	text-decoration:none;

  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  text-decoration:none;
}

#footer a:visited{ 
	color:#fff;
	text-decoration:none;
}

#footer a:hover{ 
	color: #666;
}

#footer a:active{ 
	color:#fff;
	text-decoration:none;
}


#footer ul { 
list-style:none;
margin-top:-2px;


}


#footer li { 
	margin-left:-40px;
}



.translate {
	float: left;
	width: 191px;
	margin-right:30px;
}


.quickLinks {
	float: left;
	width: 90px;
	margin-right:10px;
}


.social {
  float: left;
  width:300px;
  margin:2px;
  background-color:#000000;
  padding:0px;
  overflow:hidden;
}
.social img {
  margin-right:15px;
  display:inline-block;
  width:80px;
  height:80px;
  margin:5px;
  cursor:pointer;
  -webkit-transition:opacity 0.26s ease-out;   
  -moz-transition:opacity 0.26s ease-out;   
  -ms-transition:opacity 0.26s ease-out;   
  -o-transition:opacity 0.26s ease-out;   
  transition:opacity 0.26s ease-out;   
}

.social:hover img {
  opacity:0.8;
}

.social:hover img:hover {
  opacity:1;
}

#phone {
	clear: both;
	float: center;
	font-size: 20px;
	padding-right: 20px;	
}
#phone img {
	vertical-align: text-bottom;
	padding-right: 0px;
}
#goc {
	width: 879px;
	float: center;
	clear:both;
	margin-top:0px;
	text-align:center;
	padding-bottom:1px;
}
#goc2 {
	width: 879px;
	float: center;
	clear:both;
	margin-top:0px;
	text-align:center;
	padding-bottom:1px;
}
#goc3 {
	width: 879px;
	float: center;
	clear:both;
	margin-top:0px;
	text-align:center;
	padding-bottom:1px;
}
.sliderPad {
	padding: 0 0 25px 0;
}

.loadingIcon {
	height: auto;
	width: 44px;
	position: absolute;
	margin-top: -13px;
}

#links { }
	
	
	
#tweets {
/*	float:right;
	width:170px;
	height:180px;
	line-height:17px;
	background-image:url(/assets/img/twetBg2.png);
	background-repeat:no-repeat;
	margin-top:-15px;
	margin-right:8px;
	padding-left:18px;
	padding-right:10px;*/

float: right;
width: 170px;
height: 258px;
line-height: 12px;
font-size: 11px;
background-image: url(/assets/img/twetBg2.gif);
background-position: bottom;
background-repeat: no-repeat;
margin-top: -15px;
margin-right: 0px;
padding-left: 18px;
padding-right: 10px;
background-color: #000000;

}		


.sectorpad {
	margin-right:15px;
}


.linksPad {
	margin-right:0px;
}
.marginTop {
	margin-top: 7px;
}

.listTitle {
	color: #fff;
	font-weight: bold;
	font-size:18px;
	letter-spacing:0px;
	padding-bottom:10px;
}

.padLeft {
	padding-left: 5px;
}

.pullBack {
	margin-left: -22px;
}


.prodButton {
	cursor:pointer;
	width: 163px;
	float: left;
	margin-right: 34px;
	height:184px;
}

.prodButton img {
	border: 6px #fff solid;
 	box-shadow: 0px 12px 31px -10px;
	margin-bottom:25px;
	max-width:100%;
	height:auto;
}

.prodThumb {
	/*width: 192px;*/
	height:146px;
	float:left;
	padding-right:13px;
}
.prodThumb:nth-child(3n+0) {
   	padding-right:0px;
 
}
.prodStroke {
	border: 2px solid #ccc;
	width:184px;
	height:106px;
}


#pager {
	padding: 8px;
	background-color:#303d91;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	margin-bottom:18px;
	margin-left: 0px;
	word-spacing: 3px;
}

#pager a:link {
	color: #fff;
	text-decoration:none
}

#pager a:visited {
	color: #fff;
	text-decoration:none
}

#pager a:hover {
	color: #333;
	text-decoration:none
}

#pager a:active {
	color: #fff;
	text-decoration:none

}

.LeftRight {
	padding-left: 5px;
	padding-right: 5px;

}


#prodDropDown {
	text-align: left;
	position: absolute;
	width: 862px;
	border: 1px solid #ccc;
	background-color: #fff;
	top: 186px;
	display: none;
	color: #666768;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	background-image: url(/assets/img/grad-bg.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 16px;
	height: 170px;
	text-shadow:none;
	z-index:10;
}

#prodDropDown .sections {
	float: left;
	width: 120px;
	margin-right:-0px;
}



#prodDropDown .sections2 {
	float: left;
	width: 150px;
	margin-right:-0px;
	margin-left:-0px;
}
	
	
	
#prodDropDown .sections3 {
	float: left;
	width: 105px;
	margin-right:-0px;
	margin-left:-0px;
}


#prodDropDown .sections4 {
	float: left;
	width: 140px;
	margin-right:-0px;
	margin-left:-0px;
}


#prodDropDown .sections5 {
	float: left;
	width: 188px;
	margin-right:-0px;
	margin-left:-0px;
}


#prodDropDown .listTitle {
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	letter-spacing:normal;
	padding-bottom: 0;
}

#prodDropDown ul {
	list-style-type: none;
	padding-left: 20px;
}

#prodDropDown a{ 
	color:#666768;
}

#prodDropDown a:hover{ 
color: #e4820a;

}

#prodDropDown a:active{ 
color:#666768;
text-decoration:none;

}

.table-standard {
	border-collapse:collapse;
	width:100%;
}
.table-standard td {
	padding:8px;
}
.trHeader {
	background: #303d91;	
	color:#fff;
	font-weight:bold;
}

.trHeaderDull {
	background: #AAA;	
	color:#fff;
	font-weight:bold;
}
.fade:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	/* First we need to help some browsers along for this to work.
		 Just because a vendor prefix is there, doesn't mean it will
		 work in a browser made by that vendor either, it's just for
		 future-proofing purposes I guess. */
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  /* ...and now for the proper property */
	  transition:.5s;
	  cursor:pointer;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Backup%20(September%202014)/assets/Backup%202%20Sept%2014/assets/Backup/assets/css/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Backup%20(September%202014)/assets/Backup%202%20Sept%2014/assets/Backup/assets/css/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



.butorange {
	background-image: url(/assets/img/bg-but-orange.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding: 11px 20px;
	color: #fff !important;
	margin: 0 10px;
	font-size: 20px;
}

.butorange2 {
	background-image: url(/assets/img/bg-but-orange.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding: 11px 20px;
	color: #fff !important;
	margin: 0 10px;
	font-size: 20px;
	transition: .5s;
	text-decoration: none;
	border:none;
	cursor:pointer;
}





.butorange:hover, .butorange2:hover {
	color: #666 !important;
}

.wide {
	width:350px;
}


#login, #register, #mydetails {
	width:300px;
	padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#EEE;
}
#mydetails {
	width:550px;
}
#mydetails table {
	width:100%;
}
#mydetails input {
	width:200px;
}
.error td {
	background-color: #C00;
	color: #fff;
	padding: 3px;
}
.success td {
	background-color: #070;
	color: #fff;
	padding: 3px;
}

.buttonFlat {
	color: #000 !important;
}
