/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2007 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, th, tr, td, form, a
{
	font-family: arial, verdana, sans-serif;
}
body
{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0px auto;
	background: url(/img/bg.jpg) top repeat-x #110f12;
}
a:link
{	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#ffa422;
}
a:hover, a:active
{	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#FFCC00;
}
a:visited
{	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color:#ffa422;
}
button
{
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
}
h1
{
	font-size: 26px;
	color: #3366ff;
	margin-top: 8px;
	margin-bottom: 0px;
}
h2
{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3
{
	font-size: 16px;
	color: #3366ff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 15px;
}
h4
{
	font-size: 14px;
	color: #3366ff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 3px;
}
h5
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 2px;
}
h6
{
	margin: 12px 0px 3px 0px;
	font-size: 12px;
	font-weight: bold;
}
hr
{
	height: 1px;
	color: #cccccc;
	border: 0px;
	border-top: 1px solid #cccccc; /* Firefox */
}
img
{
	border: none;
}
input
{
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px; /*IE*/
}
p
{
	margin: 0px 0px 10px 0px;
	line-height:170%;
}
select
{
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px; /*IE*/
}
textarea
{
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px; /*IE*/
}
ol
{
	margin-top: 0px;
	margin-bottom: 10px;
}
ul
{
	margin-top: 0px;
	margin-bottom: 10px;
}
/* Base Structure Styles */
#Wrapper
{
	width: 944px;
	min-height: 650px;
	position: relative;
	background:url(/img/bg_wrapper.jpg) no-repeat;
}

/* Header Styles */
#Header
{
	width: 972px;
	height: 227px;
	position: relative;
}
/* Body Styles */
#Body
{
	padding: 0px;
	position:relative;
}
#ColumnLeft
{
	width: 225px;
	float: left;
}
#ColumnRight
{
	width: 715px;
	float: right;
}
#ColumnMidLeft
{
	width: 310px;
	padding-top:20px;
	padding-left:15px;
	float: left;
}
#ColumnMidRight
{
	padding-top:20px;
	width: 350px;
	float: right;
}
#Clear
{
	height:0px;
	clear: both;
}
/* Footer Styles */
#Footer
{
	width: 697px;
	height: 80px;
	margin-left:237px;
	margin-top:20px;
	border-top:1px solid #343649;
	padding-top:12px;
	padding-bottom:18px;
	font-size:10px;
	color:#999999;
	position:relative;
	text-align:center;
}
#Footer a:link, #Footer a:visited
{
	font-size:10px;
	color:#999999;
	text-decoration: none;
}
#Footer a:hover
{
	color:#ffffff;
	text-decoration: underline;
}
#Footer img
{

}
/* Other Styles */
#Banner
{
	border:1px solid #343649;
	margin:0 auto;
	margin-top:70px;
	background:#0d0f23;
	width:670px;
	padding:10px;
	padding-bottom:7px;
}
#BannerFG
{
	border:1px solid #343649;
	background:#0d0f23;
	padding:10px;
	padding-bottom:7px;
}
#BannerFG img
{
	border:1px solid #ccc;
}
#Contact
{
	position:relative;
	left:22px;
	
}
.Enquire
{
	margin-top:20px;
}
.Enquire td
{
	font-size:10px;
}
.Enquire .TextBox
{
	color:#ccc;
	margin-top:2px;
	margin-bottom:10px;
	margin-right:10px;
	padding-top:2px;
	padding-left:2px;
	height:16px !important;
}
.Enquire .TextArea
{
	color:#ccc;
	width:325px;
	padding-left:2px;
	margin-top:2px;
	margin-bottom:10px;
	border: 1px solid #343548 !important;
	background: #000 !important;
	scrollbar-base-color:#343548;
}
.Button
{
	width: 65px;
	height: 20px;
	font-size: 10px;
	cursor: pointer;
	border: none;
	color: #fff;
	margin-right:2px;
	background: url(/img/button.gif) no-repeat;
}
/* Navigation */
#Navi 
{
	width:500px;
	height:40px;
	position:absolute !important;
	position:static;
	top:40px;
	left:250px;
	z-index:10;
	padding:0px !important;
	margin:0px !important; 
	margin-top:40px;
	margin-bottom:-80px;
	padding-left:20px;
}
#Navi li
{
	list-style:none;
	margin-right:4px;
	float:left;
}
#Navi li a:link, #Navi li a:visited 
{
	width:90px;
	height:24px;
	display:block;
	font-size:12px;
	padding-top:7px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:url(/img/bg_tab.gif) no-repeat;
}
#Navi li a:hover
{
	color:#ffa422;
}
#Navi li .On:link, #Navi li .On:visited, #Navi li .On:hover 
{
	width:90px;
	height:24px;
	display:block;
	font-size:12px;
	padding-top:7px;
	text-align:center;
	color:#ffa422;
	text-decoration:none;
	background:url(/img/bg_tab.gif) no-repeat;
}
/* Controls Style */
.FormField
{

	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 18px;
}
.DropDownList
{
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
}

.Button50
{
	width: 50px;
	height: 21px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_50.gif) no-repeat;
}
.Button60
{
	width: 60px;
	height: 21px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_60.gif) no-repeat;
}
.Button70
{
	width: 70px;
	height: 21px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_70.gif) no-repeat;
}
.Button80
{
	width: 80px;
	height: 21px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_80.gif) no-repeat;
}
.Button90
{
	width: 90px;
	height: 21px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_90.gif) no-repeat;
}
.Button100
{
	width: 100px;
	height: 21px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_100.gif) no-repeat;
}
.Button110
{
	width: 110px;
	height: 21px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_110.gif) no-repeat;
}
.Button120
{
	width: 120px;
	height: 21px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Default/img/bt_120.gif) no-repeat;
}
.TextBox
{	
	width: 155px;
	height: 18px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #343548 !important;
	background: #000 !important;
}
.FibreglassTable
{
	margin-top:10px;
}
.FibreglassTable td
{
padding-right:90px;
padding-bottom:25px;
text-align:center;
}
.FibreglassTable a:link, .FibreglassTable a:visited
{
font-size:11px;
}
.FibreglassTable a:hover
{

}
/* Gallery */
#gallery-info {
	width:190px;
	position:absolute;
	top:250px;
	right:10px;
	z-index:100;
	text-align:left;
}
#gallery-info p {
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	line-height:120%;
}
#gallery-info span {
	font-size:8px;
	color:#fff;
}
