/* calculator */
#calc_t_button_display {
    position:absolute;
}
#close {
    position:relative;
    float:right;
    margin: -10px 5px 0 0;
}
#calc_t_button_display input[type="image"] {
    width: 45px;
    height:168px;
}
#calc_t {
    color:#000000;
    font-family:verdana;
    background: url("/img/calc/calc.png") no-repeat scroll 0 0 transparent;
    height: 170px;
    position: absolute;
    top: 0;
    width: 291px;
    display:none;
}
#calc_t_p {
    padding: 10px 0 0 38px;
}
#calc_t_title {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
}
#calc_t_note_1 {
    color: #000000;
    font-size: 12px;
    margin: 4px 0 8px;
}
#calc_t_input_box {
    border: 1px solid #B1B4B9;
    float: left;
    height: 20px;
    margin-right: 10px;
    padding-top: 0;
    width: 140px;
}
#calc_t_input {
    border: 0 none;
    color: #000000;
    font-size: 12px;
    height: 19px;
    width: 140px;
}
#calc_t_go {
    background-image: url("/img/calc/calc_button_1.png");
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 22px;
    margin: 0;
    padding: 0;
    width: 88px;
}
#calc_t_note_2 {
    float: left;
    font-size: 12px;
    margin: 12px 10px 4px 0;
}
#calc_t_price {
    color: #FE0000;
    font-size: 18px;
    margin: 8px 0 4px 10px;
}
#calc_t_return {
    color: #cb0000;
}
#calc_t_note_3 {
    font-size: 10px;
    line-height: 94%;
    margin: 10px 0 0;
}

/* TEMP styles */
div#map{
            width: 900px;
	margin:auto;
text-align:center;
}
/* TEMP styles */

/* BEGIN table styles */

#mytable {
	width: 900px;
	padding: 0;
	margin: 0;
	margin:auto;
	border-right:1px solid #999;
	border-top:1px solid #999;
	font-family: 12px "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;

}

h1

#mytable caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 12px "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	color:#333;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align:center;
	padding: 6px 6px 6px 12px;
}

#mytable td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align:left
}

#mytable th.spec {
	font: bold 14px "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	background:#CCC;
}
#mytable th.specSmall {
	font: 10px "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	background:#CCC;
}

p.smallGreyText
{
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:left;
	margin-left: 40px;
}
td.boldie
{
	font-weight:bold;
}

#container .pricesSelector{
	font-size:18px;
	font-weight:normal;
	color:#1ABAFF;
	margin:auto;
	text-align: center;
}
#container .pricesSelector a
{
	font-size:18px;
	font-weight:normal;
	text-decoration:none;	
	color:#1ABAFF;
	margin:8px 0 5px 0;
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#1ABAFF;
}
#container .pricesSelector a:hover
{
	color:#0080FF;
	margin:8px 0 5px 0;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#0080FF;
}

/* END table styles */



/* BEGIN menu styles */

#centeredmenu {
	float:left;
	width:100%;
	background:#fff;
	overflow:hidden;
	position:relative;
	height: 40px;
	font-size:18px;
}
#centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#centeredmenu ul li a {
	display:block;
	margin:3px 10px;
	padding:0px 4px;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
}
#centeredmenu ul li a:hover {
	color:#36F;
	border-bottom-color:#36F;
	border-bottom:solid;
	border-bottom-width:1px;
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover {
	margin-bottom:-8px;
	color:#fff;
	background:#CCC;
	border-bottom-color:#CCC;
	border-bottom:solid;
	border-bottom-width:1px;
}
#centeredmenu ul li a.menu_item_3 {
	color:#F09;
	border-bottom-color:#F09;
	border-bottom:dashed;
	border-bottom-width:1px;
}
#centeredmenu ul li a.menu_item_3:hover {
	color:#F0F;
	border-bottom-color:#F0F;
	border-bottom:solid;
	border-bottom-width:1px;
}
#centeredmenu2 {
	float:left;
	width:100%;
	background:#fff;
	overflow:hidden;
	position:relative;
	height: 25px;
	font-size:12px;
	border-bottom: 1px dashed #ccc;
}
#centeredmenu2 ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#centeredmenu2 ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#centeredmenu2 ul li a {
	display:block;
	margin:3px 10px;
	padding:0px 4px;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
}
#centeredmenu2 ul li a:hover {
	color:#36F;
	border-bottom-color:#36F;
	border-bottom:solid;
	border-bottom-width:1px;
}
#centeredmenu2 ul li a.active, #centeredmenu2 ul li a.active:hover {
	margin-bottom:-8px;
	color:#fff;
	background:#CCC;
	border-bottom-color:#CCC;
	border-bottom:solid;
	border-bottom-width:1px;
}
#centeredmenu2 ul li a.menu_item_3 {
	color:#F09;
	border-bottom-color:#F09;
	border-bottom:dashed;
	border-bottom-width:1px;
}
#centeredmenu2 ul li a.menu_item_3:hover {
	color:#F0F;
	border-bottom-color:#F0F;
	border-bottom:solid;
	border-bottom-width:1px;
}

/* END menu styles */

/* BEGIN main template styles */

* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#FFF;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
.clear {
	clear:both;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#header {
	width:100%;
	height:120px;
}
.logo {
	width:300px;
	height:109px;
	float:left;
	background:url(/img/logo.png) no-repeat;
        cursor:pointer;
}
.logo h2 {
	display:none;
}
.slogan {
	width:630px;
	height:109px;
	float:right;
	background-repeat: no-repeat;
	background-position: right;
}
.email {
	width:311px;
	height:33px;
	float:right;
	margin:0 13px 0 0;
}
#banner {
	width:100%;
}
#container {
	width:auto;
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	text-align:center;
}

#container ul{
	list-style-type:circle;
	padding-left:20px;
	font-size:17px;
	line-height:22px;
	margin:10px 0;
}


#container img {
/*	border: 1px dotted #CCC;*/
}

#container h1 {
	font-size:32px;
	font-weight:normal;
	color:#8EB300;
	margin:8px 0 5px 0;
}
	
#container h2 {
	font-size:24px;
	font-weight:normal;
	color:#8EB300;
	margin:8px 0 5px 0;
}
#container h3{
	font-size:18px;
	font-weight:normal;
	margin:8px 0 5px 0;
	color: #717171;
}


.horRule
{
	height:2px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom: #ccc 1px dashed;
}

.left {
	width:550px;
	float:left;
	width:455px;
	padding:0 4px 5px 20px;
	border-right: 1px dashed #CCC;
	text-align: left;
}
.left p {
	font-size:15px;
	color:#717171;
	line-height:22px;
	margin:10px 0;
}
.divider {
	width:5px;
	height:252px;
	float:left;
}
.right {
	width:455px;
	float:right;
	text-align: left;
}
.right p {
	font-size:15px;
	color:#717171;
	line-height:22px;
	margin: 10px 0;
	text-align: left;
}
#footer {
	width:auto;
	height:40px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align: center;
	background:url(../../../img/copy.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 20px;
}
#footer a {
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	list-style:none;
	margin:6px auto;
	text-align:center;
}
#footer li {
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
}
#footer li a {
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover {
	text-decoration:underline;
}
#footer p {
	font-size:11px;
	color:#999;
	text-align:left;
	padding-top:8px;
	padding-left: 100px;
}

#container .pricesSelector{
	font-size:18px;
	font-weight:normal;
	color:#1ABAFF;
	margin:auto;
	text-align: center;
}
#container .pricesSelector a
{
	font-size:18px;
	font-weight:normal;
	text-decoration:none;	
	color:#1ABAFF;
	margin:8px 0 5px 0;
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#1ABAFF;
}
#container .pricesSelector a:hover
{
	color:#0080FF;
	margin:8px 0 5px 0;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#0080FF;
}


/* END main template styles */

#left_t_note_1 {
    color: #272727;
    font-size: 18px;
    margin: 30px 0 0 50px;
}
#left_t_note_2 {
    font-size: 12px;
    margin: 14px 0 0 50px;
}
#left_t_note_2 a {
    color: #000000;
}
#left_t_note_2 a:hover {
    color: #FE0000;
    text-decoration: underline;
}
