/* CSS */

body {
	font-family: "Lucida Grande", Tahoma, verdana, arial;	
	font-size: 0.8em;
	background: #333537;
	margin: 0px;
	padding: 0px;
	color: #666;
}

#wrapper {
	background: #F1F2F6 url(../images/topbar_bg.jpg) repeat-x;
}

h1, h2, h3 {
	font-family: "Lucida Grande", Tahoma, verdana, arial;	
	font-weight: normal;
}

h1 {
	font-size: 1.8em;	
	color: #333;
}

h2 {
	font-size: 1.4em;
	color: #333;	
}

h3 {
	font-size: 1.2em;	
	font-weight: bold;
	color: #333;
}

hr {
	border: 1px dashed #444;	
}

.border {
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: 1px dotted #eee;	
	width: 290px;
	margin-left: 50px;
}

#container {
	width: 804px;
	margin: 0 auto;
	line-height: 1.5em;
	background: #F1F2F6 url(../images/content_bg.jpg) repeat-y;
}

li {
	list-style: square;	
}

.page_title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	text-align: center;
}

/***************************
	Top Bar
***************************/



#topbar {
	background-color: #333537;
}



#topbar ul {
	padding: 60px 0px 20px 250px;
	margin: 0px;
}

/*

#topbar_img {
	background-color: #333537;	
}

#topbar li {
	display: inline;
	color: #ccc;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: "century gothic", Tahoma, verdana, arial;
}

#topbar a {
	color: #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-decoration: none;
	padding: 10px 10px 20px 10px;
}

#topbar a:visited {
	color: #fff;	
}

#topbar a:hover {
	border-bottom: 3px solid #f0f;	
}

.active {
	border-bottom: 3px solid #f0f;
}

*/

/**********************/

#main_nav { 
	list-style: none; 
	margin: 0; 
	padding-top: 46px; 
	color: #fff;
	background-color: #333537;
}

#main_nav ul {
	margin: 0px;
	padding: 0px;	
}

#main_nav li { 
	float: left; 
	list-style: none;
	padding: 0 15px 0 15px;
}

#main_nav li a { 
	text-indent: -999999px; 
	overflow: hidden; 
	display: block; 
	height: 54px; 
} 

/* home */

#home { 
	background: url(../images/menu_home.jpg) no-repeat; 
	width: 101px; 
}

#home:hover { 
	background: url(../images/menu_home.jpg) 0 0 !important; 
}

#home.active { 
	background: url(../images/menu_home.jpg) 0 0 no-repeat; 
	border-bottom: 2px solid #3366cc;
	background-position: -100px;
}

/* about */

#about { 
	background: url(../images/menu_about.jpg) no-repeat; 
	width: 101px; 
}

#about:hover { 
	background: url(../images/menu_about.jpg) 0 0 !important; 
}

#about.active { 
	background: url(../images/menu_about.jpg) 0 0 no-repeat; 
	border-bottom: 2px solid #3366cc;
	background-position: -101px; 
}

/* services */

#services { 
	background: url(../images/menu_services.jpg) no-repeat; 
	width: 101px; 
}

#services:hover { 
	background: url(../images/menu_services.jpg) 0 0 !important; 
}

#services.active { 
	background: url(../images/menu_services.jpg) 0 0 no-repeat; 
	border-bottom: 2px solid #3366cc;
	background-position: -101px; 
}

/* portfolio */

#portfolio { 
	background: url(../images/menu_portfolio.jpg) no-repeat; 
	width: 101px; 
}

#portfolio:hover { 
	background: url(../images/menu_portfolio.jpg) 0 0 !important; 
}

#portfolio.active { 
	background: url(../images/menu_portfolio.jpg) 0 0 no-repeat; 
	border-bottom: 2px solid #3366cc;
	background-position: -101px; 
}

/* contact */

#contact { 
	background: url(../images/menu_contact.jpg) no-repeat; 
	width: 101px; 
}

#contact:hover { 
	background: url(../images/menu_contact.jpg) 0 0 !important; 
}

#contact.active { 
	background: url(../images/menu_contact.jpg) 0 0 no-repeat; 
	border-bottom: 2px solid #3366cc;
	background-position: -101px; 
}


#main_nav:hover li a#home { 
	background-position: -202px; 
}

#main_nav:hover li a#about { 
	background-position: -202px;
}

#main_nav:hover li a#services { 
	background-position: -202px; 
}

#main_nav:hover li a#portfolio { 
	background-position: -202px; 
}

#main_nav:hover li a#contact{ 
	background-position: -202px; 
}


/***************************
	Header
***************************/
#header {
	padding: 10px 0 0 40px;
}

#breadcrumb {
	background-color: #F0F0F0;
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
}

#breadcrumb p {
	margin-left: 10px;
	padding: 0px !important;
	padding: 5px;	
}

#breadcrumb a {
	color: #333;
	text-decoration: none;
}

/***************************
	Content
***************************/

#content {
	padding: 1.5em 2.5em 1.5em 2.5em;
	min-height: 500px;
}

.clear {
	clear: both;	
}

.index {
	color: #666;
	font-size: 1.1em;	
	font-family: "century gothic", Tahoma, verdana, arial;
	line-height: 2em;
}

#web_packages {
	float: left;	
}

.img_tick {
	float: left;
	margin: 20px 10px 30px 0;
}

.sub_note {
	font-size: 0.8em;	
}

.my_photo {
	float: right;	
	padding: 1em;
}

table {
	text-align: left;
}

td {
	padding-left: 20px;
	padding-bottom: 20px;	
}

td a {
	color: #333;
	text-decoration: none;
	font-size: 1.2em;
}

.errmsg {
	color: red;
}

.contact {
	width: 100%;	
}

.float_left {
	float: left;	
}

.float_right {
	float: right;
	padding-right: 80px;	
}

/***************************
	Hosting
***************************/

.host_basic {
	float: left;
	padding: 0 4em 0 7em;
}

.img_left {
	float: left;
	padding: 0 1em 0 0;
}

.img_right {
	float: right;
	padding: 0 1em 0 0;
}

.img_center {
	margin: 0px 0px 0px 270px;
	padding: 0 1em 0 0;
}

.center_align {
	text-align: center;	
}

/***************************
	Footer
***************************/

#footer {
	background: #333537;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #999;
}

#footer table {
	width: 770px;
	font-size: 0.8em;	
}

#footer td {
	vertical-align: top;
	line-height: 2em;	
}

#footer ul {
	margin: 0;
	padding: 0 0 0 10px;	
}

#footer a {
	color: #666;	
}

/*

#navlist li {
list-style-type: none;
display: inline;
}
*/


/***************************
	Services menu
***************************/

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul ul {
	display: inline;
}
#menu ul ul li a {
	padding-left: 20px;
	width: 118px;
}
#menu a {
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 2px 2px 25px;
}
#menu a.expanded {
	background: url(../images/collapse.jpg) no-repeat 3px 50%;
	text-decoration: none;
	outline: none;
}

#menu a.collapsed {
	background: url(../images/expand.jpg) no-repeat 3px 50%;
	outline: none;
}

#menu a.collapsed h2 {
	color: #3E69A7;	
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: none;
}
#menu ul a {
	border-top: 2px solid #fff;
	color: #000;
	display: block;
	font-weight: normal;
	padding: 2px 2px 2px 10px;
	width: 128px;
}
#menu ul a:hover {
	text-decoration: underline;
}
#menu li.active a {
	background: #fff;
}
#menu li.active li a {
	
}

#menu li {
	list-style: none;	
}
#menu .footer {
	border-top: 2px solid #fff;
	height: 9px;
	margin: 0 0 10px 0;
	width: 142px;
}
#menu .footer span {
	display: none;
}