/* CSS Document for james clifton*/
html
{
	background-image: url(images/bg-cogs-main.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}

body
{
	color: #4f4697;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a:link {color:  white}	/* unvisited */
a:visited {color: white}	/* visited */
a:hover {color: white}	/* mouse over */
a:active {color: white}	/* selected */

.banner
{
	background-image: url(images/banner-bg.png);
	background-repeat: no-repeat;
	text-align: left;
}

/* .banner h2
{
	float: left;
	width: 350px;
	margin: 80px 0 0 10px;
} */

/* .banner img
{
	position: absolute;
	top: 0px;
	right: 105px;
 } */

.banner h2
{
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}
 
.banner img
{
	position: relative;
	left: 460px;
} 
 
.left
{
	height: 110px;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

#full_screen
{
	width: 100%;
	height: 100%;
}

#menu_bg
{
	vertical-align: top;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
} 

#side_strip
{
	height: 100%;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.main
{
	padding: 1em;
	width: 874px;
	height: 100%;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

address
{
	color: white;
	padding: 0.3em;
}

.telephone
{
	color: white;
	text-align: center;
	padding: 0.3em;
}

.telephone #contact_text
{
	font-size: 1.7em;
	padding: 0em 0em 0.2em 0em;
}	

.telephone #number
{
	font-size: 1.7em;
	font-weight: 700;
}	

.company_number
{
	color: white;
	font-size: 0.8em;
	text-align: center;
	padding: 1em 0em 0em 0em;
}

h1
{
	color: #4f4697;
	font-size: 4em;
}

h2
{
	color: #4f4697;
	font-size: 1.9em;
}

h3
{
	color: #4f4697;
	font-size: 1.5em;
	border-bottom: 2px solid;
}

.list_menu
{
	border-bottom: solid 2px white;
	border-top: solid 2px white;
	list-style-type: none;
	line-height: 100%;
	width: 150px;
	padding: 0;
	margin: 1em 0em 1em 0em;
}

.list_menu a
{
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0.5em 0.3em;
	border-bottom: solid 2px white;
	border-top: solid 2px white;
	color: white;
	display: block;
	font-weight: 700;
	text-decoration: none;
}

.list_menu a:link
{
	color: white;
}

.list_menu a:visited
{
	color: white;
}

.list_menu a:hover
{
	border-bottom: solid 2px white;
	border-top: solid 2px white;
	color: white;
}

.list_menu a:active
{
	background-color: rgb(32, 29, 150);
}

.list_menu li
{
	background-color: transparent;
	padding: 1px 0em 1px 0em;
	margin: 0em 0em 0em 0em;
}

p
{
	color: #4f4697;
	text-align: justify;
}