/* Main style sheet for RTI (testfixtures.com) */



#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
width: 1000px;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid #8d0e3a;
line-height: 130%;
}


#top
{
padding: 0;
margin: 0;
	height : 120px;
	background: #ffffff url("menu/topbanner.jpg") no-repeat top left;
	content: "Robson Technologies Inc";
border-bottom: 1px solid #8d0e3a;
}


ul#navlist 
{ 
	font-family: arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	padding-left: 0;
	padding-top : 84px;
	padding-right: 0px;
	padding-bottom; 0px;
margin: 0;
list-style-type: none; 
float: left;
width: 100%;
	text-align: Center;
}

ul#navlist li { display: inline;}

ul#navlist li a
{
float: right;
	text-align: center;
	line-height: 100%;
color: #8d0e3a;
padding: 0.3em .9em;
text-decoration: none;
background-color: #ddd;
border: 1px solid #8d0e3a;
border-right: 0;
}

.coloredbullets
{
	list-style-type: square;
	color: #8d0e3a;
	line-height: 150%;
	font-size: 90%;
}

#leftnav
{
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
float: left;
width: 200px;
margin: 0;
padding: 4px;
	color: #333;
	overflow: hidden;
}
#leftnav a
{
	color:#333;
}

#leftnav h2
{
	padding-top: 7px;
	margin-left: 0;
	margin-bottom: 7px;
	line-height: 90%;
	font-size: 120%;
	font-style: italic;
}


#vertnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	font-weight: bold;

}

#vertnav li { margin: 0 0 3px 0; }

#vertnav a
{
display: block;
padding: 2px 2px 2px 22px;
border: 1px solid #333;
width: 100%;
background-color: #432456;
text-decoration:none;
}



#vertnavactive a:link, #vertnavactive a:visited, #vertnavactive a:hover
{
border: 1px solid #333;
background-color: #432456;
color: #333;
}

#vertnav li a#current
{
border-right:none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #333;
background:#8d0e3a;
color: white;
}

#content
{
	font-family: Arial, Helvetica, sans-serif;
margin-left: 220px;
border: 0px dashed #8d0e3a;
padding: 1em;
max-width: 50em;
}

#content a:link, #content a:visited
{
	color: #8d0e3a;
	text-decoration: none;
}

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

#content h2 {
	color: #8d0e3a;
	line-height: 120%;
	font-size : 1.5em;
	font-weight : bold;
	padding-top: .1em;
}
#content h3 {
	color: 333;
	line-height: 100%;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding-top: .25em;
	margin-bottom: -.7em;
}

#content h4 {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -.15em;
}

.sockettitles {
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -.15em;
}

#columncontainer
{
	text-align: left;
	padding: 0;
width: 100%;
margin: 0px;
background-color: #fff;
color: #333;
border: 0px solid #aaa;
}

#columncontainer a:link, #columncontainer a:visited
{
	color: #8d0e3a;
	text-decoration: none;

}

#columncontainer a:hover
{
color: #333;
	text-decoration: underline;

}

.bannerTitle
{
	display: block;
	line-height: 120%;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

.contentcontainer
{
	float: left;
	width: 100%;
	border: 0px solid #999;
	margin: 20px 15px 15px 0;
	padding: 5px;
}

.borderedcontentcontainer
{
	float: left;
	width: 100%;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.dscontentcontainer
{
	float: left;
	width: 335px;
	height: 105px;
	background-image: url(images/dsbg.gif);
	border-top: 0px solid #999;
	border-left: 0px solid #999;
	border-bottom: 0px solid #999;
	border-right: 0px solid #999;
	margin: 1% 1% 2% 2%;
	padding: 5px;
	line-height: 121%;
	font-size: .8em;

}

.thumbnail
{
float: left;
width: 111px;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-right: 2px solid #aaaaaa;
border-bottom: 2px solid #aaaaaa;
margin: 0 15px 15px 0;
padding: 5px;
font-size: smaller;
}

.dsfloatleft
{
float: left;
margin: 2px 19px 2px 2px;
padding: 0px;
}



.leftcolumn
{
float: left;
width: 45%;
margin: 0;
padding: 0px;
	color: #333;

}

.rightcolumn
{
margin-left: 48%;
padding: 0px;
	color: #333;
}

.clearall
{
	clear: both;
}

.clearnone
{
	clear: none;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
padding: 2px;
clear: right;
}

.floatleft
{
float: left;
margin: 0px 10px 15px 0;
padding: 0px;
clear: left;
}

.indentright
{
	padding-right: 3em;
	text-align: justify;
}

#footer
{
	font-size: 75%;
	color: #222;
	line-height: 120%;
	text-align: right;
	background-image: url(menu/bottombanner.jpg);
clear: both;
margin: 0;
padding: .5em;
background-color: #8d0e3a;

}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .125em 0; }


/* Hacks to make things work with Internet Explorer */
body td {
	font-size: small;
}
* html body {
	font-size: small; /* for IE5/win */
	fon\t-size: x-small; /* for other IE versions */
}