@import url("//fonts.googleapis.com/css?family=Oswald:300,400,700");

@import url("//fonts.googleapis.com/css?family=Voces");
body {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #ffffff;
	font-family: 'Voces', sans-serif;
	color: #777;
	background-image: url(/images/body-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*	
-----------------------------------------------------------*/
h1, h2, h3, h4 {
	color: #00529b;
	 font-family: "Oswald";
	 font-style: normal;
	 font-weight: 400;
	 letter-spacing:4px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
h1 {
	font-size:22px;
}
.mainheading {
	border-bottom:1px solid #00529b;
	padding-bottom:4px;
	margin-bottom:17px;
}
h2 {
	font-size:17px;
	 font-weight: 400;
	 letter-spacing:3px;
}
h3 {
	font-size:15px;
	 font-weight: 300;
	 letter-spacing:2px;
}
h4 {
	font-size:13px;
	 font-weight: 300;
	 letter-spacing:2px;
}
ul {
	font-size:14px;
}
/*-----------------------------------------------------------*/
p {
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#shopBody p {
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}
/*-----------------------------------------------------------*/
button {
	border:1px solid #777777;
	border-radius:5px;
	background-color:#9c9ba1;
	box-shadow: inset 3px 2px 2px 0px rgba(120, 120, 120, .7), inset -2px -2px 2px 0px rgba(60, 60, 60, .7);  
	color:#FFFFFF;
	font-size:15px;
	 font-family: "Oswald";
	 font-style: normal;
	 font-weight: 400;
	 text-transform:capitalize;
	 letter-spacing:3px;
	 white-space:nowrap;
}


button:hover {
	background-color:#00529b;
	color:#FFFFFF;
	box-shadow: inset 3px 2px 2px 0px rgba(40, 40, 40, .7), inset -2px -2px 2px 0px rgba(250, 250, 250, .7);  
}
/*-----------------------------------------------------------*/
a:link, a:visited {
	color: #00274A;
	text-decoration: underline;
}
a:hover, a:active {
	color: #00529b;
	text-decoration: underline;
}
#portalButtonHolder {
	width:230px;
	height:65px;
	float:right;
	text-align:right;
}
#mainNav {
	width:630px;
	height:44px;
	text-align:right;
	margin:0px 0px 15px 0px;
	padding:5px 0px 0px 0px;
	border-bottom:1px solid #777;
	float:left;
}
#mainNav a {
	 font-family: "Oswald";
	 font-style: normal;
	 font-weight: 400;
	 text-transform:capitalize;
	 letter-spacing:1px;
	font-size:18px;
	margin:0px;
	padding:0px;
	padding-left:14px;
	text-decoration:none;
	color: #777;
}
#mainNav a:hover {
	color: #00529b;
}
#mainNav a:first-child {
	padding-left:0px; 
}
/*-----------------------------------------------------------*/
#contentheader {
	height:120px; 
	overflow:hidden; 
	margin:0px 0px 0px 0px; 
	width:950px;
}
#mainBox {
	width:950px;
}
#leftBox {
	float:left;
	width:450px;
}
#rightBox {
	width:450px;
	float:right;
}
.leftBox {
	float:left;
	width:450px;
}
.rightBox {
	width:450px;
	float:right;
}
#footer {
	clear:both;
	overflow:hidden; 
	margin:0px 0px 5px 0px; 
	width:950px;
	height:160px;
}
/*-----------------------------------------------------------*/
.contentnumber {
	float:left;
	display:inline-block;
	width:40px;
	font-size:32px; 
	font-family:'Alegreya Sans';
	clear:left;
}
.contentitem {
	width:185px;
	display:inline-block;
	float:left;
	margin:2px 0px 2px 0px; 
}
.contentitem span {
	font-family:'Alegreya Sans', sans-serif;
	text-transform:none;
	letter-spacing:0px;
	font-size:12px;
}
.footerLinks {
	float:right;
}
/*-----------------------------------------------------------*/
ol {  font-size:12px;}

ol ol { list-style-type:lower-alpha; }
ol ol ol{ list-style-type:lower-roman; }
 li { margin-bottom:10px;}
/*-----------------------------------------------------------*/
#slideshowbox { width:950px; height:250px; margin-left:0px; }
#slideshowbox img { 
width:950px; 
height:250px; 
position:absolute; 
top:135px; 
opacity:0.0;
filter:Alpha(opacity=0);
}
#slideshowbox img.first { 
opacity:1.0;
filter:Alpha(opacity=100);
}


/* MODAL AND AJAX CONTENT */
#bufferElement { display:none; }
.modalScreen {
	background-color:rgba(210,210,210,0.8);
	border:0px;
	height:0px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:0px;
	display:none;
}
.modalWindow {
	background-color:#FFFFFF;
	border:1px solid #CCCCCCS;
	border-radius:10px;
	height:0px;
	left:0px;
	margin:0px;
	padding:10px 10px 20px 20px;
	position:absolute;
	text-align:left;
	top:0px;
	width:0px;
	display:none;
	box-shadow: inset 5px 2px 2px 0px rgba(180, 180, 180, .4), inset -4px -4px 4px 0px rgba(120, 120, 120, .6);  
}
.modalHeading {
	display:block;
	padding:1px 5px 1px 5px;
}
/* BACK TO TOP ----------------------------------------------*/
#backtotop {
	cursor : pointer;
	display : none;
	margin : 0px;
	position : fixed;
	bottom : 0px;
	right:0px;
	font-size : 90%;
	padding	: 2px 0px 0px 0px;
	width : 110px;
	height : 16px;
	overflow:hidden;
	text-align : center;
	background-color : #CCC;
	filter : alpha(opacity=80);
	-khtml-opacity : 0.8;
	-moz-opacity : 0.8;
	opacity	: 0.8;
	z-index	: 89;
}
#backtotop:hover
{
	filter : alpha(opacity=100);
	-khtml-opacity : 1.0;
	-moz-opacity : 1.0;
	opacity	: 1.0;
}



