*{ margin: 0; padding: 0; }
p{
	padding-top: 1em;
}
a:link{
	color: #ff3333;
}
a:visited{
	color: #cc0000;
}
a:hover{	
	color: #cc0000;
}
a:active{
	color: red;
}
img{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(http://www.sc2carrier.com/PIE.htc);	
}
a:link img{
	border: 0;
	text-decoration: none;
}

/* Layout Styles */
body{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1em;
	background: url(img/bg.jpg);
}
#head{
	width: 100%;
	height: 276px;
	background: url(img/headbg.jpg) repeat-x;
	background-position: 0 74px;
}
#head2{
	width: 800px;
	margin: 0 auto;
}
h1{
	width: 230px;
	height: 200px;
	background: url(img/logo.jpg) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	float: left;
}
#nav{
	width: 800px;
	height: 75px;
	margin: 0 auto;
	list-style: none;
	background: url(img/shadow1.jpg) no-repeat;
	background-position: 100px 44px;
	padding: 0;
	padding-left: 50px;
}
#nav li{
	height: 74px;
	display: block;
	float: left;
}
#nav a{
	height: 38px;
	padding: 0 25px;
	color: #555;
	padding-top: 30px;
	font-size: 1.4em;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	display: block;
}
#nav a:hover{
	padding-top: 34px;
	color: #ff3333;
	border-bottom: 2px solid #ff3333;
}
.nav_act{
	margin-top: 4px;
	color: #ff3333 !important;
	border-bottom: 2px solid #ff3333;
}
.nav_act:hover{
	margin-top: 0;
}
#slide{
	width: 517px;
	height: 170px;
	background: url(img/head1.jpg) no-repeat;
	float: right;
	margin: 15px 0 0 0;
}
#testim{
	width: 180px;
	padding: 10px;
	margin: 50px 20px;
	background: url(img/side.jpg);
	float: left;
	color: #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(http://www.sc2carrier.com/PIE.htc);
	font-size: .8em;
	display: inline;
}
#testim p{
	padding: 0;
}
#main{
	margin: 0 auto;
	background: url(img/shadow2.jpg) no-repeat;
	background-position: 50% 0;
	padding: 0 25px;
}
#side{
	width: 250px;
	float: right;
	margin: 0 0 25px 50px;
}
#sidepics{
	font-size: .8em;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidepics li{
	width: 100px;
	float: left;
	margin: 5px 20px 10px 0;
}
#foot{
	color: #FFF;
	font-variant: small-caps;
	font-size: .9em;
 	min-height: 130px;
	margin-top: 20px;
	background: url(img/footbg.jpg);
	clear: both;
}
#foot2{
	padding: 0 25px;
}
#copy{
	width: 400px;
	height: 86px;
	padding: 24px 0 0 100px;
	background: url(img/logosm.jpg) no-repeat;
}
#nav2{
	list-style: none;
	float: right;
	padding-top: 18px;
}
#nav2 li{
	display: inline;
}
#nav2 a{
	color: #FFF;
}
#design{
	float: right;
	clear: right;
	padding-top: 40px;
	font-size: .8em;
}
#www{
	
}

/* Content Styles */
h2{
	font-size: 1.6em;
	text-align: center;
	color: #ff3333;
	font-variant: small-caps;
	font-weight: lighter;
	padding-top: 15px;
}
h3{
	text-align: center;
	font-size: 1em;
	color: #555;
	font-variant: small-caps;
	font-weight: bold;
}
h4{
	color: #ff3333;
	font-variant: small-caps;
	padding-top: 10px;
}
hr{
	height: 2px;
	border: none;
	margin: 10px;
	background: url(img/hr.jpg);
}
ul{
	margin-left: 20px;
	padding: 10px;
}
.floatleft{
	float: left;
	padding: 0 5px 5px 0;
}
.center{
	text-align: center;
}
.contact{
	width: 800px;
	margin: 0 auto;
}
.thirds{
	width: 240px;
	float: left;
	padding: 10px;
	text-align: center;
}