@import url(text.css);

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#162d59 url(../images/bkgd.jpg) repeat-x;
}
body a img {
	border:none;
}
body a {
	color:#162d59;
}
body a:hover {
	color:#666;
}

input, textarea, select {
	width:250px;
	font-size:11px;
	color:#333;
	padding:1px;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
}


#wrapper {
	width:1024px;
	margin:0 auto;
}
#wrapper div {
	float:left;
}

#wrapper table td.head {
	background-color:#e3e3e3;
	font-weight:bold;
}
#wrapper table td.label {
	font-weight:bold;
}

#header {
	width:1024px;
	padding:6px 0 10px 0;
	background:url(../images/header_bkgd.jpg) repeat-x;
}
#header div.phone {
	float:right;
	color:#fff;
	height:14px;
	margin-bottom:16px;
	padding-right:15px;
}
#main {
	width:1024px;
	background:#fff url(../images/nav_bkgd.jpg) top left repeat-y;
}
#main #nav {
	width:169px;
	padding-bottom:35px;
	background-image:url(../images/nav_logo.jpg);
	background-repeat:no-repeat;
	background-position:0 120px;
}
#main #nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#main #nav ul li {
	display:inline;
	padding:0;
	margin:0;
}
#main #nav ul li a {
	width:133px;
	height:22px;
	font-size:14px;
	font-weight:bold;
	color:#162d59;
	line-height:14px;
	text-decoration:none;
	display:block;
	padding:25px 10px 5px 15px;
	/*padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align:bottom;*/
	border-bottom:1px solid #162d59;
}
#main #nav ul li a:hover, #main #nav ul li a.current {
	background:#a7b0c1 url(../images/nav_over.jpg) no-repeat;
}

#main #content {
	width:855px;
	background-repeat:no-repeat;
}


/* Home Page */
#main #content #home_left {
	width:230px;
	padding-left:190px;
	padding-top:95px;
	line-height:14px;
	font-weight:bold;
	height:276px;
	/*text-align:justify;*/
}
#main #content #home_right {
	width:320px;
	padding-left:48px;
	padding-top:90px;
	line-height:18px;
	font-size:12px;
	color:#162d59;
}


/* Inner Pages */
#main #content #inner_left {
	width:210px;
	padding-left:25px;
	padding-top:90px;
	line-height:15px;
	/*text-align:justify;*/
}
#main #content #inner_right {
	width:210px;
	padding-left:25px;
	padding-top:90px;
	line-height:15px;
	/*text-align:justify;*/
}
#main #content #inner_full {
	width:445px;
	padding-left:25px;
	padding-top:90px;
	padding-bottom:20px;
	line-height:15px;
	/*text-align:justify;*/
}

#main #content #inner_full_full {
	width:700px;
	padding-left:25px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:15px;
	/*text-align:justify;*/
}
#main #content #inner_full_full div.img_left {
	float:left;
	padding:0 10px 10px 0;
	font-size:11px;
}
#main #content #inner_full_full div.img_right {
	float:right;
	padding:0 0 10px 10px;
	font-size:11px;
}
#main #content #inner_full_full div.img_left img, #main #content #inner_full_full div.img_right img {
	margin-bottom:4px;
}
#main #content #inner_full_full div.row {
	margin-bottom:40px;
}


#main #content ul {
	margin:0;
	padding:0 0 0 1.3em;
}
#main #content ul li {
	padding:2px 0;
}

#wrapper #banner {
	margin-bottom:20px;
}

/* Admin */
#main #admin_side_bar {
	width:210px;
	padding:15px 0 0 20px;
}
#main #content #admin_full {
	width:570px;
	padding-top:15px;
	padding-left:25px;
	padding-bottom:20px;
	line-height:13px;
	/*text-align:justify;*/
}
.alert {
	padding:10px 0;
	font-weight:bold;
	color:#990000;
}

#main #content div.message {
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #999;
}
#main #content div.message .date {
	font-weight:bold;
	color:#999;
}

#main #content div.inquiry {
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
}
#main #content div.inquiry .date {
	font-weight:bold;
	color:#999;
}
#main #content div.inquiry div.name {
	width:350px;
	float:left;
}
#main #content div.inquiry div.delete {
	width:50px;
	float:left;
	text-align:right;
}
#main #content div.inquiry div.delete a {
	font-weight:normal;
}

#main #content #new_user {
	padding:10px;
	background-color:#eee;
	margin-bottom:10px;
}

#main #content a.normal {
	font-size:11px;
	font-weight:normal;
}

#main #content div.document {
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #999;
}
#main #content div.document .description {
	font-style:italic;
	color:#666;
	line-height:11px;
}
#main #content div.document a.delete {
	font-weight:normal;
	color:#666;
	font-size:11px;
}


/* Online Store */
div.product {
	width:100%;
	padding:10px 0 20px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
div.product div.image {
	width:310px;
	margin-right:35px;
	text-align:center;
}
div.product div.image img {
	padding:4px;
	/*border:1px solid #ddd;*/
}
div.product div.info {
	width:350px;
	font-size:11px;
	line-height:12px;
	padding-top:10px;
}
div.product div.info .product_name {
	font-size:17px;
	line-height:24px;
	color:#162d59;
}
div.product div.more_details {
	width:350px;
	padding-top:10px;
}
div.product div.more_details a {
	font-size:12px;
	text-decoration:none;
}
div.product div.info div.cost {
	width:350px;
	padding-top:10px;
}
div.product div.info div.cost .size {
	font-weight:bold;
	color:#333;
}
div.product div.info div.cost .size2 {
	font-weight:bold;
	color:#333;
	font-size:12px;
}
div.product div.info div.cost .price {
	color:#162d59;
	font-size:14px;
	font-weight:normal;
}
div.product div.info div.cost .quantity {
	font-weight:bold;
	color:#333;
}
td.tableHeader {
	padding:4px;
	font-weight:bold;
	border-right:1px solid #fff;
	text-align:center;
}


/* Bar Page */
#bar_page_top {
	width:640px;
	font-size:32px;
	line-height:38px;
}
#bar_page_top img {
	float:left;
	margin-right:20px;
}
#bar_page_top p {
	padding-top:18px;
}
#bar_page_bottom {
	width:640px;
	clear:left;
	font-size:14px;
	line-height:18px;
	padding-top:10px;
	padding-bottom:40px;
}
#bar_page_bottom p {
	margin:10px;
}
#bar_page_bottom .bodycopy {
	font-size:22px;
	line-height:26px;
}
#bar_page_bottom .no_bar_comes_close {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	padding:10px;
}
#bar_page_bottom a.link {
	font-size:18px;
	font-style:italic;
}


/* Elementals Page */
#elementals p.title {
	color:#4379C8;
	font-size:20px;
	font-weight:bold;
}
#elementals {
	font-size:12px;
}
#elementals #signature {
	width:640px;
	padding-bottom:25px;
	clear:left;
}
#elementals #signature ul {
	list-style:none;
}
#elementals #signature ul li {
	display:block;
	float:left;
}
#elementals a.link {
	font-size:16px;
	font-style:italic;
}