/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #1A1A1A;
	background-image: url(images/body_bkgr.gif);
	background-repeat: repeat-x;
	position: relative;
}

h1, h2, h3 {
	margin-top: 0;
	color: #FF6600;
}

h1 {
	font-size: 2em;
	color: #FF6600;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

/* Header */

#logo {
	width: 800px;
	height: 150px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 800px;
	height: 32px;
	margin: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

#menu a:hover {
	background-image: url(images/menu_bkgr.gif);
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #CCCCCC;
	background-image: url(images/menu_bkgr_a.gif);
}

/* Page */

#page {
	width: 800px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	margin-right: auto;
}

#page-bg {
	padding: 11px 24px;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(file:///C|/Users/Benjamin%20L%20Sugathan/Desktop/web_templates/industrial/industrial/images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: right;
	width: 200px;
	padding: 0 0 0 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {

}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background-image: url(images/li_bu.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 13px;
	background-image: url(images/li_bg_cr.gif);
	background-repeat: no-repeat;
	background-color: #842100;
}

/* Footer */

/*#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	background-color: #999999;
	background-repeat: repeat-x;
}*/
#footer { background: url(images/footer.gif) no-repeat; width: 800px; height: 85px; padding-top: 15px; text-align: center; margin-right: auto; margin-left: auto; }
#footer p {font-size: 11px; color: #aaa; line-height: 1.9;}
#footer a { color: #fff; text-decoration: none; margin-right: 15px; }
#footer a.active { color: #ff9900; }
#footer a.lv { color: #444; }
#footer a.lv:hover { color:#6CF; }
/*#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000099;
}

#footer a {
	color: #FFFFFF;
}*/
.parahighlights {	color: #00CCFF;
	font-weight: bold;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
p    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
}
#limg {
	height:1%;
	width:351px;
	padding:0px;
	text-align:center;
	margin:0px;
}
#limg img {
	padding:5px;
	margin:0px auto;
}
#cont {
	margin:0px -3px 0px 0px;
	padding:0px;
	height:1%;
	width:200px;
}

#ulthumb {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:5px;
}
#ulthumb li {
	float:left;
	display: block;
}
#ulthumb img {
	cursor:pointer;
	padding: 2px;
}
#border    {
	background-color: #3366FF;
	height: 2px;
	width: 480px;
	margin-right: 50px;
	margin-left: 50px;
}

/* gallery */
.hide { display:none; }

#container {
	width:300px;
	height:400px;
	background:#111;
	overflow:hidden;
	border:1px solid #333;
}


#picture_section {
	padding:7px 0 7px 7px;
	width:290px;
	height:332px;
	overflow:hidden;
}
	#inside {
		width:290px;
		height:332px;
	}
	#picture_section img {
		border:0;
		height:57px;
		width:111px;
		float:left;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
}
#controls_horz { 
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
	display:none;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:10px;
		width:10px;
		background:url(left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:10px;
		width:10px;
		background:url(right.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

#display_picture_container {
	position:relative;
	width:500px;
	height:400px;
	padding-top:16px;
}

#display_picture {
	position:absolute;
	top:61px;
	left:31px;
	width:442px;
	height:330px;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
	top:108px;
	left:65px;
	height:272px;
	width:375px;
	cursor:pointer;
}


/* team */

#tbox_l {
	width:400px;
	float:left;
}
#tbox_r {
	width:400px;
	float:right;
}
.teamcont {
	float: right;
	width: 380px;
	padding: 0 0 0 20px;
}

.teamcont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.teamcont li {
	padding: 0 0 20px 0;
}

.teamcont li ul {

}

.teamcont li li {
	padding: 5px 0 5px 25px;
	background-image: url(images/li_bu.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

.teamcont li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 13px;
	background-image: url(images/li_bg_cr.gif);
	background-repeat: no-repeat;
	background-color: #842100;
}

/* press */

#left-col {float: left; width: 800px !important; width: 800px;}
#left-col h2 {font-size: 24px; font-weight: bold; letter-spacing: -.5pt; margin: 27px 0 5px;}
#left-col h2.single-title {font: italic normal 32px Georgia, serif; color: #fff; text-decoration: none; letter-spacing: -1px; margin: 0;}
#left-col h3 {margin: 35px 0 3px; color: #fff; font-weight: bold;}
#left-col .entry h4 {font-size: 24px; font-weight: bold; letter-spacing: -0.5pt; margin: 27px 0 5px;}
#left-col .entry h4 a {color: #fff; text-decoration: none;}
#left-col .entry h4 a:hover {text-decoration: underline;}


#left-col ul { margin: 15px 35px 15px 35px;}
#left-col ul li {list-style: disc; line-height: 18px; margin: 5px 0; width: 550px;}
#left-col ul li a {color: #29ADE4;}
#left-col ul li a:hover {background: #EB5136; color: #fff; text-decoration: none;}


#left-col .module-wrap {background: #fff; width: 255px; float: left; color: #333; height: 360px; margin: 10px 10px 0 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-align: center;}
#left-col .module-wrap:hover {background: #ddd;}
#left-col .module-wrap img {margin: 10px auto; width: 238px; border:0;}
#left-col .module-wrap a:focus {-moz-outline: none; /* fx 1.07*/ outline:none; /* fx 1.05, 
Safari, Mac IE*/background: transparent;}
#left-col .module-wrap .desc {text-align: left; margin: 0 auto 15px auto; width: 90%;}
#left-col .module-wrap .desc h2 {color: #333; font: normal 24px Georgia,Times New Roman,serif; line-height:normal; margin: 0; font-style: italic;}
#left-col .module-wrap .desc p {font: normal 12px Arial, Helvetica, sans-serif; color: #333; margin: 12px 0;}
#left-col .module-wrap .desc a {color: #ff9900; text-decoration: none;}
#left-col .module-wrap .desc a:hover {color: #333; text-decoration: underline;}


