
table.layout
{
	border-collapse:collapse;
 	table-layout:fixed;
	height:100%;
	width:1001px;
}

table.layout td.left
{
	vertical-align:top;
	width:162px;
}
table.layout td.left table
{
	width:100%;
}
img.jWave {
	border:none;
	position:absolute;
}
table.layout { border-right:solid #39939b 1px; }

table.layout td.left { background-color:#39939b; }

table.center {
	width:700px;
}

p.barPhone { color:#000; }

p.topMenu {
	position:absolute;
	letter-spacing:2px;
}
#topMenu1 {
	top:120px;
	left:250px;
	-moz-transform: rotate(0deg);	
}

#topMenu2 {
	top:110px;
	left:350px;
	-moz-transform: rotate(-10deg);	
}

div.pageCap {
	position:absolute;
	top:100px;
	left:500px;
	text-align:center;
	width:500px;
}

p.barPhone {
	font-size:11px;
	font-weight:bold;
	position:absolute;
	top:170px;
	text-align:center;
	width:162px;
}
p.barPhone span { 
	margin-left:1px;
	margin-right:1px;
}
table.layout td.right
{
	padding:145px 20px 20px 35px;
	vertical-align:top;
}

table.content { width:710px; }

/*** Main Menu ***/

div.mainMenu {
	margin-top:220px;
	text-align:right;
}
div.mainMenu div
{
	margin-top:20px;
	width:150px;
}

p.current
{
	background-image: url('/_img/icons/mm_bg_current.png');
	background-repeat: no-repeat;
	background-position: right;
	color:white;
	font-weight:bold;
	margin:0;
	padding:4px 30px 4px 0px;
	position:relative;
	width:151px;
}

a.mainMenu p
{
	color:#fff;
	margin:0;
	padding:4px 30px 4px 0px;
	position:relative;
	width:151px;
}
a.mainMenu p:hover, a.mainMenu p.active
{
	background:transparent url('/_img/icons/mm_bg_hover.png');
	background-repeat: no-repeat;
	background-position: right;
	cursor:pointer;
	color:#14caff;
	font-weight:bold;
}
a.mainMenu:visited
{
	color:#fff;
}
div.body {
	position:relative;
	margin-top:30px;
	z-index:100;
}

