/* CSS Document */
/* body								{ behavior:url("../csshover.htc"); }/* IE 5.5, 6 */

body,div,p,a,ul,ol,li,dl,dt,dd,table,td,form,fieldset
					{ margin: 0px; padding: 0px; border: 0px; list-style: none; font-size: 11px; color: #FCFEC1; font-family: Arial, Helvetica, sans-serif; line-height: 2em; font-size: 13px; }
body				{ background: #211B1C; }
a:link 				{text-decoration: none}
a:visited 			{text-decoration: none}
a:active 			{text-decoration: none}
a:hover				{text-decoration: underline; color: #fff;}
h2					{ padding:0px; margin:0px; font-size: 16px; font-weight:bold;}
h3					{ padding:0px; margin:0px; font-size: 13px; font-weight:bold;}
/* Main top container for index and project pages */
div#contain 		{ width: 698px; background: #322D2E; text-align: left; margin: 50px auto;} /*  url(images/tp_img.gif) no-repeat center top */
div#logo			{ margin: 0px; padding: 0px;}
div#top				{ width: 598px; background: #322D2E; padding: 50px 50px;}
p					{ padding-top: 10px; }
ul#list				{ margin-top: 10px;}
ul#list li			{ background: url(images/bull.gif) no-repeat left center; padding-left: 15px; margin-left:10px; }
div#ltcol			{ width: 260px;}
p.toppad			{ padding-top:15px;}
div#rtcol			{ width: 280px; padding-top: 0px; padding-right: 20px;float:right;}
/* setting up the project list */
ul#hmport			{ width: 280px; }
ul#hmport li		{ width: 280px; height:180px;}
div#rtcol img		{ border:none;}
/* Setting up the bottom contact area left and right sections */
div#bot				{ width: 598px; background: #322D2E; border-top: 2px solid #211B1C; text-align: left; padding: 50px; clear: both; font-size: 8px;}
div#ltbot			{ width: 240px; padding-bottom: 20px;}
table#cont			{ text-align: left; width: 240px; }
table#cont th		{ }
div#rtbot			{ width: 260px; float: right; }
ul#contacts			{ width: 260px; }
ul#contacts	li		{ margin-top: 10px; display: inline; float: left; padding-right:20px;}
ul#contacts	a		{ text-decoration:none; border: none; display:block; }
ul#contacts	img		{ border: none; }
/* Formatting the contact bottom contact form fields */
fieldset			{ }
lable				{ display: block; }
input,textarea		{ width: 250px; background: #555; border: 1px solid #555; color:#fff;}
input:focus,textarea:focus 
					{ background: #fff; border: 1px solid #fff; color: #333;}
textarea			{ width: 250px; height: 100px;}
input.submitbtn		{ background: url(images/submit_but.gif) no-repeat top left; border: none; width: 50px; height: 19px; display:block;}