/* CSS Document */

body, html {
margin: 0px;
}

body {
background: #666666 url(/images/bg.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 1.3em;
}


/* /////////////////////
///// FORMAT DIVS //////
//////////////////////*/

#page-container {
margin-left: 70px;
margin-top: 20px;
width: 650px;
}

#header {
width: auto;
height: 90px;
background: url(/images/main_header.jpg);
background-repeat: no-repeat;
padding: 10px;
border-color: #FFFFFF; border-style:solid; border-width: 2px;
}

#nav {
padding: 0px;
margin-left: 430px;
height: auto;
position: relative;
text-align: right;
font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif;
font-size: 22px;
line-height: 1em;
}

A:Link {
color: white;
text-decoration: none;
}
A:Visited {
color: white;
text-decoration: none;
}
A:Hover {
color: #93BEFF;
text-decoration: none;
}
	
#alt_nav {
margin-top: 75px;
font-size: 80%;
width: 300px;
float: left;
}
#content {
postion: relative;
width: inherit;
margin: 5px;
}

#topic-section {
background: url(/images/topics_header.jpg); background-repeat: no-repeat; background-position: top right;
min-height: 40px;
height: auto;
postion: relative;
margin: 10px;
padding: 5px 20px 0px 20px;
}
#topic-title {
position: relative;
font-size: 22px;
text-align: right;
font-weight: bold;
padding-right: 10px;
}
#topic-sub-title {
position: relative;
margin-top: 20px;
font-size: 14px;
font-weight: bold;
width: auto;
}
#topic-order {
position: relative;
float: right;
clear: right;
}
#topic-content {
position: relative;
padding-top: 5px;
padding-left: 10px;
width: inherit;
}
#footer {
margin-top: 20px;
text-align: center;
vertical-align: top;
font-size: 80%;
margin-bottom: 10px;
clear: both;
}
	#footer A {
	font-weight: bold;
	}


.item-container {
margin: 8px;
float: left;
width: 175px;
background: url(/images/services/web-pack-btn-hover.jpg); background-repeat: no-repeat;
}
	.item-container img {
	width: 175px;
	height: 172px;
	border: none;
	}
* html a:hover
{
visibility:visible;
}

	.item-container a:hover img {
	visibility: hidden;
	}
	.item-container span .title {
	
	}
	.item-container span .desc {

	}
	.item-container span .price {

	}
