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

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

body{
font-family: Helvetica, "Lucida Sans", Verdana, "Trebuchet MS", Tahoma, Serif;
background: url('../images/bg4.jpg') repeat-x top center #ffffff;
background-attachment: fixed;
color: #000000;
text-align: center;
font-size: 0.7em;
}

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

p,li{
line-height: 170%;
margin-bottom: 15px;
}

p{
font-size: 1.03em;
}

ul{
list-style-type: none;
padding: 0em;
margin: 15px 0px 35px 0px;
text-align: left;
}

li{
background-image: url('../images/icon-square.png');
background-repeat: no-repeat;
background-position: 0em 0.1em;
padding-left: 25px;
padding-top: 2px;
line-height: 150%;
}

code{
display: block;
padding: 10px;
background-color: #171717;
border: 1px solid white;
color: white;
}

blockquote{
margin: 0px;
padding: 0px;}

.bqstart {
float: left;
height: 45px;
margin-top: -20px;
padding-top: 45px;
padding-right: 10px;
margin-bottom: -50px;
font-size: 600%;
color: #022C57;
}

.bqend {
float: right;
height: 25px;
margin-top: 0px;
padding-top: 35px;
font-size: 600%;
color: #022C57;
}

.capitalize{
text-transform: capitalize;
}

table{

}

/* ---------------------------------------
	IMAGES
--------------------------------------- */

img{
border: none;
background-color: transparent;
}

.imgleft{
float: left;
margin: 0px 20px 10px 0px;
}

.imgright{
float: right;
margin: 0px 0px 10px 20px;
}

/* ---------------------------------------
	GENERAL LINKS
--------------------------------------- */

a:link{
color: #102c65;
text-decoration: none;
}

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

a:visited{
color: #102c65;
text-decoration: none;
}

a:hover{
color: orange;
text-decoration: none;
}

/* ---------------------------------------
	HEADINGS
--------------------------------------- */
h1{
font-size: 1.6em;
margin-bottom: 8px;
color: #022C57;
}

h2{
font-size: 1.3em;
margin-top: 5px;
margin-bottom: 8px;
color: #022C57;
}

h3{
margin-bottom: 5px;
color: #022C57;
}

/* ---------------------------------------
	FORMS
--------------------------------------- */

form.contact{
margin-top: 15px;
}

input.contact, textarea{
padding: 5px;
width: 290px;
border: 1px solid lightgray;
background-color: 1px solid creme;
font-family: "Lucida Sans", Helvetica, Verdana, "Trebuchet MS", Tahoma;
font-size: 12px;
color: gray;
margin-bottom: 6px;
}

input.wecallyou{
padding: 5px;
width: 210px;
border: 1px solid lightgray;
background-color: 1px solid creme;
font-family: "Lucida Sans", Helvetica, Verdana, "Trebuchet MS", Tahoma;
font-size: 12px;
color: gray;
margin-bottom: 10px;
text-align: center;
}

input.newsletter{
padding: 5px;
width: 210px;
border: 1px solid lightgray;
background-color: 1px solid creme;
font-family: "Lucida Sans", Helvetica, Verdana, "Trebuchet MS", Tahoma;
font-size: 12px;
color: gray;
margin-bottom: 10px;
text-align: center;
}


/* ---------------------------------------
	CLIENT LOGIN FORM
--------------------------------------- */

form.login{
padding: 30px 0px;
width: 350px;
margin-left: auto;
margin-right: auto;
}

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

input.login[type="text"],input.login[type="password"]{
padding: 5px;
width: 210px;
border: 1px solid lightgray;
background-color: 1px solid creme;
font-family: "Lucida Sans", Helvetica, Verdana, "Trebuchet MS", Tahoma;
font-size: 12px;
color: gray;
margin-bottom: 10px;
}

/* ---------------------------------------
	FIXED CONTENT AREA
--------------------------------------- */
#holdbox{
width: 920px;
margin-left: auto;
margin-right: auto;
}

#content{
width: 820px;
padding: 0px 50px 0px 50px;
margin-top: -4px;
margin-left: auto;
margin-right: auto;
background-image: url('../images/box_m.png');
color: black;
text-align: left;
}


/* ---------------------------------------
	MENU
--------------------------------------- */

#fillerimage{
background-color: white;
height: 120px;
margin: 10px -20px 0px -20px;
}

#menucontainer{
height: 40px;
width: 840px;
margin: 0px -20px 20px -20px;
padding: 0px 0px 0px 20px;
border-top: 1px solid lightgray;
background: url('../images/menu_bg.gif') repeat-x;
list-style:none;
font-family: "Lucida Sans";
}

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 24.5px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url('../images/menu_bg.gif') repeat-x;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: black;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

/* ---------------------------------------
	CONTENT
--------------------------------------- */

#wideleft-col{
width: 532px;
padding-right: 10px;
float: left;
text-align: justify;
}

#wideright-col{
width: 522px;
padding-left: 20px;
float: left;
text-align: justify;
}

#half-left{
width: 380px;
padding-right: 20px;
float: left;
text-align: justify;
}

#half-right{
width: 380px;
padding-left: 20px;
float: left;
text-align: justify;
}

.testimonial-name{
margin-top: 10px;
margin-bottom: 40px;
color: darkblue;
font-style: oblique;
display: block;
}

.services-box{
margin: 30px 0px 30px 0px;
}

.hosting-box{
border: 1px solid lightgray;
width: 254px;
padding-top: 55px;
float: left;
margin-bottom: 20px;
text-align: center;
background-color: white;
}

.hosting-box ul{
list-style-type: none;
padding: 0px;
margin: -10px 0px;
}

.hosting-box li{
background-image: none;
line-height: 70%;
margin: 0px;
text-align: center;
width: 100%;
font-size: 1.1em;
list-style: none;
border-bottom: 1px solid lightgray;
padding: 12px 0px 12px 0px;
text-transform: none;
}

.hosting-box img{
margin: -3px 0px 5px 0px;
}

.hosting1{
margin-right: 10px;
}

.hosting2{
margin-left: 10px;
}

#nath-profile{
float: left;
padding-right: 15px;
}

img#signature{
margin-top: -6px;
float: right;
}

.order-item{
font-size: 1.2em;
border: 1px solid gray;
padding: 20px 15px 5px 15px;
margin: 25px 0px;
}

.button-contact{
padding: 3px 0px 10px 20px;
float: right;
}

#home-services{
padding: 8px 15px 5px 15px;
background-color: #4b4082;
text-align: center;
border: 1px solid lightgray;
font-size: 1.1em;
color: white;
margin-bottom: 15px;
}

#home-services a{
color: white;
text-decoration: none;
}

/* ---------------------------------------
	PORTFOLIO/CASE STUDIES
--------------------------------------- */

#backtoservices{
padding-top: 3px;
float: right;
}

.portfolio-item{
border: 0px solid black;
padding: 20px 0px 10px 0px;
text-align: left;
}

.portfolio-item img{
float: left;
padding-right: 20px;
}

.portfolio-item h2{
margin: 0px;
padding: 0px 0px 9px 0px;
}

.portfolio-item p{
margin: 0px;
padding: 0px;
}

.portfolio-item img.button{
padding: 8px 10px 0px 0px;
}

#left-col{
width: 242px;
padding-right: 20px;
float: left;
text-align: justify;
}

#middle-col{
width: 242px;
padding-left: 20px;
padding-right: 20px;
float: left;
text-align: justify;
}

#right-col{
width: 252px;
padding-left: 20px;
float: left;
text-align: justify;
}

#contact-details{
float: right;
width: 200px;
padding-left: 20px;
padding-top: 35px;
}

/* ---------------------------------------
	SIDEBOXES
--------------------------------------- */

.sideboxes{
margin-bottom: 15px;
color: white;
width: 225px;
padding: 8px 15px 15px 15px;
text-align: center;
border: 1px solid lightgray;
}

.sb1{
background-image: url('../images/220-grad1.jpg');
background-repeat: repeat-x;
background-color: #1a5087;
}

.sb2{
background-image: url('../images/220-grad2.jpg');
background-repeat: repeat-x;
background-color: #19315a;
}

.sideboxes h2{
font-size: 1.1em;
margin-bottom: 10px;
color: white;
}

.sideboxes img{
margin: 10px 10px 0px 0px;
}

.sideboxes a{
display: block;
color: orange;
}

.sideboxes a:hover{
color: white;
}

/* ---------------------------------------
	WORDPRESS
--------------------------------------- */

.storytitle{
padding: 10px 0px;
}

.storycontent{
padding-top: 10px;
}

.feedback{
margin-bottom: 40px;
}

.wp-list li{
background-image: url('../images/icon-book.png');
}

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

#twitter{
height: 70px;
width: 265px;
float: right;
margin-top: -20px;
}

#twitter_update_list{
list-style-type: none;
background-image: none;
}

#twitter_update_list li{
list-style-type: none;
background-image: url('../images/twitter-logo.png');
height: 70px;
padding-left: 80px;
padding-top: 10px;
}


/* ---------------------------------------
	FOOTER
--------------------------------------- */

#footer{
margin: 40px auto -12px auto;
padding: 20px 0px 0px 0px;
border-top: 1px dotted lightgray;
text-align: left;
}

#footer p{
padding-right: 31px;
border-right: 0px solid lightgray;
float: left;
margin-right: 15px;
}

#footer img.bordered{
padding-right: 15px;
border-right: 1px solid lightgray;
float: left;
margin-right: 15px;

