@charset "utf-8";
/* 
VDesigns CSS Document 
Author: Vishu Singh
Date: 11-12-2009
*/

html {
font-family: arial, verdana, helvetica;
}

body {
background-image:url(../images/head_bg.jpg);
background-repeat: repeat-x;
background-color:#000000;
font-size: 12px;
line-height: 2em;
color: #ffffff;
}

li {
display: inline;
}

a {
text-decoration: none;
color: #676767;
}

#container {
background: url(../images/main_bg.jpg) repeat-y;
width: 966px;
overflow: hidden;
}

/*===== HEADER =====*/

#header {
background: url(../images/head.jpg) no-repeat;
margin-left: 0;
width: 966px;
height: 141px;
overflow: visible;
}

#header h2 {
display: none;
}

/*===== NAVBAR =====*/

#navbar {
height: 37px;
width: 942px;
margin-top: 1em;
background-image:url(../images/nav_bg.jpg);
}

#navbar a:hover {
color: #f9ce66;
background: url(../images/arrow.png) no-repeat;
}

#nav {
margin-top: 0.4em; 
margin-left: -15px;
margin-right: 12.6em;
}

#nav a {
margin-left: 3.4em; 
color: #b7b7b7;
padding-left: 15px;
}

#nav li:first-child a{
color: #fec966;
}

#social {
margin-top: 0.4em;
margin-right: -11em;
}

#social li {
margin-left: 0.5em;
}

/*===== CONTENT + CONTACT FORM =====*/

#content {
margin-top: 2em;
background:url(../images/content_bg_vr.jpg) repeat-y;
width: 642px;
}

#content p, #contact p, #contact_frm {
margin: 0 3.4em;
margin-top: 2.5em;
}

#content h2, #contact h2 {
font-size: 24px;
color: #f7941d;
margin-left: 1.7em;
margin-top: -6.8em;
}

#img_btm {
margin-top: 0.5em;
}

/*===== IMAGE PLAYER =====*/
#image_player {
margin: 0 5em;
margin-bottom: 2em;
margin-top: 2em;
}

/*===== CONTACT =====*/

#contact {
background: url(../images/contact_bg_vr.jpg) repeat-y;
margin-top: 2em;
}

#con_btm {
margin-top: 0.5em;
}

#contact_frm {
margin-top: 2em;
}

#contact_frm h4 {
color: #898989;
}

#f_name, #f_email, #f_msg, #send_btn {
background-color: #363636;
border: 1px solid #555555;
color: white;
width: 180px;
}

#send_btn {
width: 60px;
}

/*===== FOOTER =====*/

#footer {
margin-top: 80px;
margin-left: 4px;
padding-top: 0.6em;
padding-bottom: 4em;
background: #111111 url(../images/footer_bg.jpg) no-repeat;
display: block;
width: 958px;
}

#footer li {
display: list-item;
}

#sections li {
display: inline;
color: #f7941d;
margin-left: 2.2em;
font-size: 18px;
}

li#abt_foot {
margin-left: 575px;
}

#site_list li {
margin-left: 3.4em;
margin-bottom: 6px;
}

#site_list a {
padding: 2px 5px 4px;
background: #000000;
margin-bottom: 6px;
}

#site_list a:hover {
color: #ffff00;
background: #f26522;
}

#abt_site p {
margin-left: 3.4em;
margin-right: 4em;
}