/* ### Main Layout ### */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: url(images/background.gif) repeat;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-top:-30px;
	font-size:32px;
	color:#343029;
}
h2 {
	font-size:18px;
	color:#665d55;
	font-weight:normal;
	padding-bottom:10px;
}

p, td, li {
	font-size:12px;
	color:#665d55;
}

body.mceContentBody {
	background:#FFFFFF none repeat scroll 0 0;
}

body a {
	color: #00aabc;
}
#container, #header, #main_menu, #main, #footer {
	width: 760px;	
	margin: 0 auto;
	
	}
#container {
	margin-top:8px;
	border: 7px #ccc solid;
	background:#FFF;
	padding:0 20px;
	/*filter: alpha(opacity=60);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  	-moz-opacity: 0.60;
  	opacity:0.6;*/

 

}
#header {
	background: url(images/idig-logo.gif) #fff no-repeat;
	height: 114px;
	margin-top: 8px;
}
#main_menu {
	height: 27px;	
	background:#fff;

}
#main {
	clear: both;
	background-color: #fff;
	/*background-image: url(images/main_bg.gif);*/
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	padding-bottom: 12px;
}
#content {
	width: 760px;
	display: inline;
	float: left;
	background:#fff;
}



#beforeAfter {
	margin-top:-15px;
	width: 432px;
	float: left;
}
#before {
	width: 211px;
	float: left;
	margin-right: 10px;
}

#after {
	width: 211px;
	float: left;
}
#footer {
	width:794px;
	text-align:right;
	background: none;
	clear:both;
}

/* ### Main Navigation ### 
/*Credits: CSSplay */

.preload2 {background: url(images/button4.gif);}
.menu2 {padding:0 0 0 0; margin:0; list-style:none; height:27px; background:#343029 ; position:relative; font-family:arial, verdana, sans-serif; text-transform: inherit; z-index: 1400; }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:27px; line-height:28px; color:#fff; text-decoration:none; font-size:12px; font-weight: 600; padding:0 0 0 0; cursor:pointer; border-right: 1px #FFF solid;}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px; height:27px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 14px 0 14px; height:27px; background:url(images/down.gif) no-repeat right top;}
.menu2 li a.top_link:hover {background:#00aabc;}
.menu2 li a.top_link:hover span {}
.menu2 li a.top_link:hover span.down {}

.menu2 li:hover > a.top_link {}
.menu2 li:hover > a.top_link span {}
.menu2 li:hover > a.top_link span.down {}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:1401;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:2px; top:37px; background: #258DB8; padding:3px 0; border:1px solid #000000; border-top: 0; white-space:nowrap; width:180px; height:auto; z-index: 1401;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:177px;}
.menu2 :hover ul.sub li a {display:block; font-size:14px; height:20px; width:174px; line-height:20px; text-indent:5px; color:#FFFFFF; text-decoration:none; border:3px solid #258DB8; border-width:0 0 0 3px;}
.menu2 :hover ul.sub li a.fly {background:#258DB8 url(images/arrow.gif) 167px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#313233; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover {background:#313233 url(images/arrow_over.gif) 167px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#313233 url(images/arrow_over.gif) 167px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:177px; top:-4px; background: #258DB8; padding:3px 0; border:1px solid #000000; white-space:nowrap; width:180px; z-index:200; height:auto; z-index: 1401;}

/* ### Sidebars ### */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
}

input, select, textarea {
	width:148px;
	margin-right:200px;
}
input.submit {
	width:74px;
}