
/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(img/BodyBack.jpg) repeat-x fixed left bottom;
	color: #999;
	
	margin: 0px 0;
	text-align: center;
	font: normal 10pt sans-serif,Arial;
}
h1
{
 color: #333;
font-size:16px;
margin: 0px;
text-transform: uppercase;
width: auto;
}

h2
{
 color: #333;
font-size:14px;
margin: 0px;
text-transform: uppercase;
width: auto;
}

ul {
	margin: 0px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 25px; margin-top:5px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #000;
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 10px auto 4px auto; 
	text-align: left;
	width: 780px; 
	clear:both;
}

/* Menu */
.menu {clear:both;}
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #999;
	font-size: 10pt;
	float: left;
	padding-top: 4px;
	width: 129px; height: 36px;
    text-align:center;
}
.menu a span {
	/*padding-left: 6px;*/
}
.menu a:hover {
	background-position: left bottom;
	color: #444;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
#portfolioscroll
{  
    overflow-y:scroll; 
   
    width:180px;
    height:270px;
}
#portfolioscroll img
{
    border:0px;
    padding-bottom:5px;
    padding-right:5px;   
    
}
/* sidebar */

.sidenav{width:150px; vertical-align:top; padding: 0px 5px 5px 5px;border-top: 1px solid #1A1A1A; 
    border-right: 1px solid #222;}
.sidenav a 
{ border-top: 1px solid #1A1A1A;

	background: #1A1A1A url(img/bgmenu.png) repeat-x;
    border-right: 1px solid #222;
	border-left: 1px solid #1A1A1A;
	
	color: #999;
	font-size: 10pt;
	float: left;
	padding: 4px 0px 0px 7px;
	width: 149px; height: 36px;
	}
.sidenav a:hover {
	background-position: left bottom;
	color: #444;
}

/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #000;	
	clear: both;
}

.content a {text-decoration:underline;}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #999;
}
.content h2
{
 color: #999;
font-size:14px;
margin: 0px;
text-transform: uppercase;
width: auto;
}
.content p {
	margin: 0 0 12px;
}


.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

.red {color:#CC0000}

/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
	border-top:solid thin #CC0000;
} 


/* resume */
.resume { width:100%;}
.date {float:right; text-align:left;}
.title {white-space:nowrap; padding-right:20px; vertical-align:top;}

/* PRICE LIST TABLE*/
.price1
{  
    text-align:right;  
}
.price1 td
{    
    padding-top:3px;
    padding-right:5px;
}

.headingrow
{border-bottom:solid 1px #ffffff;
}

.alignleft
{
text-align:left;
border-bottom:solid 1px #e6e6e6;
}
.alignright
{text-align:right;
border-bottom:solid 1px #e6e6e6;
}


