@charset "utf-8";
/* CSS Document */
*
{
padding: 0px;
margin: 0px;
}

body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;

	margin: 0;
	padding: 0;
	/*background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align: center; */
	color: #000000;
}

ul
{
padding: 0px;
margin: 0px;
margin-top: 10px;
}
li
{
margin-top: 3px;
margin-left: 30px;
}


#main-container
{

margin: 0 auto;

width: 760px;
padding-top: 0px;
position: relative;
}


#text-box
{
	/*background:url(images/logo-title.jpg) no-repeat scroll 0%;*/
float:right;
	position:absolute;
	width: 400px;
	height: 150px;
	top: 67px;
	color:#000;
	z-index: 10;
	left: 343px;
}

.menu {
margin:0;
	padding: 0;
	list-style: none;
/*	background: #ddd; */
	float:right;
}
.menu li {
margin:0;
	padding: 0;
	height: 50px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 50px;
	background-repeat: no-repeat;
	outline: none;


}
.home a {background-image: url(images/web-active.gif); width: 86px;}
.home  {background-image: url(images/web-over.gif);}
.about a{background-image: url(images/seo-active.gif); width: 73px;}
.about  {background-image: url(images/seo-over.gif);}
.services a {background-image: url(images/graphics-active.png); width: 78px;}
.services  {background-image: url(images/graphics-over.png);}
.contact a {background-image: url(images/blog-active.gif); width: 81px;}
.contact  {background-image: url(images/blog-over.gif);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* ------------------------ latest work section ------------------------------*/
.latestwork
{
position: relative;
margin: 0 auto;
background-image:url(images/latest_work.jpg);
width: 376px;
height: 195px;
}

.latestworkbox
{
	position:absolute;
	left: 13px;
	top: 48px;
	width: 350px;
}

.latestwork img{
padding: 6px;
float:right;

}

.latestwork .text{
padding: 6px;
float:left;
width: 200px;
text-align:justify;

}


.latestwork a:hover img{
border: solid #333 1px;
padding: 5px;
background-color:#330000;
}




/* ------------------------ bottom section ------------------------------*/

.thrColEls  { 
text-decoration:none;
color:#333333;
font-size: 11px;

} 

.thrColEls  h1 { 
text-decoration:none;
color:#333333;
font-size: 14px;
font-weight:600;
/*margin-left: 10px;
margin-right: 10px;*/
margin-top: 5px;
margin-bottom: 3px;
} 

.thrColEls #mainContent  h1{
text-decoration:none;
color:#333333;
font-size: 14px;
font-weight:600;
margin-left: 0px;
text-align:left;
} 




.thrColEls  h2 { 
text-decoration:none;
color:#333333;
font-size: 13px;
font-weight:600;	
/*margin-left: 10px;
margin-right: 10px;*/
margin-top: 3px;
margin-bottom: 3px;

} 

.thrColEls #mainContent  h2{
text-decoration:none;
color:#333333;
font-size: 12px;
font-weight:600;
margin: 0px;
text-align:left;
} 


.thrColEls  h3 { 
text-decoration:none;
color:#333333;
font-size: 13px;
font-weight:600;	
/*margin-left: 10px;
margin-right: 10px;*/
margin-top: 5px;
margin-bottom: 3px;

} 


.thrColEls #container { 
	width: 990px; 
	background: #FFF;
/*	background: #000;*/
	margin: 0 auto; 
	border: 1px solid #333333;
	text-align: left; 
} 



.thrColEls .stripe
{
width:992px;
background-image:url(images/contentstripe.png);
height:35px;
margin: 0 auto;
}

.stripebot
{
width:992px;
background-image:url(images/contentstripebot.png);
height:36px;
margin: 0 auto;
}


.thrColEls a { 
text-decoration:none;
color:#990000;

} 

.thrColEls a:hover { 
text-decoration:underline;
color:#990000;

} 

.thrColEls #sidebar1 {
	float: left; 
	width: 338px; 
	padding: 0;
}

.thrColEls #sidebar1 img{
padding: 6px;
float:left;
background-color:#000000;

}


.thrColEls #sidebar1 a:hover img{
border: solid #330000 1px;
padding: 5px;
background-color:#a40013;
}



.thrColEls #sidebar2 {
	float: right; 
	width: 200px; 
	padding:0; 
}

.thrColEls #sidebar2 td
{
color:#FFFFFF;
}
.thrColEls #sidebar1 p, .thrColEls #sidebar2 p {
/*	margin-left: 10px;
	margin-right: 10px;*/
}

.thrColEls #mainContent {
float:left;
	width:420px;
	margin-left: 1em;
	text-align:justify;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footerstripe
{
height: 100px;
background-image:url(images/footer.jpg);
width:100%;
}
