/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Adrian Lai
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 11px;
    font-family: arial, helvetica, san-serif;
    background: #fff;
    color: #333;
    font-weight: normal;
}

.container {
    padding: 30px 5px 25px 25px;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

h1 {
}

h2 {
font-size: 12px;
    font-family: arial, helvetica, san-serif;
    color: #333;
}

a:link { text-decoration: none; 
    color: #666; 
    text-decoration: underline; 
}

a:active { 
    text-decoration: none;
}

a:visited { 
    text-decoration: none; 
    color: #666; 
    text-decoration: 
    underline; 
}

a:hover { 
    text-decoration: underline; 
    color: #000; 
}

a img { 
    border: none; 
}

/* MENU */

#logo_text {
    display: block;
    height: 70px;
    padding-left: 40px;
}

#logo_balloon {
    display: block;
    height: 70px;
    margin-top: -10px;
    padding-left: 40px;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
    font-size: 12px;
    color: #000;
}

#menu ul li.section-title {
    font-family: arial, helvetica, sans-serif;
    margin-top: 8px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;
}

#menu ul {
    list-style: none;
    letter-spacing: 1px;
padding-left: 40px;
}

#menu a {
    color: #999;
    text-decoration: none;
}

#menu a:hover {
    color: #999;
    text-decoration: underline;
}

/* FOOTER */

#footer {
    margin-top: 30px;
    font-size: 10px;
    padding-left: 40px;
}

/* CONTENT */

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

#content p, #au, #cn {  
    margin-bottom: 9px;
    line-height: 1.3em;
    font-size: 12px;
}

p {
    margin: 0 0 9px 0;
}

h3 { 
    font-size: 16px; 
}

h4 { 
font-size: 12px; 
}

#content .container {
    width: 500px;
padding-top: 28px;
}

#img-container	{ 
    margin: 0; 
    padding: 0; 
}
#img-container p { 
    width: 400px; 
    margin: 0; 
    padding: 0 0 12px 0; 
}

#once { 
    clear: left; 
}

/* HOME */

.home h1 {
    width: 670px;
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: .8px;
    color: #000;
    font-weight: normal;
    font-style: italic;
}

.home h2 {
    margin-bottom: 5px;
}

.home_news h2 {
    font-size: 13px;
    margin: 0px;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

.home_news h2 a {
    color: #333;
    text-decoration: none;
}

.home_news h2 a:hover {
    color: #999;
    text-decoration: none;
}

.home_news {
    width: 400px;
}

.home_news p {
    width: 350px;
    font-size: 12px;
    font-family: arial, helvetica, san-serif;
    margin-top: 2px;
    padding-bottom: 10px;
}

h2#latestnews {
    color: #999;
    margin-top: 25px;
}

/* SPACE */

.section-5 #d-col2 {
    padding-left: 50px;
}

/* EQUIPMENT */

#logos {
margin-top: 30px;
}

#logos li {
list-style: none;
line-height: 26px;
}

.section-6 .picture {
float:right;
}

/* SERVICES GROW TEMPLATE */

.section-6 .thumb-img {
    width: 200px; 
}

.section-6 .thumb-it {
    vertical-align: top;
}


/* SLIDE SHOW */
	
p.nav a {
	background-color: #eeeeee;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-size: 11px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
	
p.nav a:hover {
	background-color: #cccccc;
}
	
p.nav span#num {
	letter-spacing: 2px;
	font-style: italic;
	padding-left: 20px;	
}

#TB_secondLine {
    font-size: 11px;
}
