@charset "utf-8";
/* CSS Document */


body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link {
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #00CC00;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
	font-weight: bold;
}

html{
	background-image: url(images/background_1.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#topPad{
width:800px;
margin:0px auto;
position:relative;
padding-top:20px;
}

#upperShad{
height:175px;
width:810px;
background-repeat:repeat-y;
position:absolute;
display:block;
margin:0px auto;
top:0;
left:0;
}

#outerWhole{
width:810px;
background-repeat:repeat-y;
margin:0px auto;
position:relative;
}

#whole{
width:800px;
margin:0px auto;
position:relative;
}

#top{
width:790px;
background-color:#000000;
background-image:url('images/smm_banner.png');
margin:0px auto;
clear:both;
z-index:1000;
overflow:visible;
color:#FFFFFF;
font-weight:bold;
}

#topLink{
width:790px;
height:25px;
padding:5px;
background-color:#000000;
margin:0px auto;
clear:both;
z-index:1000;
overflow:visible;
background-image:url('button.png');
background-repeat:repeat-x;
background-color:#666666;
}

.topLinkLink{
height:15px;
float:right;
padding:5px;
border-right:1px solid #000000;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding-left:25px;
position:relative;
display:block;
}

.topLinkText{
height:15px;
border-right:1px solid #000000;
color:#FFFFFF;
text-decoration: none;
font-size:14px;
font-weight:bold;
text-align:center;
position:relative;
display:block;
}

#right{
width:590px;
float:right;
display:block;
position:relative;
margin:0px auto;
clear:right;
}

#rightTop{
width:590px;
float:right;
display:block;
position:relative;
margin:0px auto;
clear:right;
}

#rightMid{
width:560px;
float:right;
display:block;
position:relative;
margin:0px auto;
clear:right;
background-color:#000000;
padding:5px;
color:#FFFFFF;
font-weight:bold;
}

#rightBot{
width:590px;
float:right;
display:block;
position:relative;
margin:0px auto;
clear:right;
}

#left{
	width:100%;
	float:left;
	display:block;
	position:relative;
	margin:0px auto;
	clear:right;
	padding-right:5px;
	background-color:#FFFFFF;
	background-image:url('left.png');
	background-repeat:repeat-y;
}

#leftTop{
width:200px;
padding-left:5px;
display:block;
position:relative;
clear:right;
padding-top:5px;
border-bottom:1px solid #CCCCCC;
padding-bottom:5px;
}

#leftBot{
width:200px;
padding-left:5px;
display:block;
position:relative;
clear:right;
padding-top:5px;
border-bottom:1px solid #CCCCCC;
padding-bottom:5px;
}

#footer{
width:810px;
height:15px;
display:block;
position:relative;
margin:0px auto;
clear:both;
text-align:center;
}

.newStuff{
width:126px;
display:block;
float:right;
position:relative;
padding-top:5px;
}

#news{
width:202px;
padding:5px;
float:right;
display:block;
position:relative;
}
#pageBody{
width:790px;
padding:5px;
float:right;
display:block;
position:relative;
background:#FFFFFF;
background-image:url('/images/gradient_back.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
}

.topLinkLink a:link{color:#FFFFFF;}
.topLinkLink a:visited{color:#FFFFFF;}
.companyName{ color: #333333; font-weight: bold; }
