/*
Trustco Group International
http://www.sms.na
Author: Jason Bagley
Version: 1.0
*/
* {padding:0;margin:0;}
body {padding:5px;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }
/*-------------------------------------------------------------*/

body{	background-image: url(../images/bg.gif);	background-repeat: repeat-x;	font-family: Georgia, "Trebuchet MS", Tahoma, Arial;	font-size: 1em;}

/*----Layout---------------------------------------------------*/

#header{	width: 600px;	height: 230px;	margin-top: -6px;	padding-top: 0px;	margin-left: auto;	margin-right: auto;	background-image: url(../images/header.jpg);}
	
#smskitlogin{	width: 133px;	height: 48px;	float: right;	margin-top: 64px;	padding-right: 14px;}
	
#smskitlogin a:link, #smskitlogin a, #smskitlogin img{	text-decoration: none;	border: none;}

#container{
	width: 600px;	margin-left: auto;	margin-right: auto;}
#container{
	width: 600px;	margin-left: auto;	margin-right: auto;	margin-top: -95px;	}
	
#container #lefttab{	width: 30%;	float: left;	padding-left: 5px;}

#container #maintab{	width: 65%;	float: right;
	padding-right: 10px;	margin-left: 10px;}
	
#footer{	clear: both;	margin-left: auto;	margin-right: auto;	width: 600px;	}
	
/* NAVIGATION
------------------------------------------------------------------------- */
#nav {
	position: relative;
	top: 85px;	left: 20px;}
#nav-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav-main ul li {
	position: absolute;
	top: 0;
	left: 0;
	}

#nav-main ul li a {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	}

#nav-main ul li.secondary {
	top: 35px;
	left: 5px;
	background: url(../images/navbar.gif) 0px -31px no-repeat;
	height: 31px;
	width: 130px;
	}
#nav-main ul li#nav-main-home { }
#nav-main ul li#nav-main-products {
	left: 93px;
	background-position: -93px -31px;
	}
#nav-main ul li#nav-main-smskit {
	left: 208px;
	background-position: -208px -31px;
	}
#nav-main ul li#nav-main-contact {
	left: 321px;
	background-position: -321px -31px;
	}	

#nav-main ul li.secondary a {
	background: url(../images/navbar.gif) left top no-repeat;
	line-height: 31px;
	height: 31px;
	}
#nav-main ul li#nav-main-home a	{ }
#nav-main ul li#nav-main-products a		{ background-position: -93px 0; }
#nav-main ul li#nav-main-smskit a		{ background-position: -208px 0 ; }
#nav-main ul li#nav-main-contact a		{ background-position: -321px 0 ; }
#nav-main ul li a:hover 				{ background-image: none; }

/*------Text styles--------------------------------------------*/
h1{	font-size: 1.4em;	color: #ac2c0f;	text-align: center;	font-weight: normal;	}
	
#maintab h2, #lefttab h2{	font-size: 1.2em;	margin-top: 2px;	margin-bottom: 5px;	}
	
#lefttab h2{	text-align: left;}

#maintab h2{	text-align: center;}
	
#maintab p, #lefttab p{	font-size: 0.7em;	margin-top: 4px;}
	
#maintab p{	text-align: left;	margin-left: 10px;}
	
#maintab ul{
font-size: 0.7em;
}

#maintab ul li{

}

#lefttab{	/*border-top: 2px #e5e1d6 dashed;	border-right: 2px #e5e1d6 dashed;*/	color: #8e8e8c;}
	
.image{	margin-top: 0px;	margin-left: 0px;	margin-right: 8px;	}
	
#footer p{	font-size: 0.6em;	color: #8e8e8c;	text-align: center;}
	
/*-----Links--------------------------------------------------*/
#maintab a, #maintab a:link, #maintab a:visited{	color: #485973;	}
	
#maintab a:hover{	color: #a72f0a;}
	
#lefttab a, #lefttab a:link, #lefttab a:visited, #footer a, #footer a:link, #footer a:visited{	color: #323637;}
	
#lefttab a:hover, #footer a:hover{	color: #485973;}
	

/*---------------------------------------------------------------------------*/
dd, dt{	font-size: 0.7em;}

dt{	font-weight: bold;}

dd{	margin-left: 10px;}
	
small{	color: #ad2c0f;	text-decoration: none;}
	
input{
	font-family: Georgia, "Trebuchet MS", Tahoma, Arial;
}

textarea{
	font-family: Georgia, "Trebuchet MS", Tahoma, Arial;	font-size: 1em;}