/* Main Styles */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin: 0px;
	color:#000000;
	text-align: center; /* to correct the centering IE bug*/
	background-color:#373737;
		
}

h1 {
	font-size:22px;
	color: #3a3633;
	font-weight:normal;
	padding-left:18px;
	padding-top:10px;
	margin:0px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color: #49523c;
	padding-left:18px;
	padding-top:10px;
	margin:0px;
	
}

a:link, a:visited {
	text-decoration:underline;
	color:#46850e;	
}

a:hover {
	text-decoration:underline;
	color:#666666;	
}

li {
	line-height: 24px;
}


input, textarea, checkbox, select 
{ 
	background: #FFF; 
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #3367a0;
	border-color: #BABABA; 
	border-style: solid; 
	border-width: 1px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	
}


img {
	border:0px;
}

/* CONTAINERS */

#container {
	width:938px;
	margin-left: auto;
    margin-right: auto;
	text-align: left; /* to realign your text */
}

#innerContainer {
	background-color:#85c226;
	float:left;
	width:938px;
}

#wrapper {
	background-color:#FFF;
	width:900px;
	float:left;
	margin-left:18px;
}

#mainContainer {
	background-image:url(images/gradMainContent.jpg);
	background-repeat:repeat-x;
	background-color:#e1f4c4;
	float:left;
	width:788px;
	padding: 0px 56px 20px 56px;
}

/* TOP SECTION */

#topContainer {
	width:900px;
	float:left;
}

.logoBlock {
	width:627px;
	float:left;
}

.contactBlock {
	width:273px;
	float:left;
}

.navBlock {
	width:900px;
	height:50px;
	float:left;
	background-image:url(images/backNav.jpg);
	background-repeat:no-repeat;
	padding-left:62px;
}

/* MAIN SECTION */

.headHome1 {
	width:357px;
	height:41px;
	background-image:url(images/head_home1.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

.headHome2 {
	width:194px;
	height:41px;
	background-image:url(images/head_home2.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

.headAbout1 {
	width:295px;
	height:41px;
	background-image:url(images/head_about1.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

.headDevelopers1 {
	width:433px;
	height:41px;
	background-image:url(images/head_developers1.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

.headShop1 {
	width:375px;
	height:41px;
	background-image:url(images/head_shop1.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

.headContact1 {
	width:160px;
	height:41px;
	background-image:url(images/head_contact1.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

.imgL {
	width:249px;
	height:168px;
	border: 1px solid #5d6650;
	float:left;
	margin-right:17px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.imgR {
	width:249px;
	height:168px;
	border: 1px solid #5d6650;
	float:left;
	margin-top: 15px;
	margin-bottom: 25px;
}

.leftCol {
	width: 350px;
	float:left;
	margin-right:50px;
	background-color:#d6eab5;
}

.rightCol {
	width: 350px;
	float:left;
	background-color:#d6eab5;
}

.imgGalleryRow {
	width:780px;
	float:left;
	margin-bottom:16px;
}

.imgGalleryBlock {
	width:177px;
	float:left;
	margin-right:16px;
}

.imgGallery {
	width:177px;
	float:left;
}

.imgDescription {
	width:155px;
	float:left;
	background-color: #78b21d;
	border: 1px solid #989495;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height: 13px;
	margin-top:1px;
	
}

/* FOOTER */

#footerContainer {
	width:900px;
	float:left;
	background-image:url(images/footerBack.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	font-size:9px;
	color:#2d2d2d;
}

.footerText {
	width:840px;
	margin: 30px 0px 10px 30px;
	float:left;
}

a.footerTxt:link, a.footerTxt:visited {
	font-size:9px;
	text-decoration:underline;
	color:#4b4545;	
}

a.footerTxt:hover {
	font-size:9px;
	text-decoration:underline;
	color:#72a624;	
}

