/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited {
	color: #324387;
	text-decoration: underline;
}
a:hover, a:active {
	color: #3D3855;
	text-decoration: underline;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0.2em 0;
	background: transparent url(../images/flower-top-bullet.png) center left no-repeat;
	padding: 16px 0 16px 34px;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0.8em 0;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 1em 0;
}
p, address {
	margin: 10px 0 16px 0;
}
p.attention {
	font-size: 18px;
	line-height: 27px;
}
blockquote {
	margin: 16px 0 16px 20px;
	background: transparent url(../images/blockquote2-top-left.png) top left no-repeat;
}
blockquote span {
	display: block;
	padding: 20px 45px 20px 50px;
	background: transparent url(../images/blockquote2-bottom-right.png) top right no-repeat;
}
img.img-right {
	float: right;
	display: inline;
	margin: 20px 0 15px 15px;
}
img.img-right-further {
	float: right;
	display: inline;
	margin: 52px 0 15px 15px;
}

body {
	text-align: center;
	background: #fff url(../images/bg-image-002.png) top center no-repeat;
	color: #444;
	font-size: 62%;
	font-family: Arial, sans-serif;
	line-height: 1.6;
}

#everything-container {
	width: 944px;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: left;
	/*border: 1px dotted red;*/
	position: relative;
	overflow: hidden;
}
a#logo {
	display: block;
	position: absolute;
	top: 16px;
	left: 42px;
}
#top-nav {
	margin: 150px 30px 10px 40px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #f0f0f0;
	/*border: 1px solid blue;*/
	width: 884px;
	overflow: hidden;
	font-size: 1.2em;
}
#top-nav ul li {
	float: left;
	display: inline; /* dIE */
	margin: 6px 30px 6px 0;
	background: transparent url(../images/flower-top-bullet.png) center left no-repeat;
	padding: 10px 0 10px 24px;
	font-size: 0.8em;
}
#top-nav ul li ul {
	display: none;
	position: absolute;
	margin: 0;
	background: #fff;
	padding: 0 16px;
}
#top-nav ul li ul li {
	float: none;
	display: block;
	margin: 1px 0;
	padding: 6px 0 6px 0;
	font-size: 1em;
	background-image: none;
}

ul.sub-nav li {
	background: transparent url(../images/flower-top-bullet.png) center left no-repeat;
	padding: 10px 0 10px 30px;
	list-style: none;
}

ul.section-links {
	margin: 0 0 20px 0;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
	background-color: #E9EEFE;
}
ul.section-links li {
	margin-right: 20px;
	float: left;
	display: inline;
	margin-right: 10px;
	padding: 0 20px;
}


#page {
	float: left;
	width: 600px;
	display: inline; /* dIE */
	margin: 0 0 20px 40px;
	font-size: 1.1em;
}
#breadcrumbs {
	color: #bbb;
	font-size: 12px;
	margin: 10px 0 0 0;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #999;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #333;
}
#breadcrumbs li {
	display: inline;
	margin-right: 4px;
}
.intro-t-r {
	background: transparent url(../images/intro-top-right.png) top right no-repeat;
}
.intro-t-l {
	background: transparent url(../images/intro-top-left.png) top left no-repeat;
}
.intro-b-r {
	background: transparent url(../images/intro-bottom-right.png) bottom right no-repeat;
}
.intro-b-l {
	background: transparent url(../images/intro-bottom-left.png) bottom left no-repeat;
	width: 600px;
	overflow: hidden;
}
.intro-inner {
	margin: 16px;
}
.intro {
	background: #cb2324 url(../images/intro-bg.png) top left repeat;
	color: #fff;
	margin: 0 0 16px 0;
}
.intro p {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}
.intro img {
	float: left;
	margin: 0 20px 0 0;
}


#contact-form div {
	width: 100%;
	overflow: hidden;
	padding: 1px 0;
	margin: 0.6em 0;
}

#contact-form label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	position: relative;
	top: 0px;
	width: 160px;
}
#contact-form label em {
	color: #812313;
	font-style: normal;
}
#contact-form img {
	position: relative;
	top: 4px;
	margin: 0 0 0 10px;
}

#contact-form input {
	margin: 2px 0;
	width: 180px;
}
#contact-form input#submit {
	width: 186px;
}
#contact-form select {
	margin: 2px 0;
	width: 186px;
}
#contact-form textarea {
	margin: 2px 0;
	width: 280px;
	height: 110px;
}
#contact-form .error {
	clear: both;
	color: #812313;
	background-image: url(../images/exclamation.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 5px 5px 22px;
	margin: 0 0 0 170px;
	width: 400px;
}

#success-message {
	background-image: url(../images/accepted_48.png);
	background-repeat: no-repeat;
	background-position: 80px 50px;
	padding: 40px 10px 50px 150px;
	font-size: 1.2em;
}


#page ul {
	list-style: disc;
	padding-left: 2em;
	margin: 1em 0;
}
table {
	margin: 1em 0;
	border: 1px solid #E9EEFE;
}
td, th {
	padding: 4px;
	border: 1px solid #E9EEFE;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
th {
	font-size: 1.2em;
}


#side-bar {
	float: right;
	width: 230px;
	display: inline; /* dIE */
	margin: 60px 30px 20px 0;
}
.side-bar-logo-container {
	text-align: center;
	padding: 20px 0;
}
#footer-wide {
	width: 100%;
	background: #f2f2f2 url(../images/footer-wide-bg.png) top center repeat-x;
	text-align: center;
}
#footer {
	width: 946px;
	background: transparent url(../images/footer-bg.png) top center no-repeat;
	margin: 0 auto;
	padding-top: 70px;
	color: #999;
	text-align: left;
}
#footer a:link,
#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #666;
	text-decoration: none;
}
#footer-inside {
	width: 900px;
	overflow: hidden;
	margin-left: 23px;
	padding-bottom: 50px;
}
#footer-all-nav {
	padding: 10px 20px 20px 20px;
	border-color: #ccc;
	border-style: dotted;
	border-width: 0 0 1px 0;
	overflow: hidden;
	width: 906px;
}
#footer-all-nav li {
	display: inline;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 20px 0 0;
	/* width: 105px;*/
}
#footer-all-nav li li {
	display: block;
	float: none;
	font-size: 0.8em;
	font-weight: normal;
}
#footer-inside p {
	padding: 16px 0 0 20px;
}
#footer-inside .pinbellcom-logo {
	text-align: right;
	float: right;
	margin: 16px 20px 0 0;
}
