@charset "utf-8";
body, html  {
	min-height:101px;
	color:#fff;

	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	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 */
	color: #000000;

	background-image: url(../bkg/mainslice.gif);
	background-repeat: repeat-x;
}

p	{font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;}
	
 #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	background-color: #97ca4d;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	padding-left: 26px;
	background-image: url(../images/logo-reiko.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#fff;
	height:580px;
} 
 #header {
	background-color: #97ca4d;
	width:690px;
	height:60px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;

	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 

 #sidebar1 {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align:left;
	height:300px;

}

 #sidebar2 {
	float: left;
	width: 280px;

	text-align:left;
	height:488px;
	margin:0;
	padding:0;

}
 #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#414f5a;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	height:420px;
	float:right;
	width:676px;

	
} 

 #mainContent2 {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#414f5a;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width:600px;
}

 #mainContent3 {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#414f5a;
	padding-top: 15px;
	left:280px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	height:420px;
	position:relative;
	width:606px;
	
} 

 #mainContent4 {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#414f5a;
	padding-top: 15px;
	left:280px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height:420px;
	position:relative;
	width:700px;
	
} 

 #mainColumn {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#414f5a;

	width:996px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:488px;
} 

 #mainColumnprojects{
	margin: 0;
	width:996px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:488px;
	background-color: #414f5a;
	background-image: url(../images/projects.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

 #mainColumnapproach{
	margin: 0;
	width:996px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:488px;
	background-color: #414f5a;
	background-image: url(../images/our-approach.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

 #mainColumnaboutus{
	margin: 0;
	width:996px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:488px;
	background-color: #414f5a;
	background-image: url(../images/about-us.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

 #mainColumnservices{
	margin: 0;
	width:996px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:488px;
	background-color: #414f5a;
	background-image: url(../images/our-services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

 #mainColumnlinks{
	margin: 0;
	width:996px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:488px;
	background-color: #414f5a;
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

 #mainColumncontactus{
	margin: 0;
	width:996px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:488px;
	background-color: #414f5a;
	background-image: url(../images/contact-us.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


 
 #footer {
	height: 30px;
	width:716px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #97ca4d;
	position:relative;
	left:280px;




} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#header a {color: #fff;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/arrow-nav-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:20px;
	padding-left:16px;}
#header a:hover {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/arrow-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:20px;
	padding-left:16px;
	padding-right:10px;
}

#header .on {color: #fff;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/arrow-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:20px;
	padding-left:16px;
	padding-right:10px;}



#header a {color:#fff; font-size:12px; text-decoration:none; padding-right:10px;}
#header a:hover {color:#fff;}
#header a.active {color:#fff;}

a {color:#97ca4d; font-size:12px; text-decoration:none;  font-weight:bold;}
a:hover {color:#fff; font-weight:bold;}
a.active {color:#fff; font-weight:bold;}

h1 {
	color:#FFFFFF;

	text-decoration:none;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.smallerh1 {
	color:#FFFFFF;

	text-decoration:none;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#middleleft{
	float: left;
	width: 275px; 
	background: #414f5a;
	
	padding-right: 30px;
	padding-bottom: 20px;
		text-align:left;

	
}

#middleleft2{
	float: left;
	width: 190px; 
	background: #414f5a;
	
	padding-right: 30px;
	padding-bottom: 20px;
		text-align:left;

	
}

#middletop{
	float: left;
	width: 500px;
	background: #414f5a;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align:left;
	height:150px;
	
}

#middletop2{
	float: left;
	width: 500px; 
	background: #414f5a;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 20px;
		text-align:left;
		height:120px;
	
}

#middletop3{
	float: left;
	width: 600px;
	background: #414f5a;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 20px;
	text-align:left;
	height:50px;
	
}

#middlewhole{
	float: left;
	width: 660px; 
	background: #414f5a;
	height:320px;

	padding-right: 30px;

		text-align:left;
	
}

#middleright{
	float: left;
	width: 300px; 
	background: #414f5a;

	padding-right: 0px;
	padding-bottom: 20px;
	text-align:left;

	
}

#middleright2{
	float: left;
	width: 480px; 
	background: #414f5a;

	padding-right: 0px;
	padding-bottom: 20px;
	text-align:left;

	
}

.clear {
	clear: both;
}

ul.square {
	list-style-type:square;
	margin:16px;
	padding:0;
	color : #fff;
	list-style-position: outside;
	list-style-image: url(../images/bullet-green.gif);
}
ul2.square {list-style-type:square;  margin:14px; padding:0; color : #97ca4d; }
li {
	padding-bottom: 10px;
}
.last {
	padding-bottom: 0px;
}

.imagepadding {
	padding-right: 30px;
	text-align: left;
	vertical-align: top;
	background-position: left top;
}

.floatright { float: right; margin: 0px 0px 5px 5px; } 
.floatleft { float: left; margin: 0px 20px 5px 0px; }

.textbox{}

.paddinglarge{
	padding-top: 60px;
}
.notstrong {
	font-weight:normal;
}

.credit a{
	font-weight:normal;
	text-decoration:none;
	color: #ccc;
	padding-left:50px;
}

.credit a:hover{
	font-weight:normal;
	text-decoration:none;
	color: #ccc;
	padding-left:50px;
}

.red{

	color: #ff0000;
	
}


