/*
maximworld.com	: stylesheet 26.December.2008
*/

/* ---------- Regular Styles ---------- */
body {
	font-size:12px;
	color:#505050;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
}

td {
	font-size:12px;
	vertical-align:top;
}

div {
	padding:0px;
	margin:0px;
	border:0px;
}

img {
	border:0px;
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:16px;
	color:#505050;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}

h2 {
	font-size:13px;
	color:#000000;
	margin:0px 0px 0px 40px;
}

p {
	padding:0px 0px 15px 0px;
	margin:0px 40px 0px 40px;
}

a {
	color:#541278;
	text-decoration:none;
}

a:hover {
	color:#323232;
}

input {
	font-size:12px;
	background:#FFFFFF;
	border:1px solid #DADADA;
	padding:2px;
}

select {
	font-size:12px;
	background:#FFFFFF;
	border:1px solid #DADADA;
}

textarea {
	font-size:12px;
	background:#FFFFFF;
	border:1px solid #DADADA;
}


/* ---------- Site Styles ---------- */
#main {
	background:#E1E1E5;
	width:960px;
	padding-bottom:10px;
}

#header {
	height:100px;
	width:940px;
	text-align:left;
	clear:both;
}

#pageBanner {
	width:940px;
}

#logo {
	width:440px;
	float:left;
}

#menuGeneral {
	width:265px;
	float:left;
	padding-top:10px;
}

#menuGeneral a {
	color:#6E6E6E;
	text-decoration:none;
}

#menuGeneral a:hover {
	color:#323232;
}

#loginUser {
	width:235px;
	height:80px;
	background:#F0F0F4;
	float:left;
}

#loginUser p {
	margin:10px 0px 0px 10px;
	padding:0px;
	color:#000000;
}

#loginUser p.button {
	margin:5px 0px 0px 158px;
}

#menuProducts {
	text-align:left;
	width:940px;
	clear:both;
	height:25px;
	background:#F0F0F4;
	margin-bottom:5px;
}

#menuProducts ul {
	margin:0px;
	padding:0px;
}

#menuProducts ul li {
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	list-style:none;
	float:left;
	background:#F0F0F4 url(images/menuBg.gif) right repeat-y;
}

#menuProducts ul li a {
	color:#000000;
	font-size:11px;
	background:#F0F0F0;
	padding:6px 6px 6px 6px;
	background:#F0F0F4 url(images/menuBg.gif) right repeat-y;
}

#menuProducts ul li a:hover {
	color:#000000;
	background:#CDCDD1 url(images/menuBg.gif) right repeat-y;
}

#menuProducts ul li a.on {
	color:#000000;
	background:#CDCDD1 url(images/menuBg.gif) right repeat-y;
}

#homeDetails {
	float:none;
	width:940px;
	text-align:left;
}

#homeDetails h1 {
	padding:30px 0px 10px 20px;
}

#homeDetails p {
	padding-left:20px;
	margin:0px;
}

#innerDetails {
	float:none;
	padding-bottom:10px;
	width:900px;
	text-align:left;
	background:#EBEBEF url(images/innerBg.gif) repeat-y;
	border-bottom:1px solid #CFCFCF;
	border-top:1px solid #CFCFCF;
	margin-top:20px;
}

#innerDetails h1 {
	margin:20px 20px 10px 40px;
	padding-bottom:0px;
	width:820px;
}

#innerDetails table td h1 {
	width:260px;
	margin:20px 0px 10px 0px;
}

#innerDetails p {
	margin:0px 20px 0px 40px;
	padding-bottom:5px;
	width:820px;
}

#innerDetails table td p {	
	margin:0px 0px 0px 0px;
	width:260px;
}

#innerDetails #hLine {
	height:2px;
	background:url(images/hLine.gif) repeat-x bottom;
	margin:0px 40px 10px 40px;
	padding:0px;
}

div.product {
	width:245px;
	margin:20px 0px 20px 41px;
	float:left;
	display:inline;
}

div.product table {
	margin:5px 0px 0px 0px;
}

.productBr {
	width:900px;
	clear:both;
}

div.userLogin {
	background:url(images/userLoginBg.gif) no-repeat;
	margin:10px 0px 0px 40px;
	padding:30px 30px 14px 20px;
}

#pages {
	width:820px;
	margin:20px 0px 10px 40px;
	text-align:right;
}

table.item {
	margin:10px 0px 10px 40px;
}

table.item td.largeImg img {
	border:1px solid #FFFFFF;
}

table.item td table {
	margin-top:5px;
}

table.item td.largeImg table td img {
	margin-top:5px;
	border:1px;
}

table.item td.application img {
	border:1px solid #D2D2D2;
	margin-bottom:10px;
	display:block;
}

table.item td.itemVLine {
	background:url(images/itemVLine.gif) center repeat-y;
}

div.hLine {
	width:820px;
	height:1px;
	margin:10px 0px 20px 40px;
	background:url(images/hLine.gif) repeat-x;
}

table.otherProducts {
	margin:0px 0px 20px 40px;
	padding-top:10px;
}

table.otherProducts img {
	border:1px solid #CFCFCF;
	margin-bottom:3px;
}

#footer {
	width:940px;
	text-align:left;
	height:130px;
	background:url(images/footerBg.gif) no-repeat;
	margin-top:20px;
}

#footer a {
	color:#6E6E6E;
	text-decoration:none;
}

#footer a:hover {
	color:#323232;
}


#footerCats {
	/*width:305px;*/
	width:485px;
	float:left;
	margin-top:30px;
}

#footerCats ul {
	float:left;
	padding:0px 15px 0px 21px;
	margin:0px;
}

#footerCats ul li {
	list-style:none;
	background:url(images/bullet.gif) no-repeat 0px 5px;
	padding:0px 0px 5px 13px;
	margin:0px;
}

#footerPages {
	width:170px;
	float:left;
	margin-top:30px;
}

#footerPages ul {
	padding:0px 0px 0px 45px;
	margin:0px;
}

#footerPages ul li {
	margin:0px;
	padding-bottom:5px;
	list-style:none;
}

#footerCRights {
	/*width:465px;*/
	float:left;
	margin-top:30px;
}

#footerCRights p {
	margin:0px;
	padding:0px 0px 0px 20px;
}

/* light window */
#enquire {
background:#E1E1E5;
text-align:left;
width:380px;
padding:0px 0px;
}

#enquire h1 {
	margin:0px 15px 0px 15px;
	padding-bottom:2px;
}

#enquire h2 {
	margin:0px 15px 0px 15px;
	padding-bottom:10px;
}

#enquire table {
	margin:0px 0px 0px 15px;
}

div.close {
	text-align:right;
	padding-right:15px;
}

.msgFieldOn {
	color:#FF0000;
	visibility:visible;
	padding-bottom:3px;
}

.msgField {
	visibility:hidden;
	line-height:0px;
}
