/* Basic Style Sheet Document for All Pages */

/*--------------------------------------------------------------------------------------------------------------
Version: 	1.0 (Standard browsers - IE6+)
Author:		Connetik Interactive (ML)
Email: 		info@connetik.com
Website:	http://www.connetik.com
Legend:		:TODO: Remember to remove this rule before the site goes live
			:KLUDGE: I managed to fix this problem in IE by setting a small negative margin
			:BUG: Rule breaks in IE6
--------------------------------------------------------------------------------------------------------------*/

/* Basic
---------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	background: #e2dfcb url(images/background.jpg) repeat-y center;
	position: relative; /*:KLUDGE:  Fixes hasLayout problem in IE7 when zooming */
}

body {font-family: "ËÎÌå";font-size: 12px;font-weight: normal;color: #000;}
*{margin:0;padding:0;}


a {
	color: #db932a;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #006633;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #50595c;
	font-weight: bold;
	text-decoration: underline;
}


#container {
	position: relative;
	background: url(images/bg-logo-wordmark.jpg) no-repeat top right;
	margin: 0 auto;
	width: 990px;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
}
.clear {
	clear: both;
	height: 1px;
}
hr {
	color: #265243;
	background-color: #265243;
	height: 2px;
	border: 0;
}

/* Header
---------------------------------------------------------------*/

#header {
	width: 950px; height: 100px;
	color: #265243;
	padding: 36px 0px 0px 40px;
}
#header h1 {
	/* Font */
	font-size: 18px;
	/* Layout */
	position: absolute;
	z-index: 2;
	margin: 0;
	width: 356px; height: 66px;
	color: #265243;
	text-indent: -9000px;
	background: url(images/logo-greystone.gif) no-repeat;
}
#header h1 a {
	display: block;
	width: 356px; height: 66px;
	top: 36px;
	background: url(images/logo-greystone.gif) no-repeat;
}
#header ul {
	float: right;
	margin: 0;
	padding: 0;
	top: 0;
	right: 40px;
	list-style-type: none;
	width: 486px;
	position: relative;
}
#header ul li {
	float: left;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#header ul a{
	float: left;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #006633;

}

#header ul a:hover{
	float: left;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
/*	text-decoration: underline;	*/
	color: #50595c;

}
#search {
	position: absolute;
	top: 69px;
	float: right;
	text-align: right;
	width: 250px;
	height: 25px;
	right: 40px;
}
#search-title {
	float: left; width: 50px;
	padding: 10px 0px 0px 0px;
	color: #50595c;
	font-size: 12px;
	height: 25px;
}
#search_key {
	height: 18px;
	border: 1px solid #e2e1d6;
}
#submit_search {
	border-top: 0;
	border-right: 1px solid #e2e1d6;
	border-bottom: 1px solid #e2e1d6;
	border-left: 0;
	background: #db9d26;
	color: #ffffff;
	font-size: 12px;
	width: 35px; height: 22px;
	line-height: 20px; /* :KLUDGE: FF will ignore this but works for IE. */
    padding-bottom: 4px; /* :KLUDGE: IE will ignore but works for FF */
}
#submit_search:hover {
	border-top: 0;
	border-right: 1px solid #e2e1d6;
	border-bottom: 1px solid #e2e1d6;
	border-left: 0;
	background: #cb8723;
	color: #ffffff;
	font-size: 12px;
	width: 35px; height: 22px;
	line-height: 20px; /* :KLUDGE: FF will ignore this but works for IE. */
    padding-bottom: 4px; /* :KLUDGE: IE will ignore but works for FF */
	cursor: pointer;
}

/* Menu Styles
---------------------------------------------------------------------- */

#nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 990px;
	background: #151515;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	float: left;
	position: relative;
}

/* Content Area
---------------------------------------------------------------*/

#content {
	position: relative;
	width: 910px;
	margin-left: 40px;
	clear: both;
}
#rightcol {
	width: 741px;
	float: right;
	display: inline;
	margin-bottom: 5px;
}
#content-bottom {
	clear: both;
	height: 18px;
}
.cataloguepdf {
	background: url(/webcura/files/244295_bg_catalogue.gif) no-repeat top left;
}
.contacts-table TD {
	border-bottom: 1px solid #aca88c;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Sidebar Area
---------------------------------------------------------------*/

#leftcol {
	width: 141px;
	float: left;
	display: inline;
}
#sidebar-menu-bg {
	background: #265243 url(images/sidebar-bot.gif) no-repeat bottom left;
}
#sidebar-menu-bg #product-menu {
	background: url(images/sidebar-top.gif) no-repeat top left;
	list-style-type: none;
	padding: 8px 8px 0px 8px;
	margin: 0;
}
#sidebar-menu-bg #product-menu li {
	font-size: 14px;
	text-align: center;
}

.prodlist a{
	float: left;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #006633;

}

.prodlist a:hover{
	float: left;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
/*	text-decoration: underline;	*/
	color: #50595c;

}



#product-menu #sub-menu {
	list-style-type: none;
	padding: 0;
	margin: 8px 0px 0px 0px;
	color: #ffffff;
}
#product-menu #sub-menu li {
	background: #193c30;
	font-size: 12px;
	text-align: left;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #265243;
	border-top: 1px solid #193c30;
}
.normal {
	border-top: 1px solid #265243;
	border-bottom: 1px solid #507653;
	padding: 7px 9px 7px 9px;
}
.last {
	border-top: 1px solid #265243;
	font-size: 14px;
	padding: 7px 9px 15px 9px;
}
#sidebar-menu-bg #product-menu li a, #sidebar-menu-bg #product-menu li a:visited {
	/* Font */
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#sidebar-menu-bg #product-menu li a:hover {
	color: #c1d69e;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

/* Footer Infobox
---------------------------------------------------------------*/

#footerWrapper {
	position: absolute;
	width: 910px;
	margin-left: 40px;
	clear: both;
}
#footerWrapper #greenbox {
	padding-top: 25px;
	margin-top: 59px;
	font-size: 13px;
	color: #ffffff;
	background: #265243 url(images/footer-top-right.gif) no-repeat top left;
}
#footerWrapper #circlebuttons {
	position: absolute;
	width: 358px;
	height: 138px;
	left: 552px;
	z-index: 51;
	top: 1px;
}
#greenbox a {
	color: #db9d26;
	text-decoration: none;
}
#greenbox a:visited {
	color: #a4c074;
	text-decoration: none;
}
#greenbox a:hover {
	text-decoration: underline;
}
#footerleft {
	float: left;
	padding-left: 27px;
	width: 240px;
	margin-right: 20px;
}
#footercenter{
	float: left;
	width: 240px;
	margin-right: 20px;
}
#footerright {
	float: right;
	padding-top: 75px;
	margin-right: 27px;
	width: 323px;
}
#copyrightWrapper {
	margin: 28px 0px 10px 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #265243;
	clear: both;
}
#copyright {
	float: left;
	width: 780px;
	text-align: center;
}
#connetik {
	float: right;
	width: 65px;
	text-align: right;
}

p{
	font-size: 12px;
	color: #000000;

}