/* GENERAL INFORMATION
------------------------------------------- 	
Theme: Gibtelecom v1.0
Author: Piranha Designs Gibraltar
Start Date: 08.04.10
*/

/* reset
-------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#919191;
	float:left;
	margin:8px 0 0 15px;
	text-align:left;
	font:.85em "Trebuchet MS", Verdana, sans-serif;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}


h1.error {
	background:url(/images/icon/bgerror.png) no-repeat;
	font:16px "Lucida Sans", Trebuchet MS, Verdana, sans-serif;
    color:#525353;
    padding:3px 0 10px 40px;
    width:100%;
	margin:0 0 0 10px;
    float:left;
}
body {
	margin: 0;
	padding: 0;
	font: .8em/1.3em "Trebuchet MS", Verdana, sans-serif;
	text-align: justify;
	background:#FFF url(/images/main/bg.jpg) repeat-x;
}
a {
	text-decoration:none;
	border:none;
	cursor:pointer;
	color:#666666;
}
#wrapper-main .main-content a:hover{
	text-decoration: underline;
}
.links {
	color:#0088CC;
	font: 9pt "Trebuchet MS", Verdana, sans-serif;
	float:left;
}
.links:hover  {
	text-decoration:underline;
}


.clearfix {	
	clear:both;
	height:5px;
}

/* Template IE6
-------------------------------------------*/
#wrapper-main-ie .main-content-ie h3{
   font:bold 16px "Lucida Sans", Trebuchet MS, Verdana, sans-serif;
   color:#7c7979;
   padding:10px 20px;

}
#wrapper-content-ie{
	width:779px;
	margin:0 auto;
	height:100%;
}

#wrapper-main-ie {
	width:779px;
	float:left;
	height:auto;
}

#wrapper-main-ie .main-content-ie p{
	padding:5px 20px;
	width:735px;
	font-size:12px;

}
#wrapper-main-ie .main-content-ie{
	width:800px;
	float:right;
	height:265px;
	background:url(../images/main/MainBodyBG_Middle.gif) repeat-y;
	padding:0;
	margin:-8px 0 0 0;

}

#wrapper-main-ie .top-border-main-ie {background:url(../images/main/MainBodyBG_Top.gif) no-repeat}

#wrapper-main-ie .bottom-border-main-ie { background:url(../images/main/MainBodyBG_Bottom.gif) no-repeat}

#wrapper-main-ie .top-border-main-ie, #wrapper-main-ie .bottom-border-main-ie {
	width:800px;
	float:right;
	height:10px;
	margin-left:0;

}
#home-box-ie {
	width:112px;
	float:left;
	padding:0;
	margin:20px;

}

#home-box-ie img {
	margin:5px 20px 0 14px;

}
#home-box-ie .text {
	width:112px;
	background:#EFEFEF;
	text-align:center;
	margin-top:10px;
	padding:2px 0;
}
/* Slideshow
-------------------------------------------*/
.imgtop {
	width:778px;
	float:left;
	text-align: center;
	margin:0;
}

#inner-slider{
	height:auto;
	margin-bottom:5px;
	float:left;
}

#inner-slider div.scroller { 
  /* modify width and height of scrolling section if necessary  */    
  width: 779px; 
  height: auto;
  overflow: hidden;
  
  }
#inner-slider div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)  */    
    width:779px;
    height:auto;
    overflow:hidden;
    float:left;
    }

#inner-slider .controls {
	float:right;
	width:auto;
	margin:5px 10px;
}


#inner-slider .controls a {
  float: left;
  width: 14px;
  height: 14px;
  margin:0;
  text-indent: -9999px;
  text-decoration: none;
  background: url(/images/main/glider_control.png) 0 -28px no-repeat;
}

#inner-slider .controls a:hover {
  background: url(/images/main/glider_control.png) 0 -14px no-repeat;  
}

#inner-slider .controls a.activeSlide {
  background: url(/images/main/glider_control.png) 0 0 no-repeat;  	
}



/* Search Box
-------------------------------------------*/

#search {
	width:140px;
	float:right;
	height:25px;
	padding:7px 0 0 0;
	
	
}
#cse-search-results iframe {
	width:740px;
	padding:5px 10px;
}
#search .bar {
	width:75px;
	height:18px;
	margin:-2px 5px 0 6px;
	float:left;
	padding:0 20px 0 5px;
	background: #FFF url(/images/icon/icon_search.jpg) no-repeat right;
	color:#999;
	font:.9em "Trebuchet MS", Verdana, sans-serif;
	border:1px solid #E4E4E4;
	-moz-border-radius: 5px;
}

#search .button {
	width:26px;
	height:16px;
	float:left;
	border:none;
	cursor:pointer;
	background: url(../images/icon/ButtonSearch.gif) no-repeat;
	
}

/* General Div's
-------------------------------------------*/
#wrapper-main {
	width:779px;
	float:left;
	height:auto;
}
#wrapper-header{
	width:955px;
	margin:0 auto;
	height:auto;
}

#wrapper-content{
	width:955px;
	margin:0 auto;
	height:100%;
}

#wrapper-footer {
	width:955px;
	margin:0 auto;
	background: url(/images/main/bg-footer.jpg) no-repeat;
	height:120px;
}
#main-footer {
	width:780px;
	text-align:center;
	padding-top:20px;
	margin-left:170px;
	font-size:50px;
}
#main-footer p {
	font-size:7pt;
}
	
#logo {
	width:137px;
	height:65px;
	float:left;
	margin:5px 30px 0 5px;
}
/* General breadcrumbs
-------------------------------------------*/
ul#breadcrumbs {
	width:745px;
	min-height:15px;
	float:left;
	padding:0 15px 2px;

}
ul#breadcrumbs .space {
	color:#999999;
	float:left;
	font:7pt "Trebuchet MS", Verdana, sans-serif;
	padding:1px 0 0;
}
ul#breadcrumbs li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul#breadcrumbs li a {
	color:#999999;
	float:left;
	font:7pt "Trebuchet MS", Verdana, sans-serif;
	padding:1px 5px;
}

ul#breadcrumbs li a:hover, ul#breadcrumbs li .select{
	color:#666;
	float:left;
	font:7pt "Trebuchet MS", Verdana, sans-serif;
	padding:1px 5px;
}

/* Sidebar
-------------------------------------------*/
#sidebar{
	width:165px;
	float:left;
	margin:0 8px 0 0;
}

#inner-links {
	width:100%;
	float:left;}

#inner-links h3 {
	width:150px;
	padding:5px 0 5px 30px;
	font:14px "Lucida Sans", Trebuchet MS, Verdana, sans-serif;
	color:#535252;
	margin-top:10px;
	font-weight:bold;
	}
#inner-links p {
	padding:5px;
	font:8pt  "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
	color:#7c7979;
}
#inner-links a {
	margin:0 5px;
	}
#inner-links h3.quick { background:url(/images/icon/icon_title_quicklink.png) no-repeat left;}
#inner-links h3.touch { background:url(/images/icon/icon_title_touch.png) no-repeat left; color:#30a4dc; }
#inner-links h3.know { background:url(/images/icon/icon_title_know.png) no-repeat left;}
#inner-links h3.news { background:url(/images/icon/icon_title_news.png) no-repeat left;}

#icons {
	float:left;
	margin-left:5px;
	

}
#icons a {
	float:left;
	margin-top:10px;
}
/* General Main Menu
-------------------------------------------*/
#navigation {
	float:left;
	width:781px;
}

#navigation .nav-top {
	background:url(/images/main/button-navtop.jpg) no-repeat;
	float:right;
	padding:2px 8px;
	width:152px;
	margin:5px 0;
}
#navigation .nav-top p {
	font: 9pt "Lucida Sans", Trebuchet MS, Verdana, sans-serif;
	float:left;
	width:auto;
	padding:5px 0;
}
#navigation .nav-top a {
	margin-top: 4px;
	float:right;
}

/* General Quicklinks
-------------------------------------------*/
ul#list-quick {
	height:100%;
	float:left;
	padding-top:3px;
	margin-left:5px;
	width:150px;
}

ul#list-quick li {
	float:left;
	color:#666;
	width:150px;
	text-align:left;
	padding:4px 0;
	margin-left:2px;
	border-bottom:1px solid #E4E4E4;
}

ul#list-quick li a {
	font:9pt "Trebuchet MS", Verdana, sans-serif;
	color:#b6b6b6;
	background: url(/images/icon/icon_tick_quick.png) center right no-repeat;
	float:left;
	width:135px;
	text-align:left;
	margin:0;
	padding-right:15px;
}

ul#list-quick li a:hover, ul#list-quick li .active {
	font:9pt "Trebuchet MS", Verdana, sans-serif;
	background:url(../images/icon/icon_tick_grey.png) no-repeat scroll right center transparent;
	color:#666;
}

