/* ---- MAIN ELEMENTS ---- */


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	line-height: 1.8em;
	background-repeat: repeat-x;
}

p {
	font-size: 101%;
}

a:link {
	color: #333333;

}

a:visited {
	color: #333333;
}
a:hover {
	background-image: url(../assets/graphics/diagonal.gif);
}

h1 {
	font-size: 120%;
	background-image: url(../assets/graphics/transparent82.png);
	margin-bottom: 1em;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0.3em;
}
h2 {
	font-size: 110%;
	font-weight: normal;
}

hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	color: #DCDCDB;
	padding: 0px;
	height: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
input {
	background-color: #FFFFFF;
	background-image: url(../assets/graphics/white_square.gif);
}

td {
	font-size: 110%;
}

li {
	list-style-type: circle;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-color: #CDD6DA;
	margin-top: 15px;
}
#content {
	width: 550px;
	padding: 20px;
	margin: 20px;
	background-color: #E6EAEC;
	border: 1px solid #FFFFFF;
}
#footer {
	background-color: #93A4AE;
	padding: 5px;
	border-top: 1px solid #999999;
	background-image: url(../assets/graphics/grassbase.jpg);
}
#header {
	background-color: #93A4AE;
	background-image: url(../assets/graphics/filamentmedia750.jpg);
	background-repeat: no-repeat;
}



#mainmenu {
	background-color: #93A4AE;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	padding: 5px;
	margin-top: -15px;
}






/* ---- DIVS ---- */
#clearboth {
	clear: both;
	width: 98%;
	position: relative;
}






/* ---- IDs ---- */

#content li {
	clear: both;
	list-style-type: none;
}

#footer img {
}
#content ul {
	
	
}
#content h1 {
	padding-left: 4px;
	background-image: url(../assets/graphics/transparent30.png);
}

#footer p {
	margin-top: 0px;
	padding: 5px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #88C3EF;
}
#header h1 {
	background-image: none;
}







#mainmenu ul {
	list-style-type: none;
	color: #333333;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a{
	text-decoration: none;
	color: #333333;
	padding-right: 3px;
}
#mainmenu ul li a:hover {
	color: #FFFFFF;
	background-image: url(../assets/graphics/transparentgrey82.png);
}
#services ul {
	margin-left: 1px;
}

/* ---- page IDs ---- */

#portfolio #content p {
	height: 200px;
	min-height:200px; /* real browsers */
}


/* ---- CLASSES ---- */
.floatleft {
	float: left;
	padding-right: 10px;
}
table {
	font-size: 90%;
}



.clearboth {
	clear: both;
}



.floatright {
	float: right;
	padding-left: 10px;
}


.linksaligncentre {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC00;
}
.linkstable {
	background-color: #EBF0F6;
	vertical-align: top;
	padding: 5px;
}
.listinline {
	display: inline;
}
.inv {
	display: none;
	height: 0px;
}



.nopadding {
	margin: 0px;
	padding: 0px;
}
.paddingtop5px {
	padding-top: 10px;
	margin-top: 10px;
}

.textbluebg {
	background-color: #4074B0;
	color: #FFFFFF;
	background-image: url(../assets/graphics/main_menu_bg.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	padding: 0.5em;
}

.p110 {
	height : auto !important ;
	height: 110px;
	min-height: 110px;
	
}

.p200 {
	height: 200px;
	min-height: 200px;
}

.textblackbg {
	color: #FFFFFF;
	background-color: #333333;
}
.textwhitebg {
	background-image: url(../assets/graphics/transparent82.png);
	padding-right: 5px;
	padding-left: 5px;
}
