body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
	}
	
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

img {border: none;}

ul, ol {
	margin: 0;
	padding: 0 20px 0 20px;
	}

ul li, ol li {
	padding: 0;
	margin: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

input, textarea {
	border: 0;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	}

.clearer {
	clear: both;
	}
/* 
a:link, a:active, a:visited {
	color: #e14444;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
 */

/* Top */
#top {
	width: 100%;
	}

#top #topdiv {
	width: 974px;
	padding: 5px 0 5px 0;
	}
		
/* Header */
#header {
	margin: 0 0 0 0;
	width: 100%;
	height: 118px;
	padding: 0;
	background-image: url('images/headerbg.jpg');
	background-repeat: repeat-x;
	}

#headiv {
	width: 974px;
	}
	
/* Blog title */
#blogtitle {
	margin: 0;
	padding: 0;
	background-image: url('images/headerbg.jpg');
	background-repeat: no-repeat;
	}
	
#blogname {
	padding: 25px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 40px;
	color: #2e7387;
	}

#blogname a {
	color: #ecf5f6;
	font-weight: normal;
	border: none;
	}

#blogname a:hover {
	color: #ecf5f6;
	}

#logo {
	border: none;
	padding: 0;
	margin: 0px 0 0 0;
	background: none;
	}

/* Top Nav */
#topnav {
	margin: 5px 0 0 0;
	padding: 0;
	width: 974px;
	}

#topnav #plinks {
	margin: 0;
	padding: 0;

	display:block; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:15px;
	color: #333333;
	
	font-weight:lighter;
	text-align:center; 
	cursor:pointer; 

	width: 675px;
	float: left;
	}

#topnav #plinks ul li a:link, #topnav #plinks ul li a:active, #topnav #plinks ul li a:visited, .current_page_item a:hover {
	color: #444444;
	padding: 8px 0 0 0;
	border: none;
	margin: 0;
	text-align: center;
	font-weight: normal;
	text-decoration:none; 
	display: block;
	width: 135px;
	height: 26px;
	background-image: url('images/topnavabg.jpg');
	background-repeat: no-repeat;
	}

#topnav #plinks ul li a:hover {
	background-image: url('images/topnavahbg.jpg');
	background-repeat: no-repeat;
	}

body#home #topnav #plinks ul li a.sel, #topnav #plinks ul li.current_page_item a {
	background-image: url('images/topnavahbg.jpg');
	background-repeat: no-repeat;
	font-weight:normal;
	}
	
body#nothome #topnav #plinks ul li a.sel:hover {
	background-image: url('images/topnavabg.jpg');
	background-repeat: no-repeat;
	}

#topnav #plinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#topnav #plinks ul li {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	background: none;
	}

/* Top Search */
#topsearch {
	float: right;
	width: 299px;
	height: 24px;
	}
	
#s {
	width: 223px;
	height: 24px;
	border: none;
	float: right;
	margin: 0;
	margin-top:4px;
	background-color: transparent;
	background-image: url('images/sbg.jpg');
	background-repeat: no-repeat;
	color: #4f4f4f;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 5px;
	}

/* #searchsubmit {
	cursor: pointer;
	color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/searchsubmitbg.jpg');
	background-repeat: no-repeat;
	border: none;
	width: 66x;
	height: 25px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	margin: 0;
	float: left;
	}
*/

#submit {
	cursor: pointer;
	color: #555759;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/submitbg.jpg');
	background-repeat: no-repeat;
	border: none;
	width: 100x;
	height: 25px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	margin: 0;
	float: left;
	text-align:center
}

	
/* Wrapper */
#wrapper {
	margin: 0;
	width: 990px;
	padding: 0;
	}
	
/* Container */
#container {
	width: 990px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	

/* Content */
#content {
	width: 990px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	line-height: 22px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

/* Entry */		
.entry {
	margin: 0;
	padding: 10px 10px 0 10px;
	background-image: url('images/entrytop.jpg');
	background-repeat: no-repeat;
	}

.entry2 {
	margin: 0;
	padding: 8px 1px 0 1px;
	background-image: url('images/entrytop.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	}
.entrytop {
	background-image: url('images/entrybg.jpg');
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	}

.entrybottom {
	margin: 0 0 2px 0;
	padding: 0 0 8px 0;
	background-image: url('images/entrybottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	}

/* Headings */
#content h1, #content h2, #content h3, #content h4, #content h5, #featured h3 {
	margin: 0 0 3px 0;
	color: #333333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.entry h2 {
	margin: 0;
	padding: 3px;
	font-size: 26px;
	color: #444444;
	font-weight: normal;
	line-height: 28px;
	}

.entry h2 a, #content h2 a {
	font-weight: normal;
	color: #e14444;
	}

.entry2 h3 {
	padding: 0 10px 0 10px;
	}

/* Entry Head */
.ehead {
	margin: 0;
	padding: 0;
	}
	
.entryinfo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #d6d6d6;
	padding: 0 5px 5px 5px;
	color: #777777;
	}

.entryinfo a {
	font-family: Arial, Helvetica, sans-serif;
	}
	
blockquote, blockquote blockquote blockquote {
	padding: 0 0 0 8px;
	margin-bottom: 10px;
	color: #555555;
	border-left: 5px solid #777777;
	font-size: 11px;
	line-height: 19px;
	}

blockquote blockquote {
	padding: 0 0 0 8px;
	margin-bottom: 10px;
	background-image: none;
	color: #555555;
	border-left: 5px solid #999999;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.navigation {
	display: block;
	}

/* rightbar */
#sidebar {
	width: 285px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: left;
	padding: 0;
	margin: 0;
	}

#sidebar ul li, #sidebar ol li {
	line-height: 19px;
	}
	
.widget {
	margin: 0;
	padding: 10px 10px 0 10px;
	background-image: url('images/widgetop.jpg');
	background-repeat: no-repeat;
	}

.widgetop {
	background-image: url('images/widgetbg.jpg');
	background-repeat: repeat-y;
	}

.widgetbottom {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	background-image: url('images/widgetbottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	}

	
/* Sidebar Heading*/
#sidebar h2 {
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #d6d6d6;
	color: #e14444;
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	padding: 0 0 5px 0;
	}

#sidebar ul, #sidebar ol {
	padding-right: 0;	
	}

#sidebar ul li, #sidebar ol li {
	margin-bottom: 3px;
	}

/* WP-Calendar */
#wp-calendar, #wp-calendar caption {
	width: 100%;
	text-align: center;
	}

/* Ads Spots 125x125 */
#adspot {
	overflow: hidden;
	}
	
.ad1 {
	float: left;
	margin-bottom: 15px;
	}

.ad2 {
	float: right;
	margin-bottom: 15px;
	}

.ad3 {
	float: left;
	}

.ad4 {
	float: right;
	}
	
/* Comments Area */
ol.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}

ol.commentlist li {
	margin: 0 0 15px 0;
	background: none;
	padding: 10px;
	}

ol.commentlist li.alt {
	background-color: #fbfafa;
	border-top: 1px solid #edecec;
	border-bottom: 1px solid #edecec;
	}
	
ol.commentlist li cite {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}

#content .commentmetadata a {
	font-weight: normal;
	font-size: 11px;
	}

.commentator {
	display: inline;
	}

#content ol.commentlist li .avatar {
	float: left;
	margin-right: 5px;
	}

#commentform #submit {
	cursor: pointer;
	color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cc3f3f;
	background-image: url('images/comsubmitbg.jpg');
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	width: 125px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
/* Archives & Search */
ol.archive {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	}

ol.archive li {
	margin:  0 0 25px 0;
	}
	
/*
Theme Name: Ferwi
Theme URI: http://www.ferwi.com/
Description: This work is licensed to www.ferwi.com
Version: 2.0.0
Author: Sachi Wickramage
Author URI: http://www.ferwi.com/
*/
	
/* Footer */	
#footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #E2E2E2;
	background-color:#f9f9f9;
	}

.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#696969;
	text-align:center;
	padding-top: 10px;

}

.footer_links a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#696969;
	text-align:center;
}

.footer_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color: #FB3F00;
	text-align:center;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#B2B2B2;
	text-align:center;
	padding-top:10px;
	padding-bottom:25px;
}

.footer_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#909090;
	text-align:center;
	padding-top:25px;
}

.footer_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color: #ff632f;
	text-align:center;
	padding-top:25px;
}



#content_top {
    height: 314px;
}

#content_bottom {
    height: auto;
    float: left;
}


/* .bottom_pannel_splitpane */ 

.pannel_title_splitpane {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:22px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#FB3F00;

    text-align:left;
	text-decoration:none;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
}

.pannel_title_splitpane_small {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:16px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#FB3F00;

    text-align:left;
	text-decoration:none;
	border-bottom: 1px solid #E2E2E2;
}

.pannel_subtitle_splitpane {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:16px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#000000;
    text-align:left;
	text-decoration:none;
}

.pannel_desc_splitpane {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#555759;
    text-align:justify;
	margin-top: 12px;
}

.pannel_top_splitpane {
    width: 235px;
    height: 30px;
	line-height:28px; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:16px;
	color: #333333;
	text-align:center;
	cursor:default; 
	background-image: url('images/content_top.jpg');
}

.pannel_title_splitpane {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:22px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#FB3F00;

    text-align:left;
	text-decoration:none;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
}

.pannel_subtitle_splitpane_small {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:14px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#000000;
    text-align:left;
	text-decoration:none;
}

.pannel_subtitle_splitpane {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:16px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#000000;
    text-align:left;
	text-decoration:none;
}

.pannel_subtitle_splitpane a {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:16px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#000000;
    text-align:left;
	text-decoration:none;
}

.pannel_subtitle_splitpane a:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:16px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#FB3F00;
    text-align:left;
	text-decoration:none;
}

.pannel_desc_splitpane {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#555759;
    text-align:justify;
	margin-top: 12px;
}

.pannel_info_splitpane {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#B2B2B2;
	text-align:left;
	padding-top:10px;
}

.bottom_pannel_link_inside {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color: #333333;
    text-align:right;
	margin-top: 190px;
	margin-left: 18px;
	margin-right: 18px;
}

.bottom_pannel_link_inside:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color: #FB3F00;
    text-align:right;
	margin-top: 190px;
	margin-left: 18px;
	margin-right: 18px;
}

/* .splitpane */ 

#split_pane{
	width: auto;
	height: auto;
	text-align:center;
/* 	border:3px solid black;  */
	overflow:hidden;
}

#left_pane{
	float:left;
	margin-left:14px;
	margin-top:10px;
	height: auto;
	width: 235px;
/* 	border:2px solid red;  */
}

#right_pane{
	float:right;
	margin-right:14px;
	margin-top:10px;
	height: auto;
	width: 685px;
/* 	border:2px solid blue;  */
}

/* .splitpane_content */ 

.pannel_content_mission {
    width: 233px;
    height: 428px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	background-image: url('images/mission.jpg');
}

.pannel_content_vision {
    width: 233px;
    height: 332px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	background-image: url('images/vision.jpg');
}

.pannel_content_web {
    width: 233px;
    height: 212px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	background-image: url('images/web.jpg');
}

.pannel_content_ecom {
    width: 233px;
    height: 212px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	background-image: url('images/ecom.jpg');
}

.pannel_content_hosting {
    width: 233px;
    height: 212px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	background-image: url('images/hosting.jpg');
}

.pannel_content_multimedia {
    width: 233px;
    height: 212px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	background-image: url('images/multimedia.jpg');
}

.pannel_content_contact {
    width: 233px;
    height: 404px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	text-align:left;
	background-image: url('images/shade.jpg');
}

.pannel_content_aim {
    width: 233px;
    height: 301px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	background-image: url('images/aim.jpg');
}

.pannel_content_approach {
    width: 233px;
    height: 308px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	background-image: url('images/approach.jpg');
}
.pannel_content_blank_long {
    width: 233px;
    height: 365px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	text-align:left;
	background-image: url('images/shade.jpg');
	background-position:bottom;
}

.pannel_content_blank {
    width: 233px;
    height: 212px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	text-align:left;
	background-image: url('images/shade_s.jpg');
}

.pannel_smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#696969;
	text-align:justify;
}

/* .homepanels */ 

#home_panels{
	width: auto;
	height: auto;
	text-align:center;
/* border:3px solid black;  */
	overflow:hidden;
}

.home_panel_left{
	float:left;
	margin-top:10px;
	height: auto;
	width: 233px;
/* border:2px solid red;  */
}

.home_panel_mid{
	float:left;
	margin-left:12px;
	margin-top:10px;
	height: auto;
	width: 233px;
/* border:2px solid green;  */
}

.home_panel_right{
	float:left;
	margin-left:12px;
	margin-top:10px;
	height: auto;
	width: 233px;
/* border:2px solid blue;  */
}

/* .homepanel_content */ 

.home_panel_content_bg {
    width: 233px;
    height: 360px;
    float: left;
	border-left:thin #d8d9da solid;
	border-right:thin #d8d9da solid;
	border-bottom:thin #d8d9da solid;
	cursor:default;
	background-image: url('images/content-bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

.home_panel_title {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size:16px;
	text-shadow: #e5e5e5 0px 1px 1px;
	color:#FB3F00;

    text-align:left;
	text-decoration:none;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 5px;
	margin-left: 18px;
	margin-right: 18px;
}

.home_panel_desc {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 13px;
    text-align:justify;
	margin-top: 10px;
	margin-left: 18px;
	margin-right: 18px;
}

/* image hover */ 

div.gallery {
	width: 204px;
	margin: 0px; 
	padding: 0px;
}

div.gallery a.thumb {
	width: 204px;
	height: 182px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	cursor: pointer;
}
div.gallery span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;
}
div.gallery a.thumb:hover {
	background: #ffffff;
}

div.gallery  a {
	text-decoration: none; 
	color: #ffffff; 
	display: block;
}

/* .flash_bg */ 

.flash_bg {
	width: 974px;
	height: 314px;
	background-image: url('images/flash_bg.gif');
}	

/* .links */ 

.download_link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color: #333333;
}

.download_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color: #FB3F00;
}
