/*
Theme Name: CodeFROMPSDPrelim
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.

*/

@font-face {
 font-family: "Gill Sans";
 src: url("fonts/GSR.eot") /* EOT file for IE */
}

@font-face {
 font-family: "Gill Sans";
 src: url("fonts/GSR.ttf") /* TTF file for CSS3 browsers */
}

html body { 
background: #ffffff url("images/strip.jpg")
repeat-x top left; font-family: arial, helvetica, sans-serif; 
font-size: 12px;
word-spacing: 1px;
letter-spacing: 1px;
line-height: 1.6em;



}

a{
text-decoration: none;
color: #136;
}

img{
border: none;		
}


body{
text-align: center;
margin: 0px auto;
	
}

.container{
width: 1000px;	
margin: 0px auto;
text-align: left;
}

.top{
width: 1000px;
height: 100px;
background: transparent;


}

.top .topleft{
height: 100px;	
width: 500px;
text-align: left;
float: left;
}

.top .topleft img{
margin-top: 15px;
margin-left: 15px;
}

.top .topright{
height: 100px;	
width: 500px;
text-align: right;
float: left;
}

.top .topright img{
margin-top: 15px;
margin-right: 15px;
}

/* MENU */

.menu{
width: 1000px;
height: 51px;
background-image: url('images/menu.jpg') repeat-x;
font-family: "Gill Sans", sans-serif; 
}

.menu ul{
padding: 0px ; margin: 0px; margin-top: 0px;}

.menu ul li{float: left; list-style: none; padding-top: 14px; font-size: 16px;}
.menu ul li:hover{float: left; list-style: none; padding-top: 14px; background-image: url('images/menuselected.jpg'); height: 37px;
font-size: 16px;
font-weight: bolder; }


.menu ul li a{
height: 50px;	
padding-right: 20px;
padding-left: 20px;
color: white;
font-size: 16px;
font-weight: bold;
font-family: "Gill Sans", sans-serif; 
}

.menu ul li a:hover{
padding-top: 50px;
height: 30px;	
padding-right: 20px;
padding-left: 20px;
color: white;
font-size: 16px;
font-weight: bolder;
font-family: "Gill Sans", sans-serif; 
}

.whitebreak{
width: 1000px;
height: 1px;
background-color: white;
}


.mainpage{
width: 1000px;
height: 320px;
background: url('images/fp1.jpg') no-repeat;
}

.mainpage .ordernow{
width: 336px;
height: 105px;
padding-left: 570px;
padding-top: 185px;
}

.contentassets{
width: 1000px;
overflow: hidden;
border: 1px solid #CCC; 

}

.contentassets2{
width: 960px;
margin: 0px auto;
}

.contentassetsa{
width: 998px;
min-height: 700px;
border: 1px solid #CCC; 
overflow: hidden;
background: url('images/shader.png');
}

.contentassetsa2{
width: 960px;
margin: 0px auto;
}


.contentassets .block{

float: left;
width: 310px;

margin: 5px;

margin-top: 15px;	
padding-bottom: 2px;

font-family: arial, Helvetica, sans-serif;
}



.contentassets .clear{
width: 100%;
height: 10px;
clear: left;}

.contentassets .block img.corner{
text-align: left;
width: 40px;
height: 40px;
padding: 5px;
}

.contentassets .block .texthead{
margin-top: 0px;
font-size: 20px;
font-weight: bold;
//font-family: "Gill Sans" ;
}


.footer{
width: 1000px;
height: 82px;
background-image: url('images/footer.jpg');
	
}

/* THE PROCESS */
.process{width: 915px; margin: 0px auto;}
.stepspace{float:left; width: 10px; height: 200px;}

.stepbox{width: 175px; height: 200px; float: left;}
.processgraphic{width: 175px; height: 50px; text-align: center;}
.processname{width: 175px; height: 30px; text-align: center; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; color: #0062af;}
.processclear{width: 175px; height:3px;}
.processdesc{text-align: center; font-size: 10px;}
/* END OF THE PROCESS*/


.bottommenu li{
list-style: none;
display: inline;

}

.bottommenu li a{
font-size: 10px; text-decoration: underline; color: #113377;	
}
