body {
	background-image:url(img/bg.jpg);
	background-color:#acaeaf;
	background-repeat:repeat-x;
	font-family:Tahoma;
}

table {
	color:#2a78b9;
}

img {
	border:none;
}

img.bordered {
	border:2px solid #edf6fe;
}

.lang {
	font-size:11px;
	color:#ffffff;
}

.header {
	background-color:#ffffff;
}

.menu {
	background-color:#ffffff;
}

.menuDecorline {
	background-color:#2e7bba;
}

.body {
	background-color:#ffffff;
}

.bodyBlue {
	background-color:#edf6fe;
}

.footer {
	background-color:#ffffff;
}

.footerLine {
	background-color:#98a4aa;
	color:#ffffff;
	font-size:11px;
}

a.createdby {
	text-decoration:none;
	font-weight:bold;
}

a.createdby:hover {
	text-decoration:underline;
	font-weight:bold;
}

h1 {
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	color:#2a78b9;
	display:inline;
}

h2 {
	font-size:16px;
}

#pOver, #sOver, #cOver {
	display:none;
}

#titleTextBlue, #titleTextGrey {
	font-family:"Trebuchet MS";
	font-size:18px;
}

#titleTextBlue {
	color:#2a78b9;
}

#titleTextGrey {
	color:#565d60;
}

#titleTextGrey a {
	color:#565d60;
	font-size:14px;
}

.imageFlow {
 	vertical-align:top;
	padding-right: 10px;
	margin-top:15px;
	float: left;
	position: relative;
}

.contact {
	font-size:13px;
	text-align:justify;
}

p {
	font-size:13px;
	text-indent:20px;
	text-align:justify;
}

p.contact {
	text-indent:0px;
}

ul {
	font-size:13px;
}

#products {
	padding:10px;
	list-style-type:square;
}

#products li {
	padding-top:5px;
	padding-bottom:5px;
}

#imgs img {
	padding:5px;
}

#introList a {
	color:#2a78b9;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}