html {
	height: 75%;
}

body {
	background:#4d4d4d;
	background-image: url(graphx/header-bg.gif);
	margin:0;
	padding:0;
	height: 100%;
	background-repeat: repeat-x;
	text-align:center;
}

hr {
	padding:0;
	margin:0;
	visibility: hidden;
}

#headerBg {
	background: url(graphx/nav/smash-header-bg_02.gif) no-repeat top;
	height: 107px;
}

#header {
	position: relative;
	/*left: 50%;	*/
	text-align: center;
	margin: 0 auto;
	width: 780px;
	height: 107px;
	/*border: 1px solid green;*/
}

#header h1 {
	position: absolute;
	left:-5000px;
}

#navContainer {
	/*left: 50%;	*/
	text-align: center;
	margin: 0 auto;
	/*border: 1px solid blue;*/
	width: auto;
	height: 52px;
	position: relative;
top:54px;
left:0;
}

#nav {
	margin: 0;
	padding: 0;
	height: 52px;
	list-style: none;
	display: inline;
	overflow: hidden;
	vertical-align: text-bottom;
	}

#nav li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:52px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -52px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -104px;
	}

#tPort a  {
	width: 95px;
	background: url(graphx/nav/nav-port.gif) top left no-repeat;
	}	
#tServ a  {
	width: 84px;
	background: url(graphx/nav/nav-serv.gif) top left no-repeat;
	}
#tStud a  {
	width: 66px;
	background: url(graphx/nav/nav-stud.gif) top left no-repeat;
	}
#tBlog a  {
	width: 48px;
	background: url(graphx/nav/nav-blog.gif) top left no-repeat;
	}
#tAbou a  {
	width: 61px;
	background: url(graphx/nav/nav-abou.gif) top left no-repeat;
	}
#tCont a  {
	width: 89px;
	background: url(graphx/nav/nav-cont.gif) top left no-repeat;
	}			
#tClie a  {
	width: 143px;
	background: url(graphx/nav/nav-client-proofs.gif) top left no-repeat;
	margin-left: 5px;
	}

/*Main Content*/
	
#content {
	width:780px;
	text-align: center;
	margin: 0 auto;
	color: #CCC;
	/* min-height:100%; */
	
}

#content a {
	color: white;
	text-decoration: underline;
}

#content a:hover {
color: black;
background-color: white;
text-decoration: underline;	
}

#cmain {
float: left;
	width:428px;
	height:100%;
	background: url(graphx/nav/content-border-top.gif) no-repeat top;
	}

#cmain P{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 20px;
	text-align: justify;

}

#cmain UL,#cmain LI {
text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#cmain H1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 20px 20px 0 20px;
	text-align: left;
	color: white;
}

#cmain B, #cmain STRONG {
	color: white;
}

#content #pic {
	float:right;
	width: 328px;
}

#content #pic img {
   margin-top:5px;
	background-color: #d1d1d1;
	border: thick solid black;
}

.contentBottomImg img {
	vertical-align: text-bottom;
}

/*#content li {
	padding:0;
	margin:0;
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
}*/

/*#cmain>ul {
	position:relative;
	left: 20px;
	background-color: yellow;
}*/

/*Studio Price Table*/
#price-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
}
#price-table th
{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background: #d1d1d1;
	border-top: 4px solid #4d4d4d;
	border-bottom: 1px solid #fff;
	color: #000;
}
#price-table td
{
	padding: 4px;
	background: #959494; 
	border-bottom: 1px solid #fff;
	color: white;
	border-top: 1px solid transparent;
}
#price-table tr:hover td
{
	border-top: 1px solid #ff2200;
	background: #3f3f3f;
	color: white;
}

#price-table .odd {
	background: white;
}
/* eof_Studio Price Table */

#portfolio {
	height: 100%;
	width: 100%;
	background-color: blue;
}
	
#footer {
margin-top: 5px;
border-top: 2px solid #414141;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 7pt;
	color: #838383;
	text-align: right;
	padding:5px 50px;
/*
position:fixed;
bottom:0;
*/
}	

#footer a {
	color: #838383;
	text-decoration: none;
}

#footer a:hover {
color: black;
background-color: white;
text-decoration: underline;	
}
