/*****************************************************************************************************

This file should contain
1.) all site wide colour, background and font styles for html tags
2.) a selection of class(.) styles that can be used in the cms text editor

reasoning : so this style sheet could be used to re-style the website

*****************************************************************************************************/

/**************************************** Website Settings *******************************************/

html
{
	margin:0px;
	padding:0px;
}
body
{
	background: #ddd4bf url(/images/black-bar.gif) 0 57px repeat-x;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: small/18px "Trebuchet MS", serif; /* Medium = 11 px - Small = 9px */
	line-height: 1.2em;
	text-align:left;
}

/**************************************** Text Settings **********************************************/

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 15px 0px;
	color:#b40b0b;
	text-transform:uppercase;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
p
{
	margin: 0px 0px 1em 0px;
	line-height: 1.2em;
}
li
{
	margin: 0em;
	padding: 0em; 
	line-height: 1.2em;
}
a
{
	color:#b40b0b;
	text-decoration:none;
}
a:hover
{
	color:#b40b0b;
	text-decoration:underline;
}

/************************************** Form Settings ************************************************/

input, textarea
{
	color:#666666;
}
form
{
	margin: 0px;
	padding: 0px; 
}

/************************************** Image Settings ***********************************************/

img { border:0px solid #000000; }

/************************************** Content Settings ***********************************************/
div#header a
{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:898px;
	height:113px;
}
.homepagetext {
	padding:40px 40px 20px 40px;
}
/**************** MENU ***************************/
div#menu {
	width:137px;
	position:relative;
	padding-top:20px;
}
div#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
div#menu ul a {
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	height:18px;
	width:137px;
}
#menu-home a {
	background:url(/images/menu/home.gif) 0px 0px no-repeat;
}
#menu-home a:hover {
	background:url(/images/menu/home.gif) 0px -18px no-repeat;
}
#menu-about a {
	background:url(/images/menu/about.gif) 0 0 no-repeat;
}
#menu-about a:hover {
	background:url(/images/menu/about.gif) 0 -18px no-repeat;
}
#menu-hosting a {
	background:url(/images/menu/hosting.gif) 0 0 no-repeat;
}
#menu-hosting a:hover {
	background:url(/images/menu/hosting.gif) 0 -18px no-repeat;
}
#menu-portfolio a {
	background:url(/images/menu/portfolio.gif) 0 0 no-repeat;
}
#menu-portfolio a:hover {
	background:url(/images/menu/portfolio.gif) 0 -18px no-repeat;
}
#menu-whatwedo a {
	background:url(/images/menu/what-we-do.gif) 0 0 no-repeat;
}
#menu-whatwedo a:hover {
	background:url(/images/menu/what-we-do.gif) 0 -18px no-repeat;
}
/*************** LIST PAGE FORMATTING ********************/
.container-row {
	padding-left:2px;
	padding-bottom:40px;
	border-bottom:#ddd4bf solid 1px;
	overflow:hidden;
	background:url(/images/row-separator.gif) bottom left no-repeat;
}
.container-image {
	border-bottom:#ddd4bf solid 1px;
}
.container {
	background:url(/images/listitem-topleft.gif) top left repeat-y;
	min-height:134px;
	border-bottom:#ddd4bf solid 1px;
	padding:0;
	margin:0;
}
.container-left {
	position:relative;
	float:left;
	width:117px;
	padding:20px;
}
.container-left h4, .container-left a {
	color:#b40b0b;
}
.container-left ul {
	list-style:inside;
	padding:0;
}
.container-right {
	position:relative;
	float:left;
	width:467px;
}
/******************** Homepage *********************/
#homepage-image h1 {
	dislpay:block;
	width:626px;
	height:208px;
	background:url(../images/banners/homepage.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	padding:0;
	margin:0;
	border-bottom:#ddd4bf solid 1px;
}
/******************** What We Do *********************/
#whatwedo-image h1 {
	dislpay:block;
	width:626px;
	height:155px;
	background:url(../images/banners/whatwedo.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	padding:0;
	margin:0;
	border-bottom:#ddd4bf solid 1px;
}
/******************** Hosting *********************/
#hosting-image h1 {
	dislpay:block;
	width:626px;
	height:208px;
	background:url(../images/banners/hosting.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	padding:0;
	margin:0;
	border-bottom:#ddd4bf solid 1px;
}

/*************** Right Column **********/
#services h4 {
	height:18px;
	width:133px;
	float:right;
	margin:20px 0 4px 0;
	padding: 0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/services.gif) 0 0 no-repeat;
}
#services-menu ul {
	list-style:none;
	padding:0 0 0 24px;
	margin:0;
	text-transform:uppercase;
}
#services-menu ul li {
	padding-bottom:6px;
	line-height:0.8em;
}
#services-menu ul li a:hover {
	text-decoration:none;
	color:#000000;
}
/******************* Dropdown menu ********************/
.hidden { 
	position:absolute; 
	top:0; 
	left:-9999px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}
.fg-button { 
	clear:left; 
	margin:0; 
	padding: .4em 1em; 
	text-decoration:none !important; 
	cursor:pointer; 
	position: relative; 
	text-align: center; 
	zoom: 1; 
}
.fg-button .ui-icon { 
	position: absolute; 
	top: 50%; 
	margin-top: -8px; 
	left: 50%; 
	margin-left: -8px; 
}
a.fg-button { 
	float:left;  
}
button.fg-button { 
	width:auto; 
	overflow:visible; 
} /* removes extra button width in IE */

.fg-button-icon-left { 
	padding-left: 2.1em; 
}
.fg-button-icon-right { 
	padding-right: 2.1em; 
}
.fg-button-icon-left .ui-icon { 
	right: auto; 
	left: .2em; 
	margin-left: 0; 
}
.fg-button-icon-right .ui-icon { 
	left: auto; 
	right: .2em; 
	margin-left: 0; 
}
.fg-button-icon-solo { 
	display:block; 
	width:8px; 
	text-indent: -9999px; 
	}	 /* solo icon buttons must have block properties for the text-indent to work */	
.fg-button.ui-state-loading .ui-icon { 
	background: url(spinner_bar.gif) no-repeat 0 0;
}
/*********************** Portfolio ***************************/
.row-separator { 
	clear:both;
	width:626px;
	height:40px;
	background:url(/images/row-separator.gif) 0 0 no-repeat; 
}