@charset "utf-8";
/* CSS Document */
/* idzine web services 2010 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
hr {
	color: #000000;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: oblique;
	color: #f3efef;
	text-align: left;
	border-bottom: 2px solid #000;
	padding: 0 0 3px 0;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.adocs #container {
	width: 62em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
.adocs #header { 
	background: #000000; 
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 2px;
	width: 980px;
} 
.adocs #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: right;
}
.adocs #mainContent {
	background: #2c2c2c;
	padding-bottom: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1002px;
	height:771px;
}
.adocs #mainContent p img{
	background: #3E3E3E;
	margin-left: 20px;
}
.adocs #mainContent #fullcolumn {
	width: 975px;
	height: 595px;
	padding-left: 15px;
}
.adocs #mainContent #fullcolumn img{
	border-color: #A6D205;
	border: 0;
	
}
.adocs #mainContent #fullcolumn #info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cccccc;
	width: 775px;
	height: 560px;
	margin-left: 100px;
	text-align: left;
	overflow: auto;
	
}
.adocs #mainContent #LeftColumn {
	float: left;
	padding: 5px 10px 20px 10px;
	width: 465px;
	background:#444444;
	margin: 0;
	height: 560px;
	overflow: auto;
}
.adocs #mainContent #LeftColumn p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #f3efef;
}
.adocs #mainContent #LeftColumn p.contacts {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
.adocs #mainContent #LeftColumn h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #f3efef;
	text-align: center;
}
.adocs #mainContent #RightColumn {
	float: right;
	padding: 5px 10px 20px 10px;
	width: 465px;
	background:#444444;
	margin-right: 3px;
	height: 560px;
	overflow: auto;
}
.adocs #mainContent #RightColumn a {
	color: #ffffff;
}
.adocs #mainContent #RightColumn #contacts{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f3efef;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.adocs #mainContent #RightColumn p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #f3efef;
}
.adocs #mainContent #RightColumn p.contacts {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #f3efef;
}
.adocs #mainContent #RightColumn h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #f3efef;
	text-align: center;
}
.adocs #mainContent #RightColumn img {
	margin-right: 5px;
}
.adocs #mainContent #IndexOnly {
	float: left;
	padding: 10px 10px 20px 10px;
	width: 952px;
	background:#444444;
	margin: 0;
	height: 560px;
	overflow: auto;
}
.adocs #container .buttons img {
	float: left;
	width: 162px;
	height: 80px;
	background: #444444;
	padding-top: 5px;
}
.adocs #container #footer { 
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #2c2c2c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color:#989898;
	text-align: left;
	vertical-align: text-bottom;
	width: 982px;
	padding-bottom: 10px;
} 
.adocs #footer a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #989898;
}
.adocs #footer a img {
	float: right;
}

.clrflt {
	clear: both;
}
.fltlft {
	float: left;
	margin-left: 5px;
	margin-top: 20px;
}

.adocs #mainContent #RightColumn form {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #f3efef;
}
.adocs #mainContent #RightColumn form p.text {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#cccccc;
}

						  
