/*
LIDD Consulting Website
Written by Ian Collier, Autumn/Winter 2008
This work copyright Ian Collier
Please do not copy or modified this work
without seeking the express permission of
the author beforehand.  Thank you
*/

/* default attibutes */

a {
/*	behavior : url('./includes/iefix.htc'); */
	cursor : pointer;
	text-decoration : none;
	color : #433dbf;
	font-weight : bold;
}

a.menuitems {
	font-size : 10pt;
	color : #ffffff;;
	margin-left : 8px;
	margin-right : 8px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-left : 5px;
	padding-right : 25px;
	padding-top : 0px;
	padding-bottom : 0px;	
	border-left : 2px solid #ffffff;
}

a.menuitems:hover, a.menuitems.hover {
	color : #433dbf;
}

img {
	border : 0px;
}

body {
	background-color : #dcdcdc;
  	background-image: url(../images/keyboardbackground.jpg);
	background-position : top center; 
	background-repeat : no-repeat;	
	background-attachment : fixed;
}

h1,h2,h3,h4,h5,h6 {
  text-align: left;
  color : #020030;
  font-family: arial;
} 

h1 {
  font-size : 21pt;
  font-weight : bold;
}

h2 {
  font-size : 16pt;
  font-weight : bold;
}

h3 {
  font-size : 14pt;
  font-weight : bold;
}

h4 {
  font-size : 12pt;
  font-weight : bold;
}

p,li {
	font-family : arial;
	color : #020030;
	font-size : 10pt;
	font-weight : normal;
}

p.menuitem {
	font-size : 10pt;
	text-align : left;
}

ul {
	list-style-image: url(../images/bullet.png);
}

li.bullet {
	text-align : left;
	font-weight : bold;
	font-size : 10pt;
	margin-bottom : 5px;
}

p.footer {
	font-size : 8pt;
}

table.layout {
	width : 100%;
	border-spacing : 0px;
	padding : 0px;
	border : 0px;
}

table.layout tr {
	vertical-align : top;
}

table.layout tr.content {
	height : 400px;
}

table.layout td {
	vertical-align : top;
	border : 0px;
}

table.layout td.content {
	text-align : left;
	padding-left : 5px;
}

table.layout td.phonemail {
	width : 150px;
	text-align : right;
}

table.layout td.topmenu {
	width : 50px;
	vertical-align : top;
	text-align : left;
	border-right : 0px;
	border-left : 0px;
	border-top : 0px;
	border-bottom : 0px;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	background-color : #020030;
}

img.topmenu {
	width : 100%;
	height : 35px;
}

img.logo {
	border : 0px;	
}

hr.pagetop {
	color: #000000;
}

span.navmenuitem {
	font-family: arial;
	font-size : 9pt;
	font-weight : bold;
	cursor : pointer;
	color : #ffffff;
}

span.submenuitem {
	font-size : 8pt;
	cursor : pointer;
}

span.musthave {
	font-size : 10pt;
	color : red;
	font-weight : bold;
}

select.sel {
	color: #FFFFFF;
	background-color : #020030;
	font-family: arial;
	font-size : 10pt;
	font-weight : bold;
}

input.actionbuttons {
	cursor : pointer;
	text-align: center;
	color: #FFFFFF;
/*	 background-image: url(../images/button.png); */
	background-color : #020030;
	font-family: arial;
	font-size : 10pt;
	font-weight : bold;
}

input.inputboxes,textarea.inputboxes {
	background-color : #FFFFFF;
	color : #000000;
}

span.warning {
	color : red;
	font-weight : bold;
}

table.footermenu {
	width : 100%;
	border-spacing : 0px;
	padding : 0px;
	border : 0px;
}

table.footermenu tr {
	vertical-align : top;
}

table.footermenu td {
	width : 100px;
	vertical-align : middle;
	border-left : 1px solid #000000;
	border-right : 0px;
	border-top : 0px;
	border-bottom : 0px;
}

/* end of default attributes */
