@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	padding: 7px 2px;	
}

#container {
	margin: 0 auto;
	width: 756px;
}

#header {
	margin: 0;
	padding-top: 110px;
	padding-left: 10px;
	width: 745px;
	height: 23px;
	background-image: url(../images/header.jpg);
}

#header a {
	margin: 0;
	border-right: 1px solid #333333;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

#header a:hover {
	color: #000000;
}

#header ul {
	margin: 0;
}

#header li {
	margin: 0;
	float: left;
	list-style: none;
}

#nosselMenu {
	padding: 0 3px;
	width: 749px;
	height: 134px;
	background-image: url(../images/nosselholder.jpg);
	background-repeat: no-repeat;
}
	
#indexLeft {
	background-image: url(../images/home_09.jpg);
	float: left;
	width: 756px;
}

#indexLeftHeader {
	text-align: center;
	padding-top: 15px;
	width: 756px;
	height: 28px;
	background-image: url(../images/home_06.jpg);
}

#indexLeftHeader p {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

#indexLeftContent {
	padding: 10px 12px 0 12px;
}

#indexLeftContent p {
	margin: 0;	
	font-size: 10px;
}

#indexLeftFooter {
	clear: both;
	width: 756px;
	height: 22px;
	background-image: url(../images/home_15.jpg);
}

.homeContent {
	padding: 0 5px;
	width: 230px;
	float: left;
}

.aboutContent {
	padding: 0 5px;
	width: 355px;
	float: left;
}

.maintenance {
	padding: 0 5px;
	width: 355px;
	float: left;

}

.maintenance ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.maintenance li {
	margin: 0;
	line-height: 25px;
	padding-left: 8px;
	list-style: none;
}

.maintenance a {
	width: 210px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/gradoff.jpg);

	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	display: block;
}

.maintenance a:hover {
	width: 210px;
	color: #FFFFFF;
	background-image: url(../images/gradon.jpg);
	background-color: #006699;
	display: block;
}



#indexRight {
	float: left;
	width: 502px;
}

#indexRightHeader {
	text-align: center;
	padding-top: 15px;
	width: 502px;
	height: 29px;
	background-image: url(../images/rightheader.jpg);
}

#indexRightHeader p {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

#indexRightContent {
	background-image: url(../images/rightcontent.jpg);
	padding: 10px 12px 0 12px;
}

#indexRightContent p {
	margin: 0;
}

#indexRightContent img {
	margin: 0 auto;
}

#indexRightFooter {
	width: 502px;
	height: 22px;
	background-image: url(../images/rightfooter.jpg);
}

#footer {
	clear: both;
}

#footer p {
	padding: 0 10px;
	text-align: right;
	color: #333333;
	font-size: 9px;
}

#smallerContent{
	width: 246px;
	float: left;
}

#smallerContentHeader {
	padding-top: 15px;
	text-align: center;
	background-image: url(../images/smallerContainer_06.jpg);
	width: 246px;
	height: 28px;
	font-size: 15px;
	font-weight: bold;
}

#smallerContentHeader p {
	margin: 0;
}

#smallerContentMiddle {
	background-image: url(../images/smallerContainer_09.jpg);
	width: 216px;
	font-size: 10px;
	padding: 0 15px;
}

#smallerContentMiddle p {
	margin: 0;
}

#smallerContent h1 {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

#smallerContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#smallerContent li {
	margin: 0;
	line-height: 19px;
	padding-left: 10px;
	list-style: none;
}

#smallerContent a {
	width: auto;
	padding-left: 4px;
	text-decoration: none;
	color: #006699;
	display: block;
}

#smallerContent a:hover {
	width: 150px;
	padding-left: 4px;
	color: #FFFFFF;
	background-color: #006699;
	display: block;
}


#smallerContentFooter {
	background-image: url(../images/smallerContainer_15.jpg);
	width: 246px;
	height: 22px;
}

#mediumContent{
	width: 510px;
	float: left;
}

#mediumContentHeader {
	padding-top: 15px;
	text-align: center;
	background-image: url(../images/medium_06.jpg);
	width: 510px;
	height: 28px;
	font-size: 15px;
	font-weight: bold;
}

#mediumContentHeader p {
	margin: 0;
}

#mediumContentMiddle {
	background-image: url(../images/medium_09.jpg);
	width: 480px;
	font-size: 10px;
	padding: 0 15px;
}

#mediumContentMiddle p {
	margin: 0;
}

#mediumContentMiddle a {
	color:#006699;
}

#mediumContentMiddle a:hover {
	color:#990000;
}


#mediumContentFooter {
	background-image: url(../images/medium_15.jpg);
	width: 510px;
	height: 22px;
}

#productLinks {
	bottom: 0;
	text-align: right;
}

#productLinks a{
	color: #006699;
}

#productLinks a:hover{
	color: #990000;
}


.clearBoth {
	clear: both;
}

