/*------GLOBAL------*/

body {
	margin:0 auto;
	background:#C6D9FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
img { border:none; }
p, h1, h2, ul, li, a, td {
	font-size:12px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding:5px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-size:22px;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
}
h2 { font-size:14px; }
ul { padding:0; line-height:1; vertical-align:baseline; padding:10px 0 10px 25px; }
ul li { font-weight:bold; padding:6px 0 5px 15px; list-style:none; background:url(../images/layout/bullet.jpg) no-repeat left center; }
a { padding:0; color:#FF0000; font-weight:bold; }
a:hover { text-decoration:underline; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container {
	width:850px;
	background-color: #97B9FF;
}
#header {
	width:850px;
	height:170px;
	position:relative;
	background-image: url(../images/layout/header.jpg);
	background-repeat: none;
}
#logo { width:386px; height:100px; position:absolute; left:13px; top:12px; }
#contact { width:360px; height:47px; position:absolute; left:480px; top:41px; }
#left, #right { width:200px; margin:10px 0 0 0; float:left; }
#content { width:448px; border:1px #CCCCCC solid; background:#FFFFFF; margin:0 0 1px 0; float:left; }
#content2 {
	width:648px;
	border:1px #CCCCCC solid;
	background:#FFFFFF;
	margin:0 0 1px 0;
	float:left;
	overflow: auto;
	height: 867px;
}
#content2 img{margin:10px;}
#gallerypictures p { padding:0 0 5px 20px; }
#footer {
	width:830px;
	height:80px;
	padding:10px;
	color:#FFFFFF;
	background-color: #C40001;
	margin-bottom: 20px;
}
#footer a { font-size:11px; color:#FFFFFF; text-decoration:underline; }

/*------BOXES------*/

.box { width:200px; }
.box .boxtop { width:200px; height:30px; margin:0 0 8px 0; }
#tradeassociations {
	height:480px;
	position:relative;
}
#tradeassociations #logoguildmaster { width:81px; height:79px; position:absolute; left:10px; top:40px }
#tradeassociations #logofensa { width:80px; height:40px; position:absolute; left:95px; top:60px; }
#contactdetails p { color:#000000; padding:0 5px 8px 5px; }
#whychoose p { font-size:11px; color:#000000; padding:0 5px 5px 5px; }

/*------NAVIGATION------*/

#nav {}
#nav ul { padding: 0 10px 10px 10px; }
#nav ul li { padding:5px 0 5px 0; border-bottom:1px solid #E2E2E2; background:none; }
#nav ul li a { font-size:13px; color:#000000; font-family:tahoma; font-weight:normal; display:block; }
#nav ul li a:hover { font-weight:bold; color:#FF0000; text-decoration:none; }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px #CCCCCC solid; padding:1px; }
.pageseperator {
	width:850px;
	height:10px;
	background-color: #97B9FF;
}
.contactpadding { padding:0 20px 0 0; }
.red { color:#FF0000;}

