/*
netmeg.co.uk
2007-08
--------------------
*/

* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font: 76%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background:#000 url(../images/back.gif);
	background-repeat:repeat-x;
	color: #666666;
	}

 h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin-bottom: .5em;
    padding: 0;
	}

h2, h3, h4, h5, h6 {
	font-family: "century gothic", arial, verdana;
	letter-spacing: -1px;
	color:#CE6300;
	font-weight:normal;
	}

h2, h3, h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	}

h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%;  }
h6 { font-size: 86%;  }

/* Layout
-------------------------- */

#container {
	width: 701px;
	padding-top: 31px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	/*background: black;*/
	}
#header {
	height: 100px;
	background: url(../images/top02.jpg);
	height:328px;
	color: #fff;
	background-repeat:no-repeat;
	/*border-bottom: 2px solid #cc0;*/
	}

#header h1 {
	float: left;
	border: 0;
	margin-top:20px;
	margin-left:30px;
	}
#header h1 a {
	background:url(../images/logo-gloss-std.png) no-repeat;
	width:150px;
	height:150px;
	display:block;
	text-indent:-2000px;
}
#header h2 {
	border: 0;
		font-family:georgia;
	font-size:50px;
	color: #fff;
	margin-left:10px;
	padding-left:30px;
	padding-top:230px;

	line-height:49px;

	}
/* This is the right hand transparent box */
#transbox {
	float: right;
	width: 260px;
	height: 280px;
	margin: 14px;
	padding: 5px 15px 11px 15px;
	color: #000;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	overflow: auto;
	}

/* This is the left hand opaque box */
#largeContent {
	float: left;
	width: 310px;
	height: 280px;
	margin: 14px;
	padding: 5px 15px 11px 15px;
	color: #000;
	background-color: #fff;
	border: 2px solid black;
	overflow: auto;
	}

#largeContent h3 {
text-align:right;
border-bottom:none;
}
#largeContent p, #largeContent ul {
float:right;
text-align:justify;
width:55%;
}
#largeContent p a.pHere {
background-color:#FF925E;
border:1px solid #FF925E;
color:#333333;
}

.indent { 
margin-left:10px;
 }
#content {
	padding-left: 20px;
	padding-right: 20px;
	}
#footer {
width:701px;
	clear: both;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url(../images/bottom02.jpg);
	color: #333;
height:76px;
font-size:10px;
	padding-top: 84px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	/*border-top: 2px solid #cc0;*/
	line-height: 1.2em;
	}

/* Links
-------------------------- */
a, a:link, a:active, a:visited {
	color: #FF925E;
	text-decoration: none;
	}
a:hover {
	color: #333;
	border-bottom: 2px solid #333;
	}

#header h1 a, #header h1 a:link, #header h1 a:visited {
	border: 0;
	color: #fff;
	}
	#header h2 a, #header h2 a:link, #header h2 a:visited {
	border: 0;
	color: #fff;
	}

#footer a, #footer a:link, #footer a:active {
	color: #333;
	font-size:10px;
	text-decoration: none;
	}
#footer a:hover {
	color: white;
	border-bottom: 2px solid white;
	}

/* style features
-------------------------- */
#mainmenu {
	/*border-bottom: 2px solid #cc0;*/
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	font-size: 85%;
	width:701px;
	padding-top: 5px;
	padding-bottom: 4px;
	background: #666666;
	text-align: center;
	}

#mainmenu ul {
	margin: 0;
	padding: 0;
	}

#mainmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}

#mainmenu li a {
	padding: 7px 10px 7px 7px;
	margin-bottom: 0;
	border: 0;
	color: #BFA573;
	}

#mainmenu li a:hover {
	background: transparent url(../images/hover.jpg) top right;
	color: #987B45;
	/*border-bottom: 5px solid #cc0;*/
	}

#mainmenu li.here a:hover {
	background: transparent url(../images/hover2.jpg) top right;
	color:#987B45;
	}

#mainmenu li.here a {
	background: transparent url(../images/hover2.jpg) top right;
	color:#987B45;
	}
	
/* style features
-------------------------- */
small {font-size: 11px;}
strong, b {font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: .9em;}
.slogan {text-align: center;}
.success {color: #390;}
.error {color: #c00;}
.subdued {color: #666;}
.strike {color: #666; text-decoration:line-through;}
.highlight {background: #ffc; padding: 5px;}
.center {text-align: center;}
hr {margin: .5em 0;background:#eee;height:1px;color:#eee;border:none;clear:both;}
.newsdate {color: #999999; font-size:10px; border-bottom: 1px solid #ccc;}

/* Lists
-------------------------- */
ul, ol {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
	.floatleft {
float: left;
margin: 0px 8px 2px 8px;
border: 2px solid gray;
padding: 2px;

}
.scrollbox {

font-family:"lucida grande";
padding-left:5px;
padding-top:39px;
}
.textfield {
color:#666666;
background-color:black;
font-family:verdana;
font-weight:normal;
font-size:10px;
border:none;

}

/* Forms
------------------------------ */
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input[type="text"] {
border: 1px solid #000000;
font: 11px verdana;
}
textarea {
border: 1px solid #000000;
font: 11px verdana;
}

/* Images
------------------------------ */
img.right {
	float:right;
}
img.portfolioIcon {
	margin: 5px;
	border: 2px solid #000;
}
