
body, td { 
	font-family: Arial, sans-serif; 
	color: #555; 
	font-size: 13px; 
}

a {
	color: #048300; 
}
a:hover {
	text-decoration: none;
}

table#main {
	width:100%; 
	height:100%
}

td.logo div {
	height: 80px;
}

td#bg-top-left {
	background: url(/images/design/bg-top.jpg) bottom right;
}

td#bg-top-right {
	background: url(/images/design/bg-top.jpg) bottom left; 
	padding: 0 0 10px 49px; 
	color: #FFFFFF; 
	font-size: 1px; 
}

td#bg-middle-left {
	background: url(/images/design/bg-middle.jpg) bottom right;
}

td#bg-middle-center {
	background: url(/images/design/bg-middle.jpg) bottom left;
}

td#bg-middle-right {
	background: url(/images/design/bg-middle2.jpg) bottom left;
}

td#bg-bottom-left {
	background: url(/images/design/bg-bottom.jpg) top right;
}

td#bg-bottom-right {
	background: url(/images/design/bg-bottom.jpg) top left; 
	padding: 10px 0 0 49px; 
	color: #FFFFFF;
}

td#bg-bottom-right a {
	color: #FFFFFF; 
	text-decoration: none;
}

td#bg-bottom-right strong {
	color: #FFFFFF; font-weight: normal;
}


td#list { 
	padding:30px 40px 30px 40px; 
}

td#line { 
	width: 100%; background-color: #E1E1E1; 
}

div#content { 
	padding:30px 40px 30px 40px; 
}

div#content h1, div#content h2 {
	font-size:17px; 
	padding: 0px; 
	margin: 5px 5px 5px 15px; 
}

div#content strong {
	font-weight:normal;
	font-style:italic;
}



td#menu a { 
	color: #29B725; 
	background-color: #FFF; 
	font-size: 15px; 
	font-weight: bold; 
	text-decoration: none; 
	margin-right: 20px;
}

td#menu a:hover { 
	color: #82B725; 
	font-size: 15px; 
	font-weight: bold;
}

td#copyright { 
	padding: 10px 0 0 49px; 
	color: #FFFFFF; 
}

td#submenu {
	padding:00px 0 0 10px; 
	background-color: #FFF; 
	line-height: 20px;
}

td#submenu a {
	font-weight: bold;
	cursor: pointer;
}

td#submenu div {
	display:none; 
	padding-left:10px; 
	padding-bottom:0px;
}
td#submenu div a {
	font-weight: normal;
	cursor: pointer;
}
td#submenu1 a.active {
	color: #818181;
}
td#submenu a.active {
	color: #555;
}


div.submenu a {
	cursor: pointer;
}






div#tamplate {
	background-color: #FFF;
}

div#tamplate p {
	padding: 0px;
	margin: 10px 0px;
}

div#tamplate strong {
	padding: 0px;
}


.text { 
	width: 200px; 
}
textarea {
	width: 200px; 
	height: 160px; 
}

div#preview a {
	display:block;
	float:left;
	width:80px;
	height:54px;
	margin:0 10px 10px 0;
	border:5px solid #eee;
	background:#fff;
	overflow:hidden;
}

div#preview a:hover {
	border:5px solid #048300;
}

div#workimage a {
	display:block;
	width:450px;
	height:200px;
	overflow:hidden;
	border:5px solid #eee;
	background-color:#fff;
}

div#workimage a:hover {
	border:5px solid #048300;
}

.closelink {
	float:left;
	padding: 30px 0px 20px 0px;
	position: absolute; 
	text-align: right; 
	width: 800px;
	height: 50px;
}

.closelink a {
	border:5px solid #eee;
	padding: 10px 20px 10px 20px;
	color: #000;
	background:#FFF;
	border:5px solid #333;
}

table.hidden { 
	position: absolute; 
	display:none; 
}


td.navigation a {
	text-decoration: none;
}
