@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;
    padding:0;
} 
table {  
    border-collapse:collapse;
    border-spacing:0;
} 
fieldset,img {    
    border:0;
} 
address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal;
    font-weight:normal;
} 
ol,ul {  
    list-style:none;
} 
caption,th {  
    text-align:left;
} 
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
} 
q:before,q:after {  
    content:'';   
} 
abbr,acronym { border:0;   
}
a {
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#346;
}
a:hover {
	text-decoration:none;
	color:#960;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

/* Containers */

body {
	font:100% Century Gothic, Gill Sans, Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:15px 0 15px 0;
	text-align:center;
	color:#1a2c42;
	background:#999 url(images/scc-main-bkgd.gif) top center repeat-y;
}
#sharonville-commerce-center-container {
	width:864px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#fff;
}
#scc-header {
	width:864px;
	margin:0;
	padding:0;
	height:84px;
	background:#666 url(images/scc-header-bkgd.jpg) top center no-repeat;
}
#scc-header h1 {
	font-size:28pt;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px;
	color:#fff;
}
#scc-body {
	min-height:400px;
}
#scc-body h1 {
	font-size:18pt;
	font-weight:bold;
	color:#019;
	padding:15px 15px 0 15px;
}
#scc-body h2 {
	font-size:16pt;
	font-weight:bold;
	color:#610;
	padding:10px 15px 0 15px;
}
#scc-body h3 {
	font-size:14pt;
	font-weight:bold;
	color:#841;
}
#scc-body p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:12px 15px 0 15px;
}
#scc-body ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#034;
	margin:12px 15px 0 15px;
}
#scc-body li {
	float:left;
	width:300px;
}
#benefits {
	clear:both;
}
#benefits li {
	width:278px;
	text-align:center;
	font-size:14pt;
	display:block;
	padding-top:4px;
}
#link-title {
	width:145px;
	float:left;
	display:block;
	text-align:right;
}
#links {
	list-style:square #eff inside;
	float:left;
	margin:0 0 0 15px !important;
	padding:0;
	display:block;
}
#links li {
	width:640px;
	clear:both;
	padding-left:12px;
}
#contacts {
	padding:0 !important;
	margin:14px 0 !important;
}
#contacts li {
	width:288px;
	text-align:center;
}
#scc-body #photos img {
	margin: 10px 0 0 10px;
}
#scc-body #youtube-area {
	margin: 10px 0 0 10px;
	padding: 0 15px 15px 15px;
	width: 814px;
	background-color:#dde;
}
#scc-body #youtube-area #youtube-video {
	display: block;
	background:#111;
	padding:6px 8px;
	margin:15px 15px 0 0;
	float: left;
}
#scc-body #youtube-area #youtube-desc {
	display: block;
	padding: 0;
	width: 355px;
	margin: 0;
	float: left;
}
#scc-body #youtube-area #youtube-desc p {
	padding-right:0;
	margin:0;
}
#scc-body .section-dark {
	margin: 10px 0 0 10px;
	padding: 15px;
	width: 814px;
	background-color:#ddc;
}
#logo-area {
	margin: 12px 0 10px 125px !important;
}
#logo-area li {
	margin: 0 25px 0 0;
	float: left;
}
#logo-area img {
	margin: 0;
	padding: 0;
}
#scc-footer {
	width:864px;
	margin:0 0 12px 0;
	padding:0;
	/*height:90px;*/
	background:#236 !important;
	color:#ccc;
}
#scc-footer a {
	color:#efc;
}
#scc-footer a:hover {
	color:#fff;
}
#scc-footer #footer-left, #scc-footer #footer-right {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding:6px 0 6px 10px;
	width: 590px;
	background:#236 !important;
}
#scc-footer #footer-right {
	width: 254px;
	text-align:right;
	padding:6px 10px 6px 0;
	background:#236 !important;
}
#footer-end {
	width: 864px;
	height: 1px;
	clear:both;
	padding:0;
	margin:0;
	background:#666 !important;
}

.clear-it {
	clear:both;
}
