/* CSS */

/*
/////////////////////////////////////////////
This style sheet was writen by Jamie Dixon 
for the NITLC CIT124 Project.
Copywrite Jamie Dixon 2004©
/////////////////////////////////////////////
*/


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#036;
	margin: 0px;
	background:url(../images/bg.gif) fixed;
	text-align: center; /* Centeres all content inside the body tag */
}

/* main site content */

.container { 
	display: block;
	text-align: left;
	margin: 0px auto; /* ensures container is centered */
	background-color:#ffffff;
	width: 760px;
	border: 1px solid #999;
	border-top:0;
	border-bottom: 0;

}

/* Page introduction */

#intro { 
	text-align: left;
	background-color: #ffffff;
	margin-left: 5px;
	margin-top: 1px;
	width: 490px;
	height: auto;
	vertical-align:top;
	float: left;
}

/* image contained in the 'intro' div */
#intro img {
	border: 1px solid #999;
	width: 100px;
	margin-right: 4px;
	float: left;

}

/* Page title image */
#pagetitle {
	text-align: center;
	width: 300px;
	float: left;
}

/* Styles for main page image on the right of the page */

#image { 
	width: 250px;
	text-align: center;
	float: right;
	margin-right: 3px;
}

/* Styles for Zeop newsletter signup form */

#zeop { 
	width: 172px;
	text-align: center;
	float: right;
	margin: 0px 20px;
	text-align: center;
}

#zeop table{ 
	background-image: url(../images/zeop_bak.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	margin: 0px;
	margin-top: -3px;
	padding: 0px;
	border: 2px solid #999;
	border-top: 0px;
	border-bottom: 0px;
}

/* Used to hide required text and link on ZEOP form */
#oDiv {
width: 1px;
height: 1px;
overflow: hidden;
font-size:1px;
}


#zeop input{
	background-color: #EAE7F8;
}

/* Container for W3C valid icons */
#valid
{
	clear: both;
	text-align: left;
}

#valid img
{
	width: 88px;
	height: 31px;
	margin: 5px;
	border: none;
}


/* Ecomerce faq list */
#ecfaq {
	margin-top: 15px;
	margin: 3px;
	width: 90%;
	clear:both;
}

/* 
List items on e-commerce page
////////////// NOTE //////////////
These list properties do not display 100% correctly in Internet Explorer
//////////////////////////////////
*/
#ecfaq li{
	padding: 3px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.ecom_examples {
	margin-top: 10px;
	clear: left;
	padding: 3px;
}

/* Marketing subtitle on index page*/

#marketing {

	text-align: left;
	vertical-align: top;
	width: 230px;
	padding: 5px;
	border: 0px;
	border-right: 1px dotted #999;
	float: left;
	clear: left;

}

/* Revenue subtitle on index page */
#revenue {
	width: 250px;
	text-align: left;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	vertical-align: top;
}

.service1 {

	text-align: left;
	vertical-align: top;
	width: 350px;
	margin-top: 10px;
	padding: 5px;
	border: 0px;
	border-right: 1px dotted #999;
	float: left;
	clear: left;
}

/* Revenue subtitle */
.service2 {
	width: 350px;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	vertical-align: top;
}



/* List styles for enquire page */
.list {
	font-size: 10px;
}


/* Form styles */
#form{

	text-align: left;
	font-size: 14px;
	vertical-align: top;
	width: 200px;
	margin-top: 15px;
	padding: 5px;
	border: 0px;
	float: left;
	clear:left;

}

#form li { 

	margin-bottom:37px;
	font-size: 14px;
}

/* Form fields */
#form2{
	text-align: left;
	vertical-align: top;
	width: 250px;
	margin-top: 10px;
	padding: 5px;
	border: 0px;
	float: left;

}

/* stlyes aplied for positioning of rounded edge to input box */
#form2 img {
	vertical-align: middle;
}

/* Input fields on Enquire page etc */
.input{ 
	border:0px;
	background-image: url(../images/input/middle.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	padding:8px 15px 6px 5px;
	height: 32px;
	width: 180px;
	margin-left: -3px;
	margin-right: 0px;
	vertical-align: top;
}


.portfolioitm {

	text-align: left;
	vertical-align: top;
	width: 750px;
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 10px;
	border: 0px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
	float: left;
	clear: left;
}

.portfolioimg { 
	text-align: right;
	vertical-align: top;
	float: right;

}


/*
//////////////// FAQ MENU /////////////////
*/

#faq_menu {
	width: 760px;
	margin-top: 50px;
	vertical-align: bottom;
	text-align: center;
	height: 50px;
	float:left;

}

.f_menu {
	padding: 4px;
	margin-top: 10px;
	margin-left: 2px;
	font-size: 11px;
	text-decoration: none;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	background-color:#F8CB2A;
}

.f_menu:hover{
	color:#990066;
	border-top: 2px solid #666;
	border-right: 1px solid #999;
	border-left: 2px solid #666;
	border-bottom: 1px solid #999;
	padding: 5px 3px 3px 5px; 
	margin-left: 1px;
}

.f_menu:visited {
	color:#990066;
}


/* FAQ introduction and items */

#faq_intro {
	margin: 5px;
}

.faq_item {
	width: 730px;
	margin: 2px;
	margin-bottom: 5px;
	padding: 2px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #999;
	clear:both;
}

/* Styles for each question and answer */
.faq_item li{
	padding: 3px;
	margin: 3px;
	list-style: none;
}

/* styles for individual questions */
.qs {
	text-decoration: none;
	background-color: #F7F6FC;
	color: #FF6600;

}

/* //////// Contact page \\\\\\\\ */

.contact_det{
	margin: 5px;
	padding: 4px;
	background-color:#FFF;
	border: 1px dotted #ccc;
	width: 300px;
	float:left;
	clear:left;


}

.contact_det_map{
	margin: 3px;
	padding: 4px;
	border: none;
	width: 200px;
	text-align: center;
	float:left;
}

/* image of map within contact_det_map */
.contact_det_map img{
	border: none;
}

#cont_image{
	width: 170px;
	text-align: center;
	float: right;
	margin-right: 3px;
	border: 0px solid #999;
	padding: 3px;
}


/* Link Colours */

a:link {color: #990066;}
a:visited {color: #996699;}
a:hover {color: #FF9900;}
a:active {color: #FF9900;}
a {font-size: 12px;}


/* Top Navigation */

#nav {
	text-align: center;
	background-color:#FFFFFF;
	width: 760px;
}

/* Container for the bottom navigation bar */
.bottomnavcontainer{
background-color: none;
	width: 762px;
	clear: both;
	text-align: center;
	margin: 0px auto; /* aligns center with main container */
}

/* Bottom Navigation bar styles */
#bottomnav {
	color: #000066;
	text-align: center;
	width: auto;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: none;
	background-image:url(../images/bottomnavbak.jpg);
	background-repeat: no-repeat;
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

/* mouseover styles for bottom navigation bar */
#bottomnav a:hover {
	color: #fff;
	background-image:url(../images/bottombak.jpg);
	background-repeat: repeat-x;
	background-color: #FF9900;

}

/* Menu button styles for each button on the menu bar */
.menubutton {
	margin-left: 5px;
	margin-left: 5px;
	padding: 3px;
}

/*copywrite styles */

#copywrite {
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 10px;
}



/*Blank Div box used to extend the main container past all float objects */

.blank {
	display:block;
	width: 3px;
	height: 3px;
	clear:both;
}

.style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
