/* RESET */

body {
	background-color: #999999;
	background-repeat: repeat-y;
	background-position: center;
	padding: 5px;
	font: 13px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: auto;
}
html {
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #999999;
    scrollbar-3dlight-color:#999999;
    scrollbar-darkshadow-color: #666666;
    scrollbar-track-color: #333333; 
    scrollbar-arrow-color: #999999; 
}	

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 13px "Lucida Sans", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -3px;
	font-size: 2em;
}

h2 {
	letter-spacing: -2px;
	font-size: 1.6em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}



a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FFFFFF;
}	

a .work_image {
	border:6px solid #999999;
	margin-left:5px;
}
	
	a:hover .work_image {
	border:6px solid #cccccc;
    margin-left:5px;
}		

.footerlink {
    color: #ffffff;	
    font-size: 10px; 	
    font-family: Lucida Sans, Verdana, Arial; 	
    text-decoration: none;
    text-align:center;
} 

.line {
    color: #000000;	
    font-family: Lucida Sans, Verdana, Arial;
    text-align:center;
}

#invertedtabs{
    margin-left: 4px;
    padding: 0;
    width: 100%;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
}

#invertedtabs ul{
    font: bold 11px Lucida Sans, Verdana, Arial;
    margin:0;
    margin-bottom: 1em; /*margin between menu and rest of content*/
    padding:0;
    list-style:none;
}

#invertedtabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
    text-transform:uppercase;
    line-height: 1.5em;
}

#invertedtabs a{
    float:left;
    color: white;
    background: #000000 url('http://www.riggshop.com/images/color_tabs_left2.gif') no-repeat left bottom;
    margin:0 2px 0 0;
    padding:0 0 0 3px;
    text-decoration:none;
    letter-spacing: 1px;
}

#invertedtabs a span{
    float:left;
    display:block;
    background: transparent url('http://www.riggshop.com/images/color_tabs_right2.gif') no-repeat right bottom;
    padding:3px 9px 3px 6px;
}

#invertedtabs a span{
    float:none;
}

#invertedtabs a:hover{
    background-color: darkred;
}

#invertedtabs a:hover span{
    background-color: darkred;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
    background-color: darkred;
}

#invertedtabsline{
    clear: both;
    padding: 0;
    width: 100%;
    height: 8px;
    line-height: 8px;
    background: #000000;
    border-bottom: 1px solid #333333; /*Remove this to remove border between bar and tabs*/
}

#container {
	position:relative;
	width:900px;
	background-color:#333333;
	margin-left:auto;
	margin-right:auto;
	float:inherit;
}

#header{
	position:relative;
	width:900px;
	height:120px;
	background-image:url('http://www.riggshop.com/images/header.jpg');
}
	
#main {
	position:relative;
	width:875px;
	height:auto;
	text-align:left;
	margin-left:0px;
	display:inline-block;
	overflow:visible;
	left: 10px;
	right: 10px;
}
	
#footer {
	position:relative;
	background-color:#000000;
	width:900px;
	height:40px;
	line-height:30px;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
}

