/* ---- BODY STYLES ----- */

body, html {
	background: #fff url(../images/main_bg.gif) top right repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}

/* -- DEFAULT STYLES -- */

body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 17px;
}

p {
	margin: 5px 0 10px 0;
}

p.zero {
	margin: 0;
}

table, td {
	vertical-align: top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.displayno {
	display: none;
}

div.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.cleaner hr {
	display: none;
}

/* --- LAYOUT STYLES --- */

#container {
	width: 635px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	height: auto;
}

#header {
	width: 635px;
	height: 210px;
	padding: 5px 0 0 0;
}

#logo {
	position: absolute;
	margin: 117px 0 0 10px;
	width: 188px;
	height: 43px;
	background: transparent url(../images/ramelec.gif) top left no-repeat;
}

#welcome {
	position: absolute;
	margin: 171px 0 0 10px;
	width: 188px;
	height: 21px;
	background: transparent url(../images/welcome.gif) top left no-repeat;
}

#content {
	width: 635px;
	height: auto;
}

#content p {
	padding: 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #020202;
}

/* --- MAIN PAGE STYLES --- */

#electronics {
	float: left;
	margin: 0 49px 0 0;
	width: 293px;
	height: 154px;
	background: transparent url(../images/electronics.gif) top left no-repeat;
}

#electronics a {
	width: 293px;
	height: 154px;
	display: block;
}

#electrical {
	float: left;
	width: 293px;
	height: 154px;
	background: transparent url(../images/electrical.gif) top left no-repeat;
}

#electrical a {
	width: 293px;
	height: 154px;
	display: block;
}