/* Layout */
@charset "UTF-8";

html, p, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote, legend
{margin:0; padding:0; border:0;} 

body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-color: #ffffff;
	margin:0;
}

.arial{font-family: Arial, Helvetica, sans-serif;}
.trebuchet {font-family: "Trebuchet MS";}
.verdana{font-family: Verdana, Arial, Helvetica, sans-serif;}
.tahoma{font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.seventeen {font-size: 17px;}
.eighteen {font-size: 18px;}
.nineteen {font-size: 19px;}
.twenty {font-size: 20px;}
.twentyone {font-size: 21px;}
.twentytwo {font-size: 22px;}
.twentythree {font-size: 23px;}
.twentyfour {font-size: 24px;}
.twentyfive {font-size: 25px;}
.twentynine {font-size: 29px;}
.thirty {font-size: 30px;}
.thirtytwo {font-size: 32px;}
.fourty {font-size: 40px;}
.fourtytwo {font-size: 42px;}

/* Font Colours */

.magenta {color: #C637B3;}
.darkgray {color: #514E4A;}
.purple {color: #D671E2;}
.white {color: #FFFFFF;}
.black {color: #000000;}
.gray {color: #8E8E8E;}
.grayishblue {color: #7C7C97;}
.lightgray {color: #CCCCCC;}
.red {color: #E70000;}
.orange {color: #FF5500;}
.yellow {color: #FFFF00;}
.green {color: #83A400;}
.sharp_blue {color: #336699;}
.blue {color: #374d63;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */


.blue2orange {color: #374d63; text-decoration: none;}
.blue2orange:hover {color: #FF6600;}

.sblue2orange {color: #336699; text-decoration: none;}
.sblue2orange:hover {color: #FF6600;}

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.n2n {text-decoration: none;}
.n2n:hover {text-decoration: none;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.un {text-decoration: none;}
.un:hover {text-decoration: none;}

.gray2red {color: #6D6D6D; text-decoration: none;}
.gray2red:hover {color: #E70000;}

.gray2orange {color: #6D6D6D; text-decoration: none;}
.gray2orange:hover {color: #FF6600;}

.gray2blue {color: #6D6D6D; text-decoration: none;}
.gray2blue:hover {color: #3082D4;}

.white2black {color: #FFFFFF; text-decoration: none;}
.white2black:hover {color: #000000;}

.white2yellow {color: #FFFFFF; text-decoration: none;}
.white2yellow:hover {color: #FFFF00;}

.red2black {text-decoration: none;color: #CC0000;}
.red2black:hover {text-decoration: none;color: #000000;}

.black2blue {text-decoration: none;color: #000000;}
.black2blue:hover {text-decoration: none;color: #287ED3;}

.black2white {text-decoration: none;color: #000000;}
.black2white:hover {text-decoration: none;color: #FFFFFF;}


.blue2black {text-decoration: none;color: #3082D4;}
.blue2black:hover {text-decoration: none;color: #000000;}

.green2black {text-decoration: none;color: #83A400;}
.green2black:hover {text-decoration: none;color: #000000;}

.black2red {text-decoration: none;color: #000000;}
.black2red:hover {text-decoration: none;color: #CC0000;}


.main_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/nav1.gif);
	white-space: nowrap;
	display: block;
	height: 21px;
	width: auto;
	padding-top:3px;
	padding-right:35px;
}

.border{
	border: 1px solid #e9e9e9;
}

.txt_box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 15px;
	border: 1px solid #CCCCCC;
}

.btns {
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
}

.field {
	height: 18px;
	width: 150px;
	padding-top: 3px;
	background-image: url(../images/text_field_bg.jpg);
	background-repeat: repeat-x;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.block {
	color: #E70000;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	margin: 0;
	line-height: 14px;
	white-space: nowrap;
}

.block:hover {
	background-color:#f69522;
	color: #ffffff;
}
.blockactive {
	text-decoration: none;
	display: block;
	padding-top: 8px;
	background: transparent;
	float: center;
	margin: 0;
	white-space: nowrap;
	height: 24px;
	background-color:#f69522;
	color: #ffffff;
}

.dropdown {
	width: 250px;
	font-size: 11px;
}
.inputboxes {
	border: 1px solid #CCCCCC;
	width: 250px;
	font-size: 11px;
}
.inputboxes1 {
	border: 1px solid #CCCCCC;
	width: 175px;
	font-size: 11px;
}

.footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #40566b;
}
.top_bg {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 95px;
}
.top_bg1 {
	background-image: url(../images/top-bg1.jpg);
	background-repeat: repeat-x;
	height: 95px;
}
.top_shade {
	background-image: url(../images/shade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.box_bg	{background-image:url(../images/bg.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		background-color:#ffffff;
}

.gray_butt	{background-image:url(../images/gray_button.jpg);
			background-repeat:repeat-x;
			height:25px;
}

.orange_butt	{
			background-image:url(../images/orange_button.jpg);
			background-repeat:repeat-x;
			height:25px;
}

.cart_checkout	{
			background-image:url(../images/cart_checkout.jpg);
			background-repeat:repeat-x;
			line-height: 18px;
			height: 44px;
			width: 215px;
}
.cart_total {
			background-image:url(../images/cart_total.jpg);
			background-repeat:repeat-x;
			height: 36px;
}

.arrow_bg	{background-image:url(../images/arrow_bg.jpg);
			width:188px;
			height:190px;
			background-repeat:no-repeat
}



