#wrapper {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:100%;
	margin-top:90px;
	margin-left:0px;
	margin-left:0px;
	margin-bottom:50px;
	border-top:1px solid #eeeeee;
}
#sidebarLeft {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:375px;
	float:left;	
	border:0px solid;
	text-align:center;
}
.photoLarge{
	padding: 0; 
	margin: 0;
	border:0;
	margin-bottom:10px;
	width:375px;
}
.photoThumbs{
	padding: 0; 
	margin: 0;
	border:0;
	margin-bottom:0px;
	width:375px;
}
.photoThumbs ul{
	margin:0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:375px;
	list-style:none;
	display:block;
	float:left;
}
.photoThumbs ul li{
	margin:0px;
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:42px;
	height:42px;
	margin-left:10px;
	margin-bottom:10px;
	display:inline;
	text-decoration:none;
}
.photoThumbs ul li a:link{
	border:1px solid #6666;
	text-decoration:none;
}
.photoThumbs ul li a:visited{
	border:1px solid #6666;
	text-decoration:none;
}
.photoThumbs ul li a:link{
	border:1px solid #6666;
	text-decoration:none;
}
.photoThumb a:link{
	border:1px solid #666;
	text-decoration:none;
}
.photoThumb a:visited{
	border:1px solid #666;
	text-decoration:none;
}
.productButtons{
	padding: 0; 
	margin: 0;
	border:0;
	padding-top:10px;
	width:375px;
}
.productLinks{
	padding:5px;
	background:#0072A5;
	margin-top:10px;
	color:#ffffff;
	font-weight:bold;
}
.productLinks a:link{
	color:#ffffff;
	font-weight:bold;
}
.productLinks a:visited{
	color:#ffffff;
	font-weight:bold;
}
.productLinks a:hover{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
#wrapper #mainContent {
	margin:0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:400px;
	border:0px solid;
}

h1.pageTitle{
	padding: 0;
	margin-top:20px;
	margin-bottom:0px;
	font-size:30px;
	color:#0072A5;
	font-weight:bold;
	padding-bottom:0px;
}
.sub-text{
margin:0px;
padding:0px;
margin-top:0px;
font-size:21px;
color:#999;
}

#productSpecTable{
	width:100%;
}
#productSpecTable .label{
	width:125px;
	background:#eeeeee;
	font-weight:bold;
	text-align:right;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
#productSpecTable .data{
	background:#ffffff;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}



.resourcesSection{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:10px;
	text-align:left;
}
.resourcesSection h2{
	margin:0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	
}
.resourcesSection ul.links{
	margin:0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style:none;
}
.resourcesSection ul li{
	margin:0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	color:#0072A5;
	font-size:12px;
	font-weight:normal;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;	
	border-bottom:0px solid #666;
	text-decoration:none;
	padding-bottom:10px;
	padding-top:10px;
}

.resourcesSection ul li.last{
	margin:0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#0072A5;
	font-size:14px;
	font-weight:normal;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;	
	text-decoration:none;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.resourcesSection ul li a:link, li.last a:link{	
	text-decoration:none;
}
.resourcesSection ul li a:visited, li.last a:visited{	
	text-decoration:none;
}
.resourcesSection ul li a:hover, li.last a:hover{	
	text-decoration:underline;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}