* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-family: "Arial Narrow", Tahoma;
	font-size: 10pt;
}

p { margin: 1em 0; }

a { color: #000; }

h4 { color: #2f3384; }

input, textarea { font-family: "Arial Narrow", Tahoma; font-size: 10pt; }

ul { margin-left: 1.5em; }

#container {
	position: relative;
	margin: 10px auto;
	width: 960px;
	text-align: left;
}

img {
	border: none;
}

#admin {
	border: 1px solid #2f3384;
	margin: 10px 0 0 0;
}

#admin a:hover { color: #2f3384; }

#admin table {
	width: 450px;
}

#admin table th {
	background-color: #2f3384;
	color: #fff;
	padding-left: 2px;
}

.blueLink { color: #2f3384; }

#col1 {
	position: relative;
	top: -10px;
	background-color: #f1f1f1;
	float: left;
	margin-left: 36px; /* Overwritten in ie6fix.css */
	width: 157px;
}

#col2 {
	position: relative;
	top: -10px;
	background-color: #f1f1f1;
	float: left;
	margin-left: 13px;
	width: 155px;
}

#col3 {
	position: relative;
	top: -10px;
	background-color: #f1f1f1;
	float: left;
	margin-left: 13px;
	width: 205px;
}

#col4 {
	position: relative;
	top: -10px;
	background-color: #f1f1f1;
	float: left;
	margin-left: 13px;
	width: 159px;
}

#col5 {
	position: relative;
	top: -10px;
	background-color: #f1f1f1;
	float: left;
	margin-left: 13px;
	width: 158px;
}

.dots {
	background: url(/images/common/dot.png) repeat-y top;
	position: relative;
	z-index: 0;
}

#dots1 { position: absolute; height: 200px; width: 7px; top: 65px; left: 25px; } /* Overwritten in ie6fix.css */
#dots2 { position: absolute; height: 200px; width: 7px; top: 65px; left: 196px; } /* Overwritten in ie6fix.css */
#dots3 { position: absolute; height: 200px; width: 7px; top: 65px; left: 364px; } /* Overwritten in ie6fix.css */
#dots4 { position: absolute; height: 200px; width: 7px; top: 65px; left: 582px; } /* Overwritten in ie6fix.css */
#dots5 { position: absolute; height: 200px; width: 7px; top: 65px; left: 754px; } /* Overwritten in ie6fix.css */
#dots6 { position: absolute; height: 200px; width: 7px; top: 65px; left: 925px; } /* Overwritten in ie6fix.css */

/* Top Menu */
#topmenu { z-index: 10; position: relative; }
#topmenu a { height: 28px; background-position: 0 0; background-repeat: no-repeat; float: left; }
#topmenu a:hover { background-position: 0 -28px; }
#topmenu #menu_home { width: 56px; background-image: url(/images/common/menu_home.png); }
#topmenu #menu_news { width: 55px; background-image: url(/images/common/menu_news.png); }
#topmenu #menu_about { width: 82px; background-image: url(/images/common/menu_about.png); }
#topmenu #menu_products { width: 84px; background-image: url(/images/common/menu_products.png); height: 28px; background-position: 0 0; background-repeat: no-repeat; float: left; display: inline; position: relative; }
#topmenu #menu_products:hover { background-position: 0 -28px; }
#topmenu #menu_height { width: 114px; background-image: url(/images/common/menu_height.png); }
#topmenu #menu_servicing { width: 266px; background-image: url(/images/common/menu_servicing.png); }
#topmenu #menu_case { width: 109px; background-image: url(/images/common/menu_case.png); }
#topmenu #menu_contact { width: 78px; background-image: url(/images/common/menu_contact.png); }
#topmenu #menu_products div#productDrop { position: absolute; top: 28px; left: 0; display: none; width: 84px; background-image: url(/images/common/dropBG.png); }
#topmenu #menu_products:hover div#productDrop { display: block; }
#topmenu #menu_products div#productDrop a { background: none; width: 84px; text-align: center; color: #000; font-weight: bold; background-color: transparent; height: auto; padding: 3px 0; text-decoration: none; }
#topmenu #menu_products div#productDrop a:hover { background-color: #fefefe; }