/* CSS Document */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,p,img,form,table,tr,td{margin:0;padding:0;border:0;}

body {
	background-image: url(../images/big-smudge-back.gif);
	background-repeat: no-repeat;
	background-color: #51595e;
	color: #FFFFFF; 
 	font-family: "Arial", Helvetica, sans-serif;
  	overflow: hidden;
}

/*a:link img { border:none; }
a:hover img { border:none; }
a:hover img { border:none;}
a:active img {border: none;}*/

/*#wrapper {
	width: 915px; height: 100%;
	position: absolute; top: 180px; left: 30px;
}*/

/* LAYOUT --------------------------------*/
#left {
	/*background-color:#000000;*/
	position: fixed;
	top: 0px;
	left: 0px;
	width: 249px;
	height: 100%;
	text-align: left;
/*	direction: rtl;
*/	overflow-y: hidden;
	z-index: 1;
	border-right-style:dotted;
	border-right-color:#7ed145;
	border-right-width: 1px;
}

#mainMenu {
	/*background-color:#00FF00;*/
	position: fixed;
	top: 180px;
	left: 30px;
	width: 219px;
	height: 201px;
	
}

#right {
	position: absolute;
	top: 0px;
	left: 262px;
	right: 0px;
	height: 100%; 
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1;
	/*background-image: url(../images/stripes-gray.gif);*/
}

#designComm {
	position: relative;
	margin-top: 40px;
	display: block;
}

#mainContent {
	/*background: #CCFF99;*/
	position: relative;
	width: 696px;
	margin-top: 127px;
	display: block;
}

#mainContent img {
	margin-bottom: 1px;
}


#threeColumn {
margin-top: 8px;
	width: 696px;
	/*border: 1px solid #000;*/
}

#threeColumn img {
	margin-left: 0px;
	margin-bottom: 6px;
}
	
.floatleft {
	/*background:#0033CC;*/
	margin-bottom: 14px;
	float: left;
	width: 232px;
}

.marginLeft {
	margin-left: 13px;
}

.floatright {
		float: right;
		padding-left: 8px;
		padding-bottom: 10px;
}




/* TYPE --------------------------------*/

/*h1,h2,h3,h4,h5,h6 { font-weight: normal; }*/

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 {
	font-weight: bolder;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 18px;
	color: #7ed145;
	padding-top: 7px;
	/*padding-bottom: 7px;*/
	padding-right: 13px;
	text-transform: uppercase;
	}

.specialHead {
	font-weight: bolder;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #7ed145;
}

.specialHead a:hover {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

p {
	text-align: left;
	font-family: "Arial", Helvetica, sans-serif;
	/*margin-left: 13px; */
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 7px;
	padding-right: 13px;
}

.intro {
	padding-bottom: 5px;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold;
	font-size:17px;
	line-height: 23px;
}

.medium p {
	padding-bottom: 10px;
	margin-right: 232px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
	letter-spacing: 0.03em;
}

.small p {
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 0.03em;
}

/* NAVIGATION ---------------------------*/

#nav img { border: none; }
#nav li { display: inline; list-style:none; }
#nav li a { display:block; width: 219px; border: none;}
#nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#nav li a:hover { visibility:visible; /* for IE6 */ }
#nav li a:hover img { visibility:visible; /* for IE6 */ }
#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#one { background:url(../images/mainMenu/main-menu_over01.gif) no-repeat left bottom; }
#two { background:url(../images/mainMenu/main-menu_over02.gif) no-repeat left bottom; }
#three { background:url(../images/mainMenu/main-menu_over03.gif) no-repeat left bottom; }
#four { background:url(../images/mainMenu/main-menu_over04.gif) no-repeat left bottom; }
#five { background:url(../images/mainMenu/main-menu_over05.gif) no-repeat left bottom; }
#six { background:url(../images/mainMenu/main-menu_over06.gif) no-repeat left bottom; }
#seven { background:url(../images/mainMenu/main-menu_over07.gif) no-repeat left bottom; }


a:link {
color: #FFFFFF;
background-color: transparent;
border-color: #CCCCCC;
border-width: 0px 0px 1px 0px;
border-style: dotted;
text-decoration: none;
}

a:visited {
color: #FFFFFF;
background-color: transparent;
border-color: #CCCCCC;
border-width: 0px 0px 1px 0px;
border-style: dotted;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
background-color: #7ed145;
border: none;
text-decoration: none;
}


#imagesNoBorder a { 
	border: none;
} 

#left a:link {text-decoration: none; color: #0; border: none;}
#left a:visited {text-decoration: none; color: #0; border: none;}
#left a:hover {text-decoration: none; color: #0; border: none; background-color: transparent;}
#left a:focus {text-decoration: none; color: #0; border: none;}
#left a:active {text-decoration: none; color: #0; border: none;}

/*a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {color: #FFFFFF; text-decoration:none;}
*/

