/*

CSS requirements 

==============================================================================================================================================

Theme Name:				ShresthaBros' Group | ShresthaBrothers

Theme URI:				http://www.shresthabros.com/

Description:			Theme by ShresthaBros (ShresthaBrothers) - all rights reserved - copyright 2010.

Powered by: 			ShresthaBros.com

Executive Director: 	Ashish Man Shrestha

Managing Director: 		Ayush Man Shrestha

Creative Director: 		Ashesh Man Shrestha

==============================================================================================================================================



ShresthaBros's CSS Structure

==============================================================================================================================================

Title:				Style sheet - ShresthaBros's Official Website

Type:				General

File:				style.css

CSS version:		3.0

Author:				Ashish Man Shrestha, Ayush Man Shrestha, Ashesh Man Shrestha

E-mail:				ashish@shresthabros.com

Website:			http://www.shresthabros.com/

Copyright:			Copyright (c) 2011 ShresthaBros (ShresthaBrothers)

Updated:			1st Jan 2011

==============================================================================================================================================*/



@import url('reset.css');
body {
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:none;
}
a {
	color:#fff;
	text-decoration:none;
}
img.ac_bgimage {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}
.ac_overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
}
.ac_loading {
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content {
	background: url(../images/shresthabrothers-logo.png) no-repeat center center;
	position:fixed;
	height:90px;
	width:100%;
	top:80%;
	left:0px;
	margin-top:-65px;
}
.ac_content h1 {
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:320px;
	height:50px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
	text-transform:uppercase;
}
.ac_content h1 span {
	display:block;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
}
.ac_menu {
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:60px;
	width:0px;
}
.ac_menu > ul {
	float:right;
}
.ac_menu > ul > li {
	float:left;
	position:relative;
	height:50px;
	overflow:hidden;
}
.ac_menu > ul > li a {
	margin-top:10px;
	display:block;
	padding:0px 10px;
	text-align:left;
	outline:none;
	text-shadow:1px 1px 1px #000;
	color: #FFF;
}

.ac_menu_link a, .ac_menu_link a:link, .ac_menu_link a:active, .ac_menu_link a:visited  {
	margin-top:60px;
	display:block;
	line-height:16px;
	height:20px;
	padding:0px;
	text-align:left;
	outline:none;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	color: #FFF;
	text-transform: none;
	text-decoration: underline;
}

.ac_menu_link a:hover {
	text-transform:none;
	text-decoration: none;
}

.ac_subitem {
	width:400px;
	height:0px; /* animate to 400px */
	top:50%;
	right:0px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
	color: #FFF;
	text-decoration: none;
}
.ac_subitem h2 {
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 30px 0px 0px 30px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem ul {
	padding:0px 10px;
}
.ac_subitem ul li {
	margin:0px;
	text-transform:none;
	padding: 1px 20px;
	font-size: 14px;
	font-weight: normal;
}
.ac_subitem ul li a{ display:block;
	text-transform:none;
}
.ac_subitem ul li:first-child {
	font-size:14px;
	border-bottom:1px dotted #333;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left: 20px;
}
span.ac_close {
	float:right;
	margin:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.4;
}
span.ac_close:hover {
	opacity:1.0;
}
.ac_footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
}
.ac_footer a {
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer a:hover {
	color:#fff;
}
.ac_footer a span {
	font-weight:bold;
}
.ac_footer a.ac_left {
	float:left;
}

.ac_menu li a {
	color: #FFF;
}

.ac_subitem li a {
	color: #FFF;
}

.ac_menu_extracss {
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
