/* CSS Document */

@import url("lightbox.css");

body {
background-color: #000000;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
margin: 0;
padding: 0;
}

h1, h2, h3 {
margin: 0;
padding: 0;
}

ul, ol {
margin: 0;
padding: 0;
}

li {
list-style: none;
margin: 0;
padding: 0;
}

p {
font-family: Georgia;
font-size: 12px;
margin: 0;
padding: 0;
}

a {
color: #0066FF;
text-decoration: none;
}

img {
border: none;
}

table, th, td {
border: none;
margin: 0;
padding: 0;
}

form, input, select, textarea {
font-family: Verdana;
font-size: 12px;
margin: 0;
padding: 0;
}

.clearfix {
clear: both;
height: 0;
}

.floatleft {
display: block;
float: left;
}

.floatright {
display: block;
float: right;
}

.center {
text-align: center;
}

.red {
color: #FF0000;
}

.purple {
color: #3333CC;
}

.green {
color: #00CC00;
}

.blue {
color: #0033FF;
}

.lt_blue {
color: #3399FF;
}

.yellow {
color: #FFFF00;
}

.orange {
color: #FF6600;
}

.pink {
color: #FF33CC;
}

.white {
color: #FFFFFF;
}

.turquoise {
color: #00BFBF;
}

#header {
background: url(../images/top_bg.jpg) 50% 0 repeat-x;
height: 51px;
margin: 0 auto;
}

.menu {
background: url(../images/menu_bg.jpg) 0 100% repeat-x;
width: 980px;
height: 40px;
margin: 0 auto;
z-index: 100;
position: relative;
top: 17px;
}

.menu iframe.facebook {
position: absolute;
top: 10px;
right: -10px;
}

.menu a.logo {
display: block;
float: left;
border: none;
width: 177px;
height: 70px;
margin-top: -5px;
margin-left: -50px;
z-index: 100;
position: absolute;
outline: none;
}

.menu ul {
float: right;
z-index: 100;
}

.menu li {
float: left;
}

.menu li a {
display: block;
border-bottom: 7px solid #666666;
font-family: Verdana;
font-size: 10px;
color: #3F3F3F;
height: 33px;
padding-left: 8px;
cursor: pointer;
outline: none;
}

.menu li a:hover {
color: #0066FF;
}

.menu li a.about {
background: url(../images/nav/about.jpg) 0 100% no-repeat;
width: 89px;
}

.menu li a.gallery {
background: url(../images/nav/gallery.jpg) 0 100% no-repeat;
width: 154px;
}

.menu li a.clients{
background: url(../images/nav/clients.jpg) 0 100% no-repeat;
width: 62px;
}

.menu li a.services {
background: url(../images/nav/services.jpg) 0 100% no-repeat;
width: 69px;
}

.menu li a.vaap {
background: url(../images/nav/vaap.jpg) 0 100% no-repeat; 
width: 45px;
}

.menu li a.network {
background: url(../images/nav/network.jpg) 0 100% no-repeat;
width: 79px;
}

.menu li a.manager {
background: url(../images/nav/manager.jpg) 0 100% no-repeat;
width: 77px;
}

.menu li a.contact {
background: url(../images/nav/contact.jpg) 0 100% no-repeat;
width: 78px;
}

.menu li:hover a.about, .menu li:hover a.gallery, .menu li:hover a.clients, .menu li:hover a.services, .menu li:hover a.vaap, .menu li:hover a.network, .menu li:hover a.manager, .menu li:hover a.contact {
background-position: 100% 100%;
border-bottom: 7px solid #0066FF;
color: #0066FF;
}

.menu ul ul {
background: #000000;
border: 1px solid #666666;
border-bottom: none;
border-top: none;
width: 198px;
position: absolute;
visibility: hidden;
}

.menu ul ul li {
border-bottom: 1px solid #666666;
width: 198px;
}

.menu ul ul li.first {
border-top: none;
}

.menu ul ul li a {
border: none;
background: url(../images/nav/sub_menu.jpg) bottom repeat-x;
font-size: 10px;
color: #FFFFFF;
width: 190px;
height: 16px;
padding-top: 5px;
}

.menu ul ul li a:hover {
color: #999999;
}

.menu ul #manager_drop {
margin-left: -115px;
}

.menu ul#contact_drop {
margin-left: -114px;
}

.menu ul ul ul {
display: none;
border: none;
border-bottom: 1px dotted #666666;
background: #000000;
position: relative;
}

.menu ul ul ul li {
border-top: 1px dotted #666666;
border-bottom: none;
height: 21px;
}

.menu ul ul ul li a {
background: none;
color: #0066FF;
}

.menu ul ul ul li a:hover {
color: #FFFFFF;
background: #333333;
}

.menu ul li:hover ul, .menu ul a:hover ul {
visibility: visible;
}

.banner {
min-width: 980px;
}

.banner_ctn {
width: 980px;
margin: 0 auto;
}

.background {
clear: both;
background: url(../images/background2.jpg) 50% 42px no-repeat;
}

#content {
clear: both;
font-family: Georgia;
min-height: 325px;
width: 980px;
margin: 0 auto;
}

.title {
background: url(../images/sub_title_bg.jpg) 0 0 repeat-x;
height: 35px;
padding: 7px 10px 0;
}

.title h1 {
font-family: 'Kozuka Gothic Pro L';
font-size: 20px;
font-weight: normal;
color: #999999;
}

.title h1 strong {
font-family: 'Kozuka Gothic Pro H';
}

.squares {
float: right;
padding-top: 5px;
}

.squares a {
display: block;
float: left;
margin-left: 4px;
}

#flashcontent {
width: 480px;
font-size: 12px;
text-align: center;
position: relative;
}

#flashcontent p {
width: 480px;
text-align: center;
position: absolute;
top: 150px;
}

.testimonials .box {
border: 5px solid #101214;
background: url(../images/testimonial_box.jpg) repeat-x;
width: 335px;
height: 137px;
margin-top: 1px;
padding: 10px 5px 0 10px;
}

.testimonials .box .photo {
float: left;
width: 130px;
height: 80px;
}

.testimonials .box .photo img {
display: block;
}

.testimonials .box ul {
float: left;
margin-left: 10px;
}

.testimonials .box ul li {
font-size: 12px;
line-height: 18px;
}

.testimonials .box ul.stars {
float: right;
}

.testimonials .box ul.stars li {
line-height: 13px;
}

.testimonials .box p {
clear: both;
width: 335px;
font-size: 11px;
line-height: 11px;
}

.icons {
height: 47px;
}

.icons li {
float: left;
text-align: center;
width: 47px;
}

.icons a {
outline: none;
}

.icons li.last {
margin-left: 5px;
}

.export a {
display: block;
float: left;
font-family: Verdana !important;
font-size: 10px !important;
color: #CCCCCC;
height: 14px;
line-height: 14px;
margin-right: 10px;
padding: 3px 5px 3px 25px;
}

a.word {
background: url(../images/word.gif) left no-repeat;
}

a.excel {
background: url(../images/excel.gif) left no-repeat;
}

a.pdf {
background: url(../images/pdf.gif) left no-repeat;
}

a.attach {
display: block;
background: url(../images/attach.gif) left no-repeat;
height: 15px;
padding: 2px 0 0 20px;
}

#footer {
clear: both;
font-family: Verdana;
font-size: 12px;
text-align: center;
width: 980px;
margin: 0 auto;
padding: 10px 0 50px;
}

#footer .copyright {
background: #101214;
font-weight: bold;
width: 980px;
height: 30px;
margin-bottom: 10px;
padding-top: 20px;
}

#footer .footer_links a {
color: #FFFFFF;
}

#footer .footer_links a:hover {
color: #666666;
}

.request_banner{
	background:url('../images/login_register_header.png');
	height: 550px;
}
