/* GENERAL SPECS */
/* set standard font and color */
body {
	font-family: Georgia, Verdana, Arial, Geneva, sans-serif;
	font-size: 70%;
	line-height: 2em;
	margin: 0px;
	color: #87898C;
	/* background: url(../images/main_bg.gif) repeat-x 0 0; */
}
*+html body {
	font-size: 66%;
}
form {
	margin: 0px;
}
/* make input boxes and button look a bit better */
input {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 1em;
	border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
	color: #00BFF2;
}
h2 {
	font-size: 1.2em;
   	font-weight: bold;
   	line-height: 20px;
	margin: 20px 0px 5px 0px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
img {
	border: 0px;
}
hr {
  	height: 0;
	border-style: solid;
 	border-color: #B2CBD0;
 	border-width: 1px 0 0 0;
}
p {
	margin-top: 0px;
}
/* ---------------------------------------------------- */
/* BG vector image - needs centreing like #contentElement below */
#shadow-container {
   background: url(../images/vector_bg2.jpg);
   width: 1701px;
   height: 1134px;
   position: absolute; 
   top: 50%; 
   left: 50%; 
   margin: -567px auto auto -850px;
}

/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   width: 760px; 
   height: 450px; 
   position: absolute; 
   top: 50%; 
   left: 50%; 
   /* margin: -225px auto auto -380px; */
   margin: -228px auto auto -376px;
   text-align: left;
   background-color: #fff;
   border: 1px solid #97d9f7;
}
*+html #contentElement {
   margin: -228px auto auto -377px;
}
/* drop shadow removed 
#shadow-container {
	width: 761px; 
	height: 450px; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin: -225px auto auto -380px;
	text-align: left;
	background: #fff;
}
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}
#shadow-container .shadow1 {
	background: #F1F0F1;
}
#shadow-container .shadow2 {
	background: #DBDADB;
}
#shadow-container .shadow3 {
	background: #B8B6B8;
}
#contentElement {
   width: 760px; 
   height: 450px; 
   border-right: 1px solid #bebdbe;
   border-bottom: 1px solid #bebdbe;
   background: #fff;
}
*/
/* ---------------------------------------------------- */
#content {
	float: right;
	width: 478px;
	height: 364px;
	position: relative;
	top: 15px;
	right: 20px;
}

#content p {
	margin-bottom: 7px;
	line-height: 1.5em;
}
#logo {
	position: relative;
	top: 15px;
	left: 15px;
	width: 240px;
}
#nav {
	position: relative;
	top: 5px;
	left: -14px;
	font-size: 1.1em;
	font-weight: bold;
	width: 240px;
}
#nav ul {
	list-style-type: none;
}
#strap {
	float: left;
	position: relative;
	left: 25px;
	top: 30px;
}
#phone {
	float: left;
	position: relative;
	left: 145px;
	top: 30px;
}
#email {
	float: left;
	position: relative;
	left: 160px;
	top: 30px;
}

/* ---------------------------------------------------- */
/* LINKS */
a {
   text-decoration: none;
}

a:link {
   color: #A1A3A5;	
}

a:visited {
   color: #A1A3A5;
}

a:hover {
   color: #00BFF2;
}

a:active {
   color: #A1A3A5;
}
/* content links */
#content a {
   text-decoration: none;
}

#content a:link {
   color: #00bef2;	
}

#content a:visited {
   color: #00bef2;
}

#content a:hover {
   color: #00BFF2;
   text-decoration: underline;
}

#content a:active {
   color: #00bef2;
}
/* ---------------------------------------------------- */
.title {
	margin: 5px 0px 0px;
}

