HTML {
	height: 100%;
}
BODY {
	HEIGHT: 100%
}
BODY {
	MARGIN: 0px;
	font-family: "Lucida Sans", Lucida Grande, Arial, Verdana, sans-serif;
	background-image: url(../img/awbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #08080A;
	color: #eee;
	font-size: 12px;
}
H3 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 0px;
	color: #0099FF;
	font-weight: normal;
	font-size: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.clear-line {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CC3;
	padding-top: 10px;
}
#main {
	width: 100%;
	height: 100%;
	clear: both;
}
#top {
	background-image: url(../img/top.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 110px;
	width: 100%;
	margin-bottom: 5px;
}
#top-wrap {
	clear: both;
	height: 110px;
	width: 950px;
	margin: 0px auto;
}
.logo {
	height: 33px;
	width: 248px;
	margin: 30px 30px 30px 0px;
	color: #FFFFFF;
	float: left;
}
#nav {
	float: right;
	margin: 40px 0px 10px 10px;
}
#nav a {
	float: left;
	display: block;
	margin: 0px;
	padding: 5px 30px;
	height: 15px;
	font-size: 20px;
	color: #999;
	text-decoration: none;
}

#nav a:hover, #nav a.current {
	color: #0099FF;
	text-decoration: none;
}
.rb {
	border-right: 1px solid #333;
}


#slide-area {
	background-image: url(../img/slidearea.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 510px;
	width: 100%;
	margin-bottom: 5px;
}

#slide-wrap {
	clear: both;
	/*height: 400px*/;
	width: 950px;
	margin: 0px auto 10px auto;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	/*-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;*/
	
	/* CSS3 Rounded Corners */
	
	/*-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;*/
	
	/*border:1px solid white;*/
	
	background:url(../img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:950px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:450px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:950px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	text-align: center;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}

#menu li.act a{
	cursor:default;
}

#menu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../img/divider.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(../img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#menu a img{
	border:none;
}

#menu li a img{
	border:none;
	height: 35px;
	width: 58px;
}



#mid-wrap {
	clear: both;
	/*height: 400px*/;
	width: 950px;
	margin: 0px auto 10px auto;
}

.rm {
	margin-right: 30px;
}
.rlm {
	margin: 0px 7px;
}
.boxgrid{
	width: 450px;
	height: 213px;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 0px;
	float:left;
	overflow: hidden;
	position: relative;
	background-color: #0099FF;
}
.boxgrid img{ 
	position: absolute; 
	top: 3px; 
	left: 3px; 
	border: 0; 
}
.boxgrid p { 
	padding: 0px; 
	color:#afafaf; 
	font-weight:bold; 
	font-size: 10px; 
}
.boxgrid span { 
	color:#fff; 
	font-weight:bold;
	font-size: 10px;
	margin: -5px 5px 0 0;
	float: left;
}
.boxgrid span a { 
	color:#fff;
	text-decoration: none;
}
.boxgrid h3 a {
	color: #0099FF;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
	text-decoration: none;
}
.boxcaption{ 
	float: left;
	padding: 10px 15px;
	position: absolute; 
	height: 80px; 
	width: 100%;
	background-color: #000;
	opacity: 0.9;

	/*background-image: url(../img/boxcaption_bg.png);
	background-repeat: repeat;
	background-position: left top;*/
}
.captionfull .boxcaption {
	top: 300px;
	left: 0;
}
.caption .boxcaption {
	top: 213px;
	left: 0;
}

.tagbox a {
	text-decoration: none;
	color: #3C5B00;
}






#bottom {
	background-image: url(../img/bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	padding-top: 10px;
	width: 100%;
}




#bottom-wrap {
	clear: both;
	height: 20px;
	width: 950px;
	margin: 10px auto 10px auto;
}
.f-contact-ico {
	float: left;
	margin: 5px 10px 0px 0px;
}
.foot-contact {
	font-size: 11px;
	color: #666;
	text-align: left;
	float: left;
	margin-top: 10px;
}
.copyright {
	font-size: 11px;
	color: #666;
	text-align: left;
	float: right;
	margin-top: 10px;
}
.socialbx {
	float: right;
	margin: 5px 0px 0px 10px;
}

.socialbx a {
	display: block;
	float: left;
	margin: 0px 5px;
}




/*styles for CV*/

#content {
	height: auto;
	width: 900px;
	margin: 0px auto;
}
.it-bx {
	clear: both;
	float: left;
	height: auto;
	width: 860px;
	margin-bottom: 20px;
	padding: 20px;
}
.acc-ico {
	background-image: url(../img/resume.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 40px;
	float: left;
	margin: -5px 10px 0px 0px;
}
.resTxt1 {
	width: 100px;
	color: #666666;
}
.resTxt2 {
	width: 120px;
	color: #666666;
}
.resTxt3 {
	width: 150px;
	color: #666666;
}
.head1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #F9A642;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
.head2 {
	font-size: 12px;
	color: #0099FF;
	margin: 5px 0px 0px 0px;
}

