@charset "utf-8";
/* NTC hosting CSS Document */
body {
	padding:0px;
	margin:0px;
	background: #A4A4A4 url(images/bg_page.png) top repeat-y;
	font-family:"Trebuchet MS";
	font-size:13px;
}
a {
	color:#C51200;
}
a:link {
	color:#C51200;
}
a:hover {
	color:#C51200;
	text-decoration:none;
}
img {
	border:0px;
}
h1 {
	font-family:"Trebuchet MS";
	font-size:15px;
	padding:0px;
	margin:0px;
}
h1 a,h1 a:link,h1 a:hover{
	font-family:"Trebuchet MS";
	font-size:15px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

#all {
	background:#FFFFFF;
	width:982px;
	margin:0px auto;
}
#header {
	height:76px;
	width:982px;
	background:url(images/bg_top.jpg) top repeat-x;
	position:relative;
}
#snow{
	position:absolute; 
        margin:0px auto;
	background:url(images/snow.png) top left no-repeat;
	top:64px;  
	width:986px; 
	height:27px;
        /*z-index:100;*/
}
#logo {
	width:215px;
	float:left;
}
#nav_left_corner {
	height:48px;
	width:11px;
	background:url(images/nav_left.png) top repeat-x;
	float:left;
}
.top_links {
	width:221px;
	height:33px;
	float:right;
	text-align:left;
	background:url(images/bg_top_links.gif);
	margin-bottom:5px;
}
/* start main navigation */
#nav{
	height:48px;
	float:left;
	width:960px;
	font-size:93%;
	background:url(images/bg_nav.png) top repeat-x;
	line-height:normal;
}
#nav ul {
	margin:0;
	padding:0px;
	list-style:none;
}
#nav li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#nav a {
	float:left;
	background:url(images/left_both.png) no-repeat left top;
	margin:0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	font:14px "Trebuchet MS";
}
#nav a span {
	float:left;
	display:block;
	background:url(images/right_both.png) no-repeat right top;
	padding:15px 15px 15px 0px;
	margin: 0px 3px 0px 0px;
	color:#FFFFFF;
	font-weight:bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float:none;
}
/* End IE5-Mac hack */
#nav a:hover span {
	color: #000000;
}
#nav a:hover {
	background-position:0% -48px;
}
#nav a:hover span {
	background-position:100% -48px;
}
#nav .active a {
	background-position:0% -48px;
}
#nav .active a span {
	background-position:100% -48px;
	color: #000000;
}
#nav #order_now_button {
	background: none;
	display:inline;
}
#nav #order_now_button img{
	margin-top:2px;
}
/* end main navigation */
.line5{ height:5px; line-height:5px; }
.line10{ height:10px; line-height:10px; }
.bold{ font-weight:bold; }

#nav_right_corner {
	height:48px;
	width:11px;
	background:url(images/nav_right.png) top repeat-x;
	float:left;
}
#subnav {
	line-height:20px;
	width:982px;
	font-size:12px;
	background:url(images/subnav_bg.png) bottom center no-repeat;
	float:left;
}
#subnav_link{
	float:left;
	padding-left:15px;
}
#left_side {
	width:223px;
	float:left;
	margin-right:10px;
	padding:0px 8px 0px 0px;
}
#main {
	margin:0px auto;
	width:auto;
	padding:0px 8px 0px 7px;
}
#scripts_col {
	padding:16px 8px 16px 7px;
	background:url(images/bg_left_column.gif) top no-repeat;
	border-bottom:2px solid #EDEDED;
}
.script_box {
	width:296px;
	height:121px;
	background:url(images/bg_script_box.gif) top no-repeat;
	padding:8px;
	line-height:17px;
}
#home_right {
	width:645px;
	float:left;
}

/*------------------footer------------------------------------*/
#footer_left_corner {
	width:10px;
	height:48px;
	background:url(images/footer_left_corner.jpg) top left no-repeat;
	float:left;
}
#footer {
	width:962px;
	height:33px;
	background:url(images/bg_footer.jpg) top repeat-x;
	float:left;
	color:#FFFFFF;
	padding-top:15px;
}
#footer a{
	color:#FFFFFF;
}
#footer a:link{
	color:#FFFFFF;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#footer_right_corner {
	width:10px;
	height:48px;
	background:url(images/footer_right_corner.jpg) top left no-repeat;
	float:left;
}
/*------------------footer------------------------------------*/






/* Begin Typography & Colors */
#content {
	width:700px;
	float:left;
	padding:0px 8px 0px 7px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}



small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
}
.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Trebuchet MS";
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: "Trebuchet MS";
}
.commentmetadata {
	font-weight: normal;
}
small, #left_side ul ul li, #left_side ul ol li, #right_side ul ul li, #right_side ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em "Trebuchet MS";
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
*/
/* End Typography & Colors */


/* Begin Structure */

.post {
	margin: 0px;
	text-align: justify;
}
.post hr {
	display: block;
}
.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align:left;
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-bottom:10px;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
.clear {
	clear: both;
}
/* End Structure */







/*	Begin Headers */




h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#left_side h2, #right_side h2 {
	margin: 5px 0 0;
	padding:20px 0px 0px 15px;
	font-size:14px;
	background: #FEF8F8 url(images/h2.png) top no-repeat;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */







/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}
/* End Images */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #left_side ul ul li:before, #right_side ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#left_side ul, #left_side ul ol {
	margin: 0;
	padding: 0;
}
#left_side ul li {
	list-style-type: none;
	list-style-image: none;
}
#right_side ul, #right_side ul ol {
	margin: 0;
	padding: 0;
}
#right_side ul li {
	list-style-type: none;
	list-style-image: none;
}
#left_side ul p, #left_side ul select, #right_side ul p, #right_side ul select {
	margin: 5px 0 8px;
}
#left_side ul ul ul, #left_side ul ol, #right_side ul ul ul, #right_side ul ol {
	margin: 0 0 0 10px;
}
ol li, #left_side ul ol li, #right_side ul ol li {
	list-style: decimal outside;
}
#left_side ul ul li, #left_side ul ol li, #right_side ul ul li, #right_side ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */







/* Begin Form Elements */

#search {
	float:right;
	width:220px;
	margin-right:10px;
	text-align:right;
}
#searchform {
	display:inline;
}
#s {
	width:125px;
	border:1px solid #D7D7D7;
}
#searchsubmit {
	background-color:#EFEFEF;
	border:1px solid #D7D7D7;
	color:#000;
	font-weight:bold;
	height:20px;
	padding-left:5px;
	padding-right:5px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */







/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */







/* Begin Sidebar */

#left_side div {
	margin-bottom:0px;
}
#left_side div div {
	margin:0px;
	padding:0px;
}
#left_side li ul, #right_side li ul {
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px solid #E7E5E7;
	border-right:1px solid #E7E5E7;
	border-bottom:1px solid #E7E5E7;
	background: #FEF8F8;
}
#left_side form {
	margin: 0;
}
#right_side {
	float:right;
	margin:0px;
	width: 190px;
}
#right_side div {
	margin-bottom:0px;
}
#right_side div div {
	margin:0px;
	padding:0px;
}
#right_side form {
	margin: 0;
}
.widget div {
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px solid #E7E5E7;
	border-right:1px solid #E7E5E7;
	border-bottom:1px solid #E7E5E7;
	background: #FEF8F8;
}
/* End Sidebar */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration:underline;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}

/* End Various Tags & Classes*/
