/* Section I: Global element definitions
-----------------------------------------------------------------------------------------------*/
* {
	font-size: 100.1%;
}
html {
	background: #338EE9 url(images/bgn_body.gif) repeat-x left top;
	height: 100%;
}
body {
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0;
}
.hide {
	position: absolute;
	left: -1500px;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
.clearer {
	margin: -10px 0 0 0;
	padding: 0;
	height: 1px;
}
form {
	margin: 0;
	padding: 0;
}
input, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a {
	color: #0367CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #03CD03;
	text-decoration: underline;
}

/* Section II: Wrapper and content holder with menu item definitions
-----------------------------------------------------------------------------------------------*/
.wrapper {
	width: 770px;
	margin: 0 auto;
}
.wrapper .sleeve {
	background: #0367CD;
	padding: 0 3px;
}
.content {
	background: #FFF;
	border-right: #6EACEB 2px solid;
	border-left: #6EACEB 2px solid;
	padding: 35px 10px 0 10px;
	clear: both;
}
.content.index {
	padding-top: 6px;
}
.content .submenu {
	float: left;
	width: 180px;
	padding-right: 10px;
}
.content .main {
	margin-left: 180px;
	padding-left: 10px;
	border-left: #BEDAF7 1px solid;
}
.content .main.wide {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

/* Section III: Header deifinitions, menu holder (menu is defined below this section)
-----------------------------------------------------------------------------------------------*/
.header {
	background: url(images/bgn_header.gif) no-repeat 100% 0;
	padding-top: 5px;
}
.header .logo {
	background: url(images/bgn_header_logo.gif) no-repeat;
	width: 223px;
	height: 81px;
	padding-top: 8px;
	padding-left: 29px;
	float: left;
	_margin-right: -3px;
}
.header .logo h1 a {
	background: url(images/logo.gif) no-repeat;
	width: 170px;
	height: 81px;
	display: block;
}

/* Section IV: Menu definitions
-----------------------------------------------------------------------------------------------*/
.menu {
	background: url(images/bgn_menu.gif) no-repeat 100% 0;
	height: 56px;
	margin: 33px 0 0 223px;
	z-index:99;
	overflow:visible;
}
.menu ul {
	list-style: none;
	padding: 7px 0 0 0;
	margin: 0;
}
.menu ul li {
	background: url(images/bgn_menu_li.gif) no-repeat 100% 13px;
	position: relative;
	cursor: pointer;
	display:block;
	margin:0;
	padding-right: 1px;
	float: left;
}
.menu ul li span {
	padding-top: 8px;
	display: block;
}
.menu ul li a {
	text-decoration:none; 
	display:block;
}
.menu ul li.selected {
	background: url(images/bgn_menu_li_selected.gif) no-repeat 0 0;
	padding-right: 0;
}
.menu ul li.selected span {
	background: url(images/bgn_menu_li_selected.gif) no-repeat 100% 100%;
}
.menu ul li:hover ul ul {
	display:none;  
}
.menu ul li:hover ul {
	display:block;
}
.menu ul ul {
	background: #DBEAFA url(images/bgn_menu_ul.gif) repeat-x;
	border: #FFF 2px solid;
	border-top: 0;
	display: none;
	position: absolute;
	margin: 0;
	padding: 2px;
	left: -9px;
	top: 35px;
	width: 118px;
	height: auto;
}
.menu ul ul li {
	background: none;
	padding: 0;
	display: block;
}
.menu ul ul li a {
	background: url(images/bullet_blue_light.gif) no-repeat 5px 9px;
	border: 0;
	margin: 0;
	padding: 3px 5px 3px 13px;
	width: 100px !important;
	color: #0367CD;
	border-bottom: #B5D2F0 1px solid;
}
.menu ul ul li a:hover {
	background: #03CD03 url(images/bullet_white.gif) no-repeat 5px 9px;
	color: #FFF;
	border-color: #03CD03
}
* html .menu li {
	float:left;
}
.menu ul .home {
	background: url(images/bgn_menu_home.gif) no-repeat;
	width: 76px;
	height: 27px;
}
.menu ul .services {
	background: url(images/bgn_menu_services.gif) no-repeat;
	width: 85px;
	height: 27px;
}
.menu ul .about {
	background: url(images/bgn_menu_about.gif) no-repeat;
	width: 78px;
	height: 27px;
}
.menu ul .services {
	background: url(images/bgn_menu_services.gif) no-repeat;
	width: 85px;
	height: 27px;
}
.menu ul .affiliates {
	background: url(images/bgn_menu_affiliates.gif) no-repeat;
	width: 88px;
	height: 27px;
}
.menu ul .contact {
	background: url(images/bgn_menu_contact.gif) no-repeat;
	width: 88px;
	height: 27px;
}
.menu ul .selected a {
	background-position: 0 -27px;
}
.menu ul a:hover {
	background-position: 0 -54px;
}
.menu ul .selected a:hover {
	background-position: 0 -27px;
}

/* Section V: Footer definitions, Footer menu and Copyright text
-----------------------------------------------------------------------------------------------*/
.footer {
	background: #0367CD url(images/bgn_footer.gif) no-repeat 0 100%;
	position: relative;
	height: 50px;
}
.footer .curves {
	background: #FFF url(images/bgn_footer_curves.gif) no-repeat;
	height: 20px;
	margin: 0 3px;
}
.footer .copyright {
	background: url(images/bgn_footer_copy.gif) no-repeat;
	width: 283px;
	height: 11px;
	float: left;
	margin: 10px 0 0 15px;
	*margin-left: 15px;
	_margin-left: 7px;
}
.footer ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 6px 15px 0 15px;
	*margin-right: 15px;
	_margin-right: 7px;
	position: relative;
}
.footer ul li {
	float: left;
	margin-left: 13px;
}
.footer ul a {
	background: url(images/bullet_white.gif) no-repeat 0 60%;
	color: #FFF;
	padding-left: 6px;
	text-decoration: none;
	font-weight: normal;
}
.footer ul a:hover {
	background-image: url(images/bullet_blue_pale.gif);
	color: #6EACEB;
	text-decoration: underline;
}

/* Section VI: Developer icon - ratkovicdesign
-----------------------------------------------------------------------------------------------*/
.developer {
	clear: both;
	height: 20px;
}
.developer a {
	background: url(images/bgn_ratkovicdesign.gif) no-repeat 100% 0;
	width: 120px;
	height: 12px;
	display: block;
	float: right;
	margin-top: 8px;
}
.developer a:hover {
	background-position: 0 -12px;
}

/* Section VII: Content elements: headings, paragraphs, links...
-----------------------------------------------------------------------------------------------*/
.content p {
	line-height: 140%;
	margin: 0 0 10px 0;
}
.content .shadow {
	background: url(images/bgn_shadowline.gif) no-repeat 0 16px;
	height: 29px;
	margin: 0;
}
.content .shadow.green {
	background: url(images/bgn_shadowline_green.gif) no-repeat 0 16px;
	height: 29px;
	width: 170px;
	margin: 0;
}
.content .line {
	background: url(images/bgn_dottedline_green.gif) repeat-x;
	padding-top: 5px;
	margin: 10px 0;
}
.submenu .line {
	margin-right: 10px;
}
.content .line a {
	color: #03CD03;
	font-weight: normal;
}
.content .line a:hover {
	color: #0367CD;
}
.content .more {
	background: url(images/bgn_more.gif) no-repeat;
	display: block;
	width: 78px;
	height: 9px;
	margin: 0 12px;
	position: relative;
}
.content .contact {
	background: url(images/bgn_contactus.gif) no-repeat;
	display: block;
	width: 62px;
	height: 9px;
	margin: 0 12px;
}
.content .more:hover, .content .contact:hover {
	background-position: 0 -9px;
}
.content ul {
	margin: 5px 0 5px 12px;
	padding: 0;
	list-style: none;
}
.content ul li {
	background: url(images/bullet_blue_light.gif) no-repeat 0 6px;
	margin: 0 0 4px 0;
	padding-left: 8px;
}
.content ul li a {
	color: #333;
	text-decoration: none;
}
.content ul li a:hover {
	color: #1270D0;
	text-decoration: underline;
}
.content .special {
	padding: 10px;
	margin: 10px auto;
	border: #BEDAF7 1px solid;
	width: 450px;
}
.content .special.contactphones {
	background: url(images/pic_contact.gif) no-repeat;
}
.content .formrow, .content .buttons {
	clear: both;
	margin: 2px auto;
	width: 350px;
}
.content .buttons {
	background: url(images/bgn_shadowline_green.gif) no-repeat 50% 0;
	border-top: #BCEEBC 1px solid;
	text-align: center;
	padding: 10px 0 0 0;
}
.content .formrow label {
	float: left;
	display: block;
	width: 120px;
	cursor: pointer;
}
.content .formrow .required {
	color: #0367CD;
	margin: 0 5px;
}
.content .formrow .field {
	border: #999 1px solid;
	background: #FFF;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	width: 222px;
	_width: 221px;
}
.button {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	padding: 3px 5px;
	border-width: 2px;
	border-style: solid;
	cursor: pointer;
	margin: 0 2px;
}
.button.normal {
	background: #6EACEB url(images/bgn_button_normal.gif) repeat-x;
	color: #FFF;
	border-color: #0367CD;
}
.button.alert {
	background: #46DA46 url(images/bgn_button_alert.gif) repeat-x;
	color: #FFF;
	border-color: #03CD03;
}
.image {
	border-right: #FFF 10px solid;
	border-bottom: #FFF 10px solid;
	float: left;
}
.image.right {
	border-left: #FFF 10px solid;
	border-right: 0;
	float: right;
}
.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu ul li {
	background: none;
	padding: 0;
	margin-bottom: 10px;
}
.submenu ul li a {
	font-weight: bold;
	color: #03CD03;
	text-decoration: none;
}
.submenu ul li a:hover {
	color: #0367CD;
	text-decoration: underline;
}
.submenu ul li img {
	border: 0;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	float: left;
}
.content .contactphones p {
	margin-left: 215px;
}
.content .contactphones p .littlespace {
	padding-left: 41px;
}
h2.aboutgts {
	background: url(images/title_aboutgts.gif) no-repeat;
}
h2.ourbackground {
	background: url(images/title_ourbackground.gif) no-repeat;
}
h2.gtsaffiliates {
	background: url(images/title_gtsaffiliates.gif) no-repeat;
}
h2.contactgts {
	background: url(images/title_contactgts.gif) no-repeat;
}
h2.services {
	background: url(images/title_globaltelecomservices.gif) no-repeat;
}
h2.contactinfo {
	background: url(images/title_contactinfo.gif) no-repeat;
}
h2.contactform {
	background: url(images/title_contactform.gif) no-repeat;
}
h2.switchservices2 {
	background: url(images/title_index_switchservices2.gif) no-repeat;
}
h2.sitemap {
	background: url(images/title_sitemap.gif) no-repeat;
}
h3.gtsservices {
	background: url(images/title_gtsservices.gif) no-repeat;
}
h3.morelinks {
	background: url(images/title_more.gif) no-repeat;
}


/* Section VIII: Home content elements: headings, paragraphs, columns, etc...
-----------------------------------------------------------------------------------------------*/
.content #homeflash {
	margin-bottom: 18px;
}
.content.index p {
	margin: 0 0 10px 0;
}
.content.index .column {
	border-right: #BEDAF7 1px solid;
	width: 169px;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	height: 285px;
}
.content.index .column.last {
	border: 0;
	padding: 0;
	margin: 0;
}
.content h2, .content h3 {
	height: 28px;
}
h2.voiceservices {
	background: url(images/title_index_voiceservices.gif) no-repeat;
}
h2.fiberservices {
	background: url(images/title_index_fiberservices.gif) no-repeat;
}
h2.switchservices {
	background: url(images/title_index_switchservices.gif) no-repeat;
}
h2.voip {
	background: url(images/title_index_voip.gif) no-repeat;
}
#homeflash {
	width: 740px;
	height: 147px;
}
