/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */

a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}

a:hover {
	color: #00BA00;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #00BA00;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img.float-right {
  margin: 0px 20px 5px 10px;  
}
img.float-left {
  margin: 0px 10px 5px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 110px;
	background: #CCC url(images/new_header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header img.logo
{
	position: absolute;
	top: 40px; left:44px;
	border: none;
}

#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */

.menu-top {
	font-size: 1px;	/* fix for IE 6 */
	clear: both;	
	background: url(images/menu.jpg) repeat-y center top;	
	height: 4px;
}

.menu {
	margin: 0; padding: 0 0 0 40px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 15px Tahoma;
	height: 22px;
}

.menu ul{
list-style-type:none;
padding:0;
margin:0;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:100;
left:0px;
top:22px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
/*font-weight: bold;*/
width:120px;
padding:3px 0 6px 0;
color:#FFFFFF;
background-color:#00BA00;
text-decoration:none;
text-align:center;
}

.menu a.current, .menu a.current:visited {
background-color: #FFFFFF;
color: #000000;
}

/* style the links hover */
.menu a:hover, .menu a.current:hover {
color:#000000;
background-color:#EBEBEB;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:120px;
font-size:10px;
font-weight: bold;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== 

.menu {
	margin: 0; padding: 0 0 0 40px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 16px Verdana, Arial, Tahoma, Sans-serif;
	height: 24px;
}
.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}*/
/* hack to correct IE5.5 faulty box model */
/* * html .menu {width:746px; w\idth:745px;}
.menu-top {
	font-size: 1px;	/* fix for IE 6 */
/*	clear: both;	
	background: url(images/menu.jpg) repeat-y center top;	
	height: 4px;
}

/* remove all the bullets, borders and padding from the default list styling */
/*.menu ul {padding:0 0 0 40px;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/*.menu li {float:left;width:121px;position:relative;}
/* style the links for the top level */
/*.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#758279; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
/* * html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
/* .menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
/* .menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* .menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
/* .menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
/* .menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
/* .menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
/* * html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
/* .menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
/* .menu ul ul ul.left {left:-149px;}
/* 
/* style the table so that it takes no ppart in the layout - required for IE to work */
/* .menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
/* .menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
/* * html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
/* .menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
/* .menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
/* .menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
/* .menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul li a.current {
background: url(images/white-back.gif) no-repeat;
color: #000000;
}
*/








/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0000bc;
	padding: 5px 0px 5px 28px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/triangle.gif) no-repeat 0px;	
}

/* Main Column */
#main2 {
	float: left;
	width: 100%;
	padding: 0; margin: 0;
}
#main2 h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0000bc;
	padding: 5px 0px 5px 28px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/triangle.gif) no-repeat 0px;	
}

.service
{
	border-bottom: 1px solid #EFF0F1;
	padding: 5px 0 10px 5px;
	margin-top: 10px;
}




.service-noline
{
	padding: 5px 0 10px 5px;
	margin-top: 10px;
}

.service img { border: none; margin-bottom: 20px;}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 28%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

#registered
{
	font-size: 9px;
	color: #666666;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

#container { width: 446px; height: 366px; background: url(images/anim_background.jpg) no-repeat; margin: auto auto; padding: 10px; }
#info ul { list-style-type:none; width:286px; height:360px; position:relative; left: 80px; margin:0; padding: 0;}
#info img {border:0;}
#info li.tl {display:block; height:120px; width:120px; float:left; margin:1px; background-image: url(images/cost_120.png);}
#info li.tc {display:block; height:120px; width:40px; float:left; margin:1px;}
#info li.tr {display:block; height:120px; width:120px; float:left; margin:1px;background-image: url(images/capacity_120.png);}
#info li.cl {display:block; height:120px; width:80px; float:left; margin:1px;}
#info li.cc {display:block; height:120px; width:120px; float:left; margin:1px; background-image: url(images/managed_120.png);}
#info li.cr {display:block; height:120px; width:80px; float:left; margin:1px;}
#info li.bl {display:block; height:120px; width:120px; float:left; margin:1px; background-image: url(images/fraud_120.png);}
#info li.bc {display:block; height:120px; width:40px; float:left; margin:1px; }
#info li.br {display:block; height:120px; width:120px; float:left; margin:1px; background-image: url(images/service_120.png);}
#info a {display:block; width:120px; height:120px; text-decoration:none;}
#info a.cc {display:block; width:120px; height:120px; text-decoration:none;}
a#link1 {color:#fff;}
a#link2 {color:#fff;}
a#link3 {color:#fff;}
a#link4 {color:#fff;}
a#link5 {color:#fff;}

a:hover#link1 {background: url(images/cost_200.png) no-repeat; width:200px; height:120px; position: relative; left: -80px;}

a:hover#link2 {background: url(images/capacity_200.png) no-repeat; width:200px; height:120px; position: relative; left: 0px;}

a:hover#link3 {background: url(images/managed_280.png) no-repeat; width:280px; height:120px; position: relative; left: -80px;}

a:hover#link4 {background: url(images/fraud_200.png) no-repeat; width:200px; height:120px; position: relative; left: -80px;}

a:hover#link5 {background: url(images/service_200.png) no-repeat; width:200px; height:120px; position: relative; left: 0px;}

#back_link {
	margin-top: 10px;
	font: Bold 100% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0000bc;
	padding: 5px 0px 5px 28px; 	
	background: #FFF url(images/rev_triangle.gif) no-repeat 0px;
}

#back_link a, #back_link a:visited {
background: none;
}

#back_link a:hover {
background: none;
}

#hiddenpic { display:none; }