/*GENERAL TAG OVERRIDES*/
html, body, form
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url(../images/gr_background_items.png);
	overflow:inherit;
}
h1, h2, h3, h4, h5, h6
{
	color:#151D42;
}
table, table tr, table tr td
{
	border:0px;
	padding:0px;
	border-collapse:collapse;
	margin:0px;
	vertical-align:top;
}
body
{
	background-color:#FFFFFF;
	font-family:Tahoma,arial,verdana;
	font-size:10pt;
}
ul
{
	margin-top:5px;
	margin-bottom:5px;
}
ul li
{
	line-height:150%;
	margin-left:-20px;
}

/*SKIN SPECIFIC OVERRIDES*/
div.skin
{
	width:980px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
div.skin div.head, div.skin div.body, div.skin div.foot
{
	background-color:#FFFFFF;
}
div.skin table.layout
{
	width:980px;
}
div.skin td.s1
{
	background-position:right;
	background-repeat:repeat-y;
	background-image:url(../images/gr_left_drop.png);
	width:15px;
}
div.skin td.s2
{
	background-position:left;
	background-repeat:repeat-y;
	background-image:url(../images/gr_right_drop.png);
	width:15px;
}
div.skin div.head
{
	position:relative;
	height:130px;
	width:950px;
	background-image:url(../images/gr_top_blue_bar.png);
	background-repeat:repeat-x;
}
div.skin div.head div.title div.logo
{
	position:absolute;
	top:4px;
	left:0px;
	width:200px;
	height:104px;
	background-image:url(../images/gr_therightremodeler_transparent.png);
	cursor:pointer;
}
div.skin div.head div.title div.montage
{
	position:absolute;
	top:6px;
	left:243px;
	width:407px;
	height:99px;
	background-image:url(../images/gr_montage.png);
	cursor:pointer;
}
div.skin div.head div.title div.contact
{
	position:absolute;
	top:24px;
	right:0px;
	width:220px;
	height:104px;
	text-align:center;
	line-height:16pt;
	font-size:13pt;
	font-weight:bolder;
	font-style:italic;
	background-image:url(../images/gr_calltollfree.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
div.skin div.head div.menubar
{
	position:absolute;
	width:948px;
	bottom:0px;
	background-image:url(../images/gr_menu_background.png);
	height:21px;
	border:1px solid #5CA643;
	color:#FFFFFF;
}
div.skin div.head div.menubar table.menuitems
{
	margin-left:auto;
	margin-right:auto;
}
div.skin div.head div.menubar table.menuitems div.menu,div.skin div.head div.menubar table.menuitems div.divider
{
	float:left;
}
div.skin div.head div.menubar table.menuitems div.menu
{
	cursor:pointer;
	font-weight:bold;
	padding-right:25px;
	padding-left:25px;
	line-height:21px;
}
div.skin div.head div.menubar table.menuitems div.menu:hover
{
	background-image:url(../images/gr_menu_background_active.png);
}
div.skin div.head div.menubar table.menuitems div.divider
{
	width:2px;
	height:23px;
	margin-top:-1px;
	background-image:url(../images/gr_menu_divider.png);
}
div.skin div.body
{
	width:950px;
	background-color:#D4E7CD;
	border-bottom:1px solid #5CA643; 
	background-image:url(../images/gr_curve_repeat.png);
	background-repeat:no-repeat;
}
div.skin div.body div.content
{
}
div.skin div.body div.content div.co
{
	width:910px;
	margin:0px 10px 0px 10px;
}
div.skin div.body div.content div.ci
{
	padding-top:15px;
	padding-bottom:15px;
}
div.skin div.foot
{
	font-size:8pt;
	border-top:1px solid #5CA643;
	margin-top:2px;
	height:27px;
	width:950px;
	text-align:center;
	line-height:27px;
	background-color:#D4E7CD;
}

div.sidepad15
{
	padding-right:15px;
	padding-left:15px;
}
div.sidepad30
{
	padding-right:30px;
	padding-left:30px;
}
div.pad15
{
	padding:15px;
}