/*CSS style sheet 

		# Arkan Engineering
		# Written by Tino for THENET.IE
		# 03/05/2007

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h6 { font-size:10px}

h5 { font-size:12px}

table #maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:762px;
	margin:0px;
	padding:0px;
	border: 1px solid #FFFFFF;
}
#banner {
	width:762px;
	top:0;
	position:relative;	
	display:block;
}

#menu { 
	left: 0px;
	width:188px;
	height:auto;
	min-height:460px;
	position: relative;
	float:left;
	background-image:url(../images/menu.jpg);
	background-position:top left;
	background-repeat:repeat-x;

	background-color: #97E8FF;
}
#menu a { 
	display:block;
	margin:2px;
	padding-top:2px;
	padding-bottom:2px;
	width:180px;
	background-color: #FFFFFF;
	border-color: #E3E3E3;
	border-style:solid;
	border-width:thin;
	text-decoration:none;
	text-align:center;
	color:#003399;
	font-size:11px;	
}
#menu div a  { 
	background: none;
	border: none;
}
#menu div a:hover  { 
	background: none;
	border: none;
}


#menu a:hover { 

	background-color: #BBF4FF;
	border-color: #E3E3E3;
	border-style:solid;
	border-width:thin;
	color:#003399;	
}

#menu a.submenu{ 
	display:block;
	margin:2px;
	padding-top:2px;
	padding-bottom:2px;
	width:180px;
	background-color: #F3F3F3;
	border-color: #E3E3E3;
	border-style:solid;
	border-width:thin;
	text-decoration:none;
	text-align:center;
	color:#003399;
	font-size:11px;	
}

#menu a.submenu:hover { 

	background-color: #E6FBFF;
	border-color: #FFFFFF;
	border-style:solid;
	border-width:thin;
	color:#003399;	
}

#products a.submenu{ 
	display:block;
	margin:7px;
	padding-top:5px;
	padding-bottom:3px;
	width:200px;
	background-color: #E6FBFF;
	border-color: #0099CC;
	border-style:solid;
	border-width:thin;
	text-decoration:none;
	text-align:center;
	color:#003399;
	font-size:14px;	
}

#products a.submenu:hover { 

	background-color: #F3F3F3;
	border-color: #E3E3E3;
	border-style:solid;
	border-width:thin;
	color:#003399;	
}


.header {
	font-size: 16px;
	font-weight:bold;
	text-align:right;
}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}


#main {
	float:left;
	position: relative;
	width:572px;
	height:auto;


}

#main p {
 	padding-right: 20px;
 	padding-left: 20px;	
}



#main p.header {
	color: #33CCCC;
	font-size: 16px;
	font-weight:bold;
	text-align:right;
}
#main p.header2 {
 	padding-right: 20px;
 	padding-left: 20px;	
	font-size:18px;
	border-bottom: 1px solid #FFCC00;
	text-transform:capitalize;
	font-weight: normal;
}



#contact {
	margin-top:20px;
	float:left;
	position: relative;
	width:572px;
	height:auto;

	overflow:auto;

}

#contact input {
 	padding-right: 5px;
 	padding-left: 5px;
	color: #0099CC;
}




#projects {
	float:left;
	position: relative;
	width:572px;
	height:270px;

	overflow:auto;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-face-color:#C0E5F5;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-track-color:#fff;
}

#projects td p {
 	padding-right: 20px;
 	padding-left: 20px;	
	font-size:11px;
	text-transform:capitalize;
	font-weight: normal;
}
#projects td {
 	padding-right: 5px;
 	padding-left: 15px;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #FFCC00;
	color:#006699;
}


#projects p.header {
	color: #33CCCC;
	font-size: 16px;
	font-weight:bold;
	text-align:right;
}


TD #installation {
	height:265px;
	width:50%;
	background-image:url(../images/productsbg1.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color: #003399;
}
TD #installation h3 {
	color: #0099CC;
	padding-top:35px;
}
TD #installation h3 a{
	color: #0099CC;
	text-decoration:none;
}
TD #installation h3 a:hover{
	color: #FFFFFF;
}
TD #service {
	height:263px;
	width:50%;
	background-image:url(../images/productsbg2.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color: #003399;
}
TD #service h3 {
	padding-top:35px;
	color: #00CCCC;
}
TD #service h3 a{
	color: #0099CC;
	text-decoration:none;
}
TD #service h3 a:hover{
	color: #FFFFFF;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	background-color:#BDE3F2;
	padding:15px;
	clear:both;
		border-top-color: #CCCCCC;
	border-top-style:solid;
	border-top-width:thin;
}
#footer b {
	font-size: 110%;
}
#footer a {
	text-decoration:none;
	font-weight:bold;
	color: #003399;
}
#footer a:hover {
	text-decoration:underline;
	color: #4F9ECA;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
