/* ---------------------------------------
	CSS Stylesheet for http://www.future-visions.co.uk
	All content copyright Nathan Littleton and Future Visions
--------------------------------------- 


/* ---------------------------------------
	STRUCTURE
--------------------------------------- */
html{
;
}

body{
font-family: "Lucida Grande", Helvetica, "Trebuchet MS", Tahoma, Serif;
background-image: url('../images/bg2.jpg');
background-repeat: repeat-x;
background-color: #053E75;
font-size: 10pt;
color: white;
text-align: center;
margin:0px;	
}



/* ---------------------------------------
	COMMON
--------------------------------------- */
*{
padding: 0;
margin: 0;
}

p,li{
line-height: 200%;
}

img{
border: none;
}
/* ---------------------------------------
	LINKS
--------------------------------------- */
a:link{
color: white;
text-decoration: underline;
}

a:active{
color: white;
text-decoration: underline;
}

a:visited{
color: white;
text-decoration: underline;
}

a:hover{
color: black;
text-decoration: underline;
}

/* ---------------------------------------
	HEADINGS
--------------------------------------- */
h1{
;
}

h2{
;
}

h3{
;
}

/* ---------------------------------------
	FORMS
--------------------------------------- */
form.contact{
color:white;
padding: 0px;
padding-left: 10px;
}

form.contact label{ 
display: block;
float: left; 
width: 100px; 
padding: 0px; 
margin: 7px 8px 0px 0px;
text-align: right; 
}

input.contact,select.contact,textarea.contact{
width: 220px;
background-color: #EFF4F7;
border: 1px solid gray;
color: black;
padding: 5px;
font-size: 9pt;
}

input.contactcheck{
width: 15px;
font-size: 8pt;
margin-right: 5px;
background-color: #EFF4F7;
border: 1px solid gray;
padding: 2px;
}

input.contact[type="submit"]{
width: 100px;
font-size: 8pt;
padding: 2px;
}

select.contact{
width: 226px;
}


/* ---------------------------------------
	FIXED CONTENT AREA
--------------------------------------- */
#container{
width: 520px;
margin-left: auto;
margin-right: auto;
padding-top: 155px;
background-image: url('../images/logo2.jpg');
background-repeat: no-repeat;
font-weight: bold;
}


/* ---------------------------------------
	CONTENT
--------------------------------------- */
#content{
margin-top: 70px;
font-weight: normal;
font-size: 0.7em;
text-align: left;
}

#contactbox{
text-align: center;
color: #373737;
font-size: 1.2em;
border: 1px solid white;
background-image: url('../images/bg.jpg');
padding: 20px;
margin-bottom: 40px;
}

#contactbox a{
color: darkblue;
}

/* ---------------------------------------
	SLIDER
--------------------------------------- */
p.intro{
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
padding: 20px 0 30px 0;
text-align: center;
width: 100%;
}

p#cross-links{
text-align: center;
}

p#cross-links{
border-bottom: 1px solid #ccc;
margin-bottom: 30px;
padding-bottom: 30px;
}

noscript p, noscript ol {
color: #a00;
font-size: 13px;
line-height: 1.4em;
text-align: left;}

noscript a {
color: #a00;
text-decoration: underline;
}

noscript ol {
margin-left: 25px;
}

a:focus{
outline:none;
}

img {
border: 0;
}

h3 {
display: hidden;
border-bottom: 0px solid silver;
margin-bottom: 5px;
padding-bottom: 3px;
text-align: left;
}

.stripViewer .panelContainer .panel ul {
text-align: left;
margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
margin: 20px 0;
position: relative;
width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
width: 100%;
height: 460px;
background: #fff;
overflow: scroll;
}

.csw .loading {
margin: 200px 0 300px 0;
text-align: center;
}

.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden;
border: 0px solid #000; /* this is the border. should have the same value for the links */
padding-top: 15px;
margin: auto;
width: 520px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 460px;
clear: both;
background-image: url('../images/content-bg.jpg');
background-repeat: no-repeat;
}

.stripViewer p{
margin-bottom: 10px;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
position: relative;
left: 0; top: 0;
width: 100%;
list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
float:left;
height: 100%;
position: relative;
width: 520px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
padding: 5px 50px 0px 50px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
list-style: none;
}

.stripNav ul li {
float: left;
margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 32px;
background: #044481;
color: white;
text-decoration: none;
display: block;
padding: 0 20px;
}

.stripNav li.tab1 a {
background: #044481;
}

.stripNav li.tab2 a {
background: #044481;
}

.stripNav li.tab3 a {
background: #044481;
}

.stripNav li.tab4 a {
background: #044481;
}

.stripNav li.tab5 a {
background: #044481;
}

.stripNav li a:hover {
background-color: none;
}

.stripNav li a.current {
background: none;
color: white;
border-bottom: 5px solid white;
}

.stripNavL, .stripNavR { /* The left and right arrows */
position: absolute;
top: 230px;
text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
display: hidden;
height: 40px;
width: 40px;
}

.stripNavL {
left: 0;
}

.stripNavR {
right: 0;
}

.stripNavL {
background: url("../images/arrow-left.gif") no-repeat center;
}

.stripNavR {
background: url("../images/arrow-right.gif") no-repeat center;
}

		
/* ---------------------------------------
	PORTFOLIO THUMBS
--------------------------------------- */

.zitem {
	width:125px;
	height:125px;	
	border:4px solid lightgray;	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	width:125px;
	height:30px;
	background:#000;
	color:#fff;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.zitem img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}


		
/* ---------------------------------------
	TWITTER
--------------------------------------- */

#twitter_div{
padding: 0px;
}

#twitter_update_list{
list-style-type: none;
margin: 0px;
}

#twitter_update_list li{
background-color: #373737;
color: #373737;
display: block;
margin: 0px;
margin-bottom: 15px;
padding: 15px;
border: 1px solid white;
background-image: url('../images/bg.jpg');
padding: 20px;
}

