/* 
    Document   : site
    Created on : Sep 26, 2009, 11:14:43 AM
    Author     : abhinav
    Description:
        BITS360 promotional website stylesheet
*/

/* 
   TODO customize this sample style  
*/

body
{
    background-color: #1b1b1b;
}
/*Clear floats and allow the background to expand as the content expands*/
.clear:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
a {
    color: #fff;
}
a:hover {
    color: #aaa;
}

p {
    color: #ccc;
}

h2 {
    color: #aaa;
    font-weight: bold;
}
.clear {
    display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End Holly Hack */
/*******************************/

#site
{
    margin: auto;
    width: 960px;
}

#header
{
    margin-top: 10px;
    margin-bottom: 20px;
}
#logo
{
    float: left;
    margin-top: 30px;
}
#nav
{
    float: right;
    margin-left: 20px;
}

#nav ul
{
    list-style: none;
    margin: 0;
}
#nav ul li
{
    list-style: none;
    margin-top: 2px;
    text-align: left;
}

#nav h2
{
    margin: 0;
}
#nav-home h2 {
	height: 34px;
	width: 198px;
}
#nav-home h2 span {
	background: url(../img/nav-up.png) 0px -10px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}
#nav-home h2 span:hover {
	background: url(../img/nav-hover.png) 0px -10px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}

#nav-about h2 {
	height: 34px;
	width: 198px;
}
#nav-about h2 span {
	background: url(../img/nav-up.png) 0px -50px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}
#nav-about h2 span:hover {
	background: url(../img/nav-hover.png) 0px -50px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}

#nav-testimonials h2 {
	height: 34px;
	width: 198px;
}
#nav-testimonials h2 span {
	background: url(../img/nav-up.png) 0px -95px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}
#nav-testimonials h2 span:hover {
	background: url(../img/nav-hover.png) 0px -95px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}

#nav-contactus h2 {
	height: 34px;
	width: 198px;
}

#nav-contactus h2 span {
	background: url(../img/nav-up.png) 0px -140px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}
#nav-contactus h2 span:hover {
	background: url(../img/nav-hover.png) 0px -140px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}


#nav-worldmap h2 {
	height: 34px;
	width: 198px;
}

#nav-worldmap h2 span {
	background: url(../img/nav-up.png) 0px -183px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}
#nav-worldmap h2 span:hover {
	background: url(../img/nav-hover.png) 0px -183px no-repeat;
	position: absolute;
	height: 34px;
	width: 198px;
}

#content
{
    border-top: solid thin #333;
    min-height: 500px;
}

#content
{
    margin-left: 0;
    padding: 0;
}
#content-main
{
    margin-top: 10px;
    text-align: left;
}

#content-main
{
    border-right: solid thin #333;
    padding-right: 20px;
}
#content-main .big
{
    color: #ddd;
    font-size: 20px;
    font-family: Georgia, serif;
}
#content-main .medium
{
    color: #ddd;
    font-size: 16px;
    font-family: Georgia, serif;
}


#experience
{
    margin-top: 20px;
    margin-left: 10px;
    text-align: left;
}

#footer
{    
    text-align: left;
}

#footer .footer-content
{
    color: #fff;
    margin-top: 50px;
}

span.bits360text
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.heading
{
    color: #ACE6FB;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.teamname
{
    color: #ACE6FB;
    font-family: Helvetica, Arial, sans-serif;
}

.buttonLink
{
    background-color: #457485;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 8px;
    margin-top: 10px;
    text-decoration: none;
}
.buttonLink:hover
{
    background-color: #ACE6FB;
    color: #333;
}

hr{
    background-color: #555;
}

.testAuthor
{
    color: #ACE6FB;
    font-size: 14px;
    font-weight: bold;
    margin-top: -15px;
    text-align: right;
    margin-bottom: 20px;
}

#experience img
{
    opacity: 0.5;
}
#experience img:hover
{
    opacity: 1;
}