
.contact
{
	font-style:italic;
	font-size:15px;
	color:white;
}

.contact_item
{
	color:black;
	font-size:15px;
}

.leftline
{
	border-left:1px solid white;
}
.padd10left
{
	padding-left:10px;
}
.padd10right
{
	padding-right:10px;
}
.quiethyperlink
{
    color:#ff9900;
    font-weight:bold;
    text-decoration:none;
}

.quiethyperlink:hover
{
    color:yellow;
    text-decoration:none;
}

.quiethyperlink2
{
    color:white;
    text-decoration:none;
}

.quiethyperlink2:hover
{
    color:#ff9900;
    text-decoration:none;
}

h1
{
	text-align:center;
	color: #ff9900;
}

h2
{
	color: #ff9900;
}

.heading_imagemap
{
	color: #800000;
	font-weight: bold;
}

.subheading
{
	color: yellow;
}


.heading
{
	color: #ff9900;
}

.floatright
{
	float:right;
	margin-left: 15px;
	text-align:center;
	color:#888888;
}

.floatleft
{
	float:left;
	margin-right: 15px;
	text-align:center;
	color:#888888;
}

.project_icon
{
	height:100px;
	width:200px;
	float:left;
	margin:10px;
	padding:0px;
	background-color:gray;
	border:1px solid black;
}

.project_text
{
	height:80;
	width:180;
	float:left;
	margin:10px;
	padding:10px;
	background-color:chocolate;
	border:1px solid black;
}

.project_heading
{
	font-weight:bold;
	color:black;
}

#cookiebar, .cookiebar
{
	position:absolute;
	border-bottom:1px solid black;
	top:0px;
	left:0px;
	width:100%;
	height:36;
	z-index:100;
	padding:2px 0px 2px 30px;
	background:url(../images/msgbox2.png) repeat-x;
}

#trailer_text
{
	margin:auto 10px;
	padding-top:2px;
	padding-bottom:2px;
	color:black;
	width:100%;
	font-weight:bold;
}

#trailer_email, #trailer_tel
{
	float:left;
	width:270px;
}

@media screen and (max-width: 300px), screen and (orientation:portrait)
{
	.floatleft, .floatright, #trailer_email, #trailer_tel
	{
		clear:both;
		width:100%;		
		margin:0px;
		margin-right:5px;
	}
	#trailer_email, #trailer_tel, #trailer_mob, .project_icon
	{
		width:100%;
		text-align:center;
	}	
	.leftline
	{
		border:0px;
	}	
	
	#cookiebar, .cookiebar
	{
		height:100;
		z-index: 9;
		background-color: white;
		background-position: bottom;
	}
	
	#menu ul
	{
		-webkit-padding-start: 0px;
	}
	
	#menu li
	{
		padding: 7px;
	}
	
	#menu li:hover
	{
		background-color: red;
	}
}

