@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table{
	cellpadding: 0;
	cellspacing: 0;
	padding: 0;
	margin: 0;
}
td{
	cellpadding: 0;
	cellspacing: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
div{

}


body {
	background-image: url(../images/bkgd.gif);
	font-family:Arial, Helvetica, sans-serif;
	

}

a {
	color: #C15326;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0 15px 0;
}
hr {
	margin: 0px 0 15px 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #e2652d;
	display: inline;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	color: #e2652d;
}
hr {
	color: #E2652D;
}

ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}	

li {
	text-align: left;	
	/*this allows for a custom bullet*/
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
#wrapper {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
	background-color: #FFFFFF;
	border-bottom-color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


#wrapper #header {
	background-color: #FFFFFF;
	text-align: center;
}



/*this is for three column layout*/
#leftHolder #thirdLeft {
	width: 252px;
	margin-left: 32px;
	
}
#leftHolder {
	float: left;
}
#rightHolder {
	float: right;
}
#rightHolder #thirdRight {
	width: 257px;
	margin-right: 28px;
}
#thirdMiddle {
	margin: 0 310px 0 310px;
}
#orangeLine {
	background-color: #E2652D;
	height: 2px;
}

#closer {
	clear: both;
}
#wrapper #maincontent #rightside {
	float: right;
	width: 300px;
}
#wrapper #maincontent #leftside {
	float: left;
	width: 658px;
	line-height: 18px;
	padding: 10px 10px 10px 20px;
}
#wrapper #footer {
	background-image: url(../images/nettyshome011910_20.gif);
	background-repeat: no-repeat;
	height: 45px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding-top: 6px;
}

#wrapper #footer a {
	font-size: 10px;
	color: #FFFFFF;
}
#wrapper #footerMenu a {
	color: #E2652D;
	text-decoration: underline;
	font-size: 10px;
}
#wrapper #footerMenu {
	float: left;
	color: #E2652D;
	font-size: 10px;
}

#wrapper #seagatelogo {
	float: right;
}
#seagatelogo a {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}
#leftside img {
	padding: 10px;
}
#navbckgd {
	background-color: #f5f5f5;
}

.sameSizeThumb{
    width: 240px;
    height:120px;
    object-fit:cover;
}
