@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	background: #472c61;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(bg.jpg);
}
.twoColHybLtHdr #flashcontent { 
	width: 750px;  /* this will create a container 80% of the browser width */
	background: #442358;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #container { 
	width: 751px;  /* this will create a container 80% of the browser width */
	background-image:url(contentbg2.jpg);
	background-color: #442358;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #containeraboutus { 
	width: 751px;  /* this will create a container 80% of the browser width */
	background-image:url(contentbg2.jpg);
	background-color: #442358;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #containergin { 
	width: 751px;  /* this will create a container 80% of the browser width */
	background-image:url(ginbg.jpg);
	background-color: #442358;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #containerbrands { 
	width: 751px;  /* this will create a container 80% of the browser width */
	background-image:url(brandsbg.jpg);
	background-color: #442358;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #containerabout { 
	width: 751px;  /* this will create a container 80% of the browser width */
	background-image:url(aboutbg.jpg);
	background-color: #442358;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	background:url("header2.jpg") no-repeat left top;
	height: 89px;
	padding: 0 10px;
} 

.twoColHybLtHdr #imagebar { 
	background:url("imgbar.jpg");
	background-repeat:repeat;
	text-align:right;
	height: 25px
	padding: 0 10px;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; 
	padding: 0px 0;
}

.twoColHybLtHdr #header2 { 
	background:url("topcolourblue.jpg") no-repeat left top;
	height: 14px;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColHybLtHdr #header2 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/

#links ul {
        list-style-type:none;
        width: 375px;
		padding:0px;
} 

#links li {
        border: 1px dotted #a5a5a5;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #442359;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 375px;
}

#links li a:hover {
        background: #f1f1f1;
}

#links a em { 
        color: #000000;
        display: block;
        font: normal 75% Verdana, Helvetica, sans-serif; 
}

#links a span {
        color: #a5a5a5;
        font: normal 80% Verdana, Helvetica, sans-serif;
}


#linkspic ul {
        list-style-type:none;
        width: 375px;
		height: 200px;
		padding:0px;
} 

#linkspic li {
        border: 1px dotted #a5a5a5;
        border-width: 1px 0;
        margin: 5px 0;
}

#linkspic li a { 
        color: #442359;
		background-image:url(skorpionbg.jpg);
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #linkspic li a {  /* make hover effect work in IE */
	width: 375px;
	height:200px;
}

#linkspic li a:hover {
        background-image:url(skorpionbg2.jpg);
}

#linkspic a em { 
        color: #000000;
        display: block;
        font: normal 75% Verdana, Helvetica, sans-serif; 
}

#linkspic a span {
        color: #a5a5a5;
        font: normal 80% Verdana, Helvetica, sans-serif;
}

#linkspic2 ul {
        list-style-type:none;
        width: 375px;
		height: 200px;
		padding:0px;
} 

#linkspic2 li {
        border: 1px dotted #a5a5a5;
        border-width: 1px 0;
        margin: 5px 0;
}

#linkspic2 li a { 
        color: #442359;
		background-image:url(sirwaltsbg.jpg);
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #linkspic2 li a {  /* make hover effect work in IE */
	width: 375px;
	height:200px;
}

#linkspic2 li a:hover {
        background-image:url(sirwaltsbg2.jpg);
}

#linkspic2 a em { 
        color: #000000;
        display: block;
        font: normal 75% Verdana, Helvetica, sans-serif; 
}

#linkspic2 a span {
        color: #a5a5a5;
        font: normal 80% Verdana, Helvetica, sans-serif;
}


.twoColHybLtHdr #sidebar1 {
	float: right; 
	width: 335px; /* since this element is floated, a width must be given */
	background-image:url(marginrightfront.jpg);
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent { 
	margin: 6em 28em 0 20px;
    line-height: 14pt;
	width:710px;
}

*
.twoColHybLtHdr #ginContent { 
	margin: 4em 20px 0 20px;
    line-height: 14pt;
} 

h1 {
	color: #000000;
	font-size: 100%;
	text-align: left;
	line-height: 15pt;
	margin: 0;
}

.headtext {
	color: #ffffff;
	font-size: 100%;
	font-style: bold;
	line-height: 15pt;
	padding-top: 5px;
	margin: 0;
}

.twoColHybLtHdr #footer { 
	margin:0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 150px;
	background:#4d3069;
	background:url("footerfront.jpg") no-repeat top;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fullfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    height:0;
	width:100%;
    font-size: 1px;
    line-height: 0px;
}

.twoColHybLtHdr #flashcontent { 
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:950px;
	background:#FFFFFF;
} 
.twoColHybLtHdr #flashcontent {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background:#FFFFFF;
}
 

#menu{
	position:relative;
	display:block;
	height:35px;
	font-size:12px;
	font-weight:bold;
	background:#472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: inherit;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menu ul li{
	display:block;
	float:left;
	margin:0;
}
#menu ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:8px 20px 0 20px;
	height:22px;
	background:#472c61;
}
#menu ul li a:hover,#stylefour ul li a.current{color:#ffffff;background:#563085;}

#stylefour{
	position:relative;
	display:block;
	height:38px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(bgOFF2.gif) repeat-x top left;
	border-top:0px solid #ffffff;
	}
#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}
#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}
#stylefour ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 18px 0 18px;
	margin: 0 0 0 0px;
	height:26px;
	background:transparent url(bgDIVIDER2.gif) no-repeat top right;
	}
#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#FFFFFF;
	height:38;
	background:url(bgON2.gif) repeat;
	}


.blackheading {
	color: #000000;
	line-height: 1.4;
}
.footer {
	font-size: 80%;
	color: #FFFFFF;
	position: relative; top:115px;
}

a:link {
	color: #472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;	
}
a:visited {
	color: #472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
a:hover {
	color: #472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}
a:active {
	color: #472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
    text-decoration: underline;
}

a.content:link {
	color: #472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	text-decoration: none;	
}
a.content:visited {
	color: #472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	text-decoration: none;
}
a.content:hover {
	color: #472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	text-decoration: underline;
}
a.content:active {
	color: #472c61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
    text-decoration: underline;
}

.box {
	border:1px solid #4d3069;
	font-size:80%;
	margin:10px 0px 0px 40px;
	padding:10px;
	width:450px;
	azimuth:center;
	}

.hgbox {
	border:1px solid #4d3069;
	background-image:url(bg/londondrygin.jpg);
	background-repeat:no-repeat;
	font-size:80%;
	margin:10px 65px 0px 65px;
	padding:10px 10px 10px 10px;
	width:560px;
	height:215px;
	azimuth:center;
	}
.hotbox {
	border:1px solid #4d3069;
	background-image:url(bg/haymansoldtom.jpg);
	background-repeat:no-repeat;
	font-size:80%;
	margin:10px 65px 0px 65px;
	padding:10px 10px 10px 10px;
	width:560px;
	height:215px;
	azimuth:center;
	}
.h1820box {
	border:1px solid #4d3069;
	background-image:url(bg/haymans1820.jpg);
	background-repeat:no-repeat;
	font-size:80%;
	margin:10px 65px 0px 65px;
	padding:10px 10px 10px 10px;
	width:560px;
	height:215px;
	azimuth:center;
	}
.swbox {
	border:1px solid #4d3069;
	background-image:url(bg/sirwalts.jpg);
	background-repeat:no-repeat;
	font-size:80%;
	margin:10px 65px 0px 65px;
	padding:10px 10px 10px 10px;
	width:560px;
	height:215px;
	azimuth:center;
	}
.sct {
	border:1px solid #4d3069;
	background-image:url(bg/scorpion.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:80%;
	margin:10px 65px 0px 65px;
	padding:10px 10px 10px 10px;
	width:560px;
	height:215px;
	azimuth:center;
	}
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybLtHdr #sidebar1 { padding-top: 30px; }
.twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */

