@charset "utf-8";
body  {
	font: 100% Helvetica, sans-serif, Arial, Tahoma, Verdana;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/WBG.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.4em;
	padding-right:15px;
	line-height:1.5em;
	margin-left:15px;
	font-weight:normal;
	margin-top:0px;
}

h3 {
	font-size: 0.9em;
	padding-left:15px;
	padding-right:15px;
	color:#959392;
	margin:0px;
	margin-bottom:25px;
}

h4 {
	font-size: 0.8em;
	padding-left:15px;
	padding-right:15px;
	margin-top:0px;
	margin-bottom:8px;
}

h5 {
	font-size: 1em;
	padding-left:15px;
	padding-right:15px;
}

h6 {
	font-size: 0.9em;
	padding-left:15px;
	padding-right:15px;
}

p {
	font-size: 0.71em;
	padding-left:15px;
	padding-right:15px;
}
img {
	border: none;
	margin:0px;
}
.img_lft {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.img_rgt {
	border: none;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}

.image_left {
	float:left;
}

.image_right {
	float:right;
}

a {
	color: #999966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.twoColHybLtHdr #container {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0px;
	padding:0px;
	background-image:url(../images/BGshirt.jpg);
	background-repeat:no-repeat;
} 
.twoColHybLtHdr #container2 {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0px;
	padding:0px;
} 
.twoColHybLtHdr #container3 {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0px;
	padding:0px;
	background-image:url(../images/BGpile.jpg);
	background-repeat:no-repeat;
} 
.twoColHybLtHdr #header { 
	margin:0px;
	margin-top:100px;
	width:100%;
	float:left;
	height:135px;
	text-align:right;
} 

.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #banner_space {
	display:block;
	float:left;
	clear:both;
	width:886px;
	margin-left:30px;
	margin-bottom:16px;
	color:#000000;
} 

.twoColHybLtHdr #header2 {
	display:block;
	float:left;
	clear:both;
	width:886px;
	margin-left:30px;
	margin-bottom:0px;
}

.twoColHybLtHdr #header2 h1 {
	display:block;
	float:left;
	color:#F1F1F1;
	text-align:right;
	font-weight:lighter;
	background-color:#c8ceac;
	padding-left:17px;
	padding-right:17px;
	padding-top:7px;
	font-family: "Helvetica Narrow", "Arial Narrow", Helvetica, sans-serif, Arial, Tahoma, Verdana;
	height:49px;
	margin-top:0px;
	border-right-style:solid;
	border-right-width:3px;
	border-right-color:#FFF;
	margin-bottom:0px;
}

.twoColHybLtHdr #header2 h1 .nav2_header {
	background-color:#F5F5F5;
}

.twoColHybLtHdr #header2 p {
	display:block;
	color:#B1B1B1;
	font-weight:lighter;
	background-color:#c8ceac;
	height:30px;
	background-color:#F5F5F5;
	font-family: Helvetica, sans-serif, Arial, Tahoma, Verdana;
	font-size:1em;
	font-weight:bold;
	text-align:right;
	padding-top:26px;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
}

.twoColHybLtHdr #header2 ul {
	display:block;
	background-color:#c8ceac;
	height:30px;
	background-color:#F5F5F5;
	text-align:right;
	padding-top:26px;
	margin-top:0px;
	margin-left:auto;
	font-size: 0.8em;
	margin-bottom:0px;
}

.twoColHybLtHdr #header2 ul li {
	display:inline;
	padding-right:30px;
}

.twoColHybLtHdr #header2 ul li a {
	color:#959392;
}

.twoColHybLtHdr #header3 {
	display:block;
	float:left;
	clear:both;
	width:886px;
	margin-left:30px;
	margin-bottom:0px;
}

.twoColHybLtHdr #header3 h1 {
	display:block;
	float:left;
	color:#F1F1F1;
	text-align:right;
	font-weight:lighter;
	background-color:#555555;
	padding-left:17px;
	padding-right:17px;
	padding-top:7px;
	font-family: "Helvetica Narrow", "Arial Narrow", Helvetica, sans-serif, Arial, Tahoma, Verdana;
	height:49px;
	margin-top:0px;
	border-right-style:solid;
	border-right-width:3px;
	border-right-color:#FFF;
	margin-bottom:0px;
}

.twoColHybLtHdr #header3 p {
	display:block;
	color:#B1B1B1;
	font-weight:lighter;
	background-color:#c8ceac;
	height:30px;
	background-color:#F5F5F5;
	font-family:"Arial Narrow", Arial, Verdana, sans-serif;
	font-size:1.3em;
	text-align:right;
	padding-top:26px;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
}

.twoColHybLtHdr #header3 ul {
	display:block;
	background-color:#c8ceac;
	height:30px;
	background-color:#F5F5F5;
	text-align:right;
	padding-top:26px;
	margin-top:0px;
	margin-left:auto;
	font-size: 0.8em;
	margin-bottom:0px;
}

.twoColHybLtHdr #header3 ul li {
	display:inline;
	padding-right:30px;
}

.twoColHybLtHdr #header3 ul li a {
	color:#959392;
}



.twoColHybLtHdr #mainContent {
	display:block;
	float:left;
	clear:both;
	width:886px;
	margin-left:30px;
	color:#000000;
	background-color:#FFFFFF;
	padding:0px;
	padding-top:15px;
	margin-top:0px;
} 

.twoColHybLtHdr #mainContent>h2 {
	margin-top:0px;
}

.twoColHybLtHdr #mainContent ul {
	margin-bottom:25px;
}

.twoColHybLtHdr #mainContent li {
	font-size:0.7em;
	margin-bottom:6px;
}

.twoColHybLtHdr #mainContent ul li ul {
	font-size:100%;
	margin-bottom:6px;
}

.twoColHybLtHdr #mainContent ol {
	margin-bottom:25px;
}

.twoColHybLtHdr #index_mainContent {
	position:relative;
	display:block;
	float:left;
	clear:both;
	width:100%;
	margin-left:30px;
	color:#000000;
	background-color:#F5F5F5;
	padding:0px;
} 

.twoColHybLtHdr #index_mainContent h1 {
	font-size:1.4em;
	font-weight:normal;
	margin-top:35px;
}

.twoColHybLtHdr #index_mainContent h2 {
	margin-top:20px;
}

.twoColHybLtHdr #footer { 
	margin:0px;
	padding: 4px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin-top:15px;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColHybLtHdr #footer ul {
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
.twoColHybLtHdr #footer li {
	display:inline;
	padding:4px;
	font-size: 0.8em;
	font-weight:bold;
}
.twoColHybLtHdr #footer ul li a {
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	color:#999966;
}
.twoColHybLtHdr #footer ul li a:hover {
	text-decoration: underline;
}

.twoColHybLtHdr #imprint {
	margin:0px;
	width:100%;
	float:left;
	text-align:center;
}

.twoColHybLtHdr #imprint p {
	color:#999999;
	font-size:0.6em;
}

.twoColHybLtHdr #imprint p.copyright {
	font-size:0.8em;
	color:#333333;
}

.twoColHybLtHdr #mini_kart {
	display:block;
	height:40px;
	width:224px;
	position: absolute;
	top: 20px;
	left: 692px;
	background-color:#c8ceac;
	font: sans-serif, Arial, Tahoma, Verdana;
}

.twoColHybLtHdr #mini_kart a {
	display:block;
	padding-left:6px;
	padding-bottom:8px;
	padding-top:6px;
	padding-right:36px;
	background-image:url(../images/topbasket.gif);
	background-position:194px 8px;
	background-repeat:no-repeat;
	font-size:0.75em;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.spot_black {
	color:#000000;
}

.spot_dark {
	color: #888866;
}

.twoColHybLtHdr #same_day {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	text-align:right;
}

.twoColHybLtHdr #same_day a {
	color:#888e6c;
}

.twoColHybLtHdr #same_day2 {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	position: absolute;
	top: 76px;
	left: 0px;
	width: 917px;
	text-align:right;
}

.twoColHybLtHdr #same_day2 a {
	color:#888e6c;
}

.twoColHybLtHdr #logo {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px;
	height:160px;
	z-index:3;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat75 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin-bottom:75px;
}

.twoColHybLtHdr #site_map {
	font-size:0.8em;
	font-weight:bold;
}

.twoColHybLtHdr #site_map ul {
	margin:0px;
	font-size:100%;
}

.twoColHybLtHdr #site_map ul li {
	margin:0px;
	font-size:100%;
	margin-bottom:6px;
}

.twoColHybLtHdr #site_map ul li ul {
	margin-top:6px;
}

/* product styles */

.twoColHybLtHdr #prod_holder {
	display:block;
	float:right;
	width:669px;
}

.prod_box {
	display:block;
	float:left;
	width:182px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:15px;
	margin-top:15px;
}

.prod_box h2 {
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
}

.prod_box p {
	margin-top:0px;
	padding-top:0px;
}

.prod_box2 {
	display:block;
	float:left;
	width:182px;
	margin-right:6px;
	margin-left:100px;
	margin-bottom:15px;
	margin-top:15px;
}

.prod_box2 h2 {
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
}

.prod_box2 p {
	margin-top:0px;
	padding-top:0px;
}

.look_at a {
	display:block;
	width:142px;
	height:25px;
	background-image:url(../images/takealook.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin:0px;
	padding:0px;
}

.prod_holder_offer {
	display:block;
	float:left;
	width:100%;
}

.prod_box_offer {
	display:block;
	float:left;
	width:210px;
	margin-right:42px;
	margin-left:42px;
	margin-bottom:75px;
	margin-top:15px;
	text-align:center;
}

.prod_box_offer h2 {
	font-size:0.9em;
	text-align:center;
	line-height:1.2em;
	font-weight:bold;
}

.prod_box_offer p {
	margin-top:0px;
	padding-top:0px;
	text-align:center;
}

.prod_box_offer img {
	text-align:center;
}

.look_at_offer a {
	display:block;
	width:142px;
	height:25px;
	background-image:url(../images/takealook.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin:0px;
	margin-left:16px;
	padding:0px;
}


.prod_box_offer_top {
	display:block;
	float:left;
	width:626px;
	margin:0px;
	margin-bottom:15px;
	margin-top:15px;
	text-align:center;
}

.prod_box_offer_top h2 {
	font-size:0.9em;
	text-align:center;
	line-height:1.2em;
	font-weight:bold;
}

.prod_box_offer_top p {
	margin-top:0px;
	padding-top:0px;
	text-align:center;
}

.prod_box_offer_top img {
	text-align:center;
}

.look_at_offer_top a {
	display:block;
	width:142px;
	height:25px;
	background-image:url(../images/takealook.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin:0px;
	margin-left:224px;
	padding:0px;
}

/* Style Boxes */

.offer_leftbox {
	display:block;
	float:left;
	width:223px;
	margin-right:15px;
	margin-left:15px;
	text-align:center;
	font-size:0.67em;
}

.index_desp_box {
	display:block;
	float:left;
	width:350px;
	margin-right:20px;
}

.for_men {
	display:block;
	float:left;
	height:129px;
	width:120px;
	background-image:url(../images/forman.gif);
	background-repeat:no-repeat;
	margin-bottom:6px;
	overflow:hidden;
}

.for_men:hover {
	background-image:url(../images/forman_f2.gif);
}

.for_women {
	display:block;
	float:left;
	height:129px;
	width:120px;
	background-image:url(../images/forwomen.gif);
	background-repeat:no-repeat;
	margin-bottom:6px;
	overflow:hidden;
}

.for_women:hover {
	background-image:url(../images/forwomen_f2.gif);
}

.for_accessories {
	display:block;
	float:right;
	height:96px;
	width:120px;
	background-image:url(../images/accessories.gif);
	background-repeat:no-repeat;
	margin-bottom:6px;
}

.for_accessories:hover {
	background-image:url(../images/accessories_f2.gif)
}

.for_deliveryhome {
	display:block;
	float:right;
	height:96px;
	width:115px;
	background-image:url(../images/deliveryhome.jpg);
	background-repeat:no-repeat;
	margin-bottom:6px;
	overflow:hidden;
}

.for_deliveryhome:hover {
	background-image:url(../images/deliveryhome_f2.jpg);
}

.for_enivironhome {
	display:block;
	float:right;
	height:96px;
	width:115px;
	background-image:url(../images/enivironhome.jpg);
	background-repeat:no-repeat;
	margin-bottom:6px;
	overflow:hidden;
}

.for_enivironhome:hover {
	background-image:url(../images/enivironhome_f2.jpg);
}

.offer {
	display:block;
	float:left;
	margin-right:7px;
	width:223px;
	height:264px;
	overflow:hidden;
}

#protx_box {
	position:relative;
	display:block;
	width:100%;
	top:-5cm;
	left:0px;
	height:38px;
	max-height:38px;
	margin-right:0px;
	overflow:visible;
}

.visa {
	background-image:url(../images/visa.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:38px;
	margin-right:4px;
}

.delta {
	background-image:url(../images/delta.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:39px;
	margin-right:4px;
}

.maestro {
	background-image:url(../images/maestro.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:38px;
	margin-right:4px;
}

.mastercard {
	background-image:url(../images/mastercard.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:38px;
	margin-right:4px;
}

.americanexpress {
	background-image:url(../images/americanexpress.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:25px;
	margin-right:4px;
}

.protxsecured {
	display:block;
	float:right;
	height:30px;
	width:85px;
	margin-right:0px;
}

.buy_box {
	display:block;
	float:left;
	height:96px;
}

.buy_box_option {
	display:block;
	float:left;
	width:256px;
	height:96px;
	background-color:#c8ceac;
}

.buy_box_option p {
	font-size:0.74em;
}

.buy_box_option a {
	color:#000000;
}

#sleeves {
	display:none;
}

#sleeve_size {
	display:none;
}

.buy_box_qty {
	display:block;
	float:left;
	clear:none;
	margin:0px;
	width:77px;
	background-color:#5F5F5F;
	height:68px;
	padding-top:28px;
}

.buy_box_qty label {
	margin-left:15px;
	color:#FFFFFF;
	font-size: 0.75em;
	font-weight:bold;
}

.buy_box_qty input {
	margin-left:15px;
	margin-top:0.75em;
	clear:both;
}

.buy_box_submit {
	display:block;
	float:left;
	clear:none;
	margin:0px;
	width:230px;
	height:96px;
}

#sleeve_info {
	display:block;
	float:left;
	margin-top:15px;
	background-color:#F5F5F5;
	visibility:hidden;
}

#sleeve_info h3 {
	margin-bottom:0.7em;
	margin-top:15px;
	color:#000000;
}

.prod_header {
	display:block;
	float:left;
	width:100%;
	margin-bottom:15px;
}

.prod_header h2 {
	display:block;
	width:70%;
	float:left;
	color: #999966;
	margin:0px;
	padding-top:0px;
	padding-left:15px;
	font-size:0.9em;
	text-align:center;
	line-height:1.2em;
	font-weight:bold;
}

.win_offer {
	display:block;
	float:left;
	clear:left;
	color: #CC3433;
	margin:0px;
	padding-top:0px;
	padding-right:107px;
	font-weight:bold;
	padding-left:15px;
	height:45px;
	background-image:url(../images/holly.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	text-align:center;
}

.spring_offer {
	display:block;
	float:left;
	clear:left;
	color: #CC3433;
	margin:0px;
	padding-top:0px;
	padding-right:107px;
	font-weight:bold;
	padding-left:15px;
	height:45px;U
	text-align:center;
}

.big_offer_text {
	font-size:1.1em;
}

.prod_header_offer {
	display:block;
	width:49%;
	float:left;
	color: #999966;
	margin:0px;
	padding-top:0px;
	padding-left:15px;
}

.prod_header p {
	text-align:right;
	font-size:1.1em;
	margin:0px;
	margin-bottom:10px;
	color:#333333;
}

.prod_currency {
	text-align:right;
	margin:0px;
	margin-bottom:10px;
	color:#000000;
	font-size:0.7em;
	padding-right:15px;
}

.prod_currency a {
	font-weight:bold;
}

.customise {
	display:block;
	float:left;
	text-align:center;
	width:100%;
	margin-bottom:15px;
}

.customise h3 {
	font-size:1.4em;
	font-weight:normal;
	margin:0px;
	font-family:"Arial Narrow", Arial, Verdana, sans-serif;
}

.prod_added {
	display:block;
	float:left;
	margin-top:0px;
	margin-bottom:15px;
	text-align:center;
	width:100%;
}

.prod_added_title {
	color:#000000;
	font-size:1.4em;
	font-weight:bold;
}

.alter_amounts {
	text-align:center;
	font-weight:bold;
}

.totals {
	display:block;
	float:left;
	margin-left:15px;
	margin-right:15px;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	text-align:right;
	width:856px;
	font-size:1.6em;
}

.totals p {
	font: Tahoma, Verdana;
}

.delivery_detials {
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}

.delivery_detials h2 {
	font-size:1.1em;
}

.kart_table {
	width:100%;
	border-left-width:15px;
	border-left-style:solid;
	border-left-color:#FFF;
	border-right-width:15px;
	border-right-style:solid;
	border-right-color:#FFF;
	font-size:0.7em;
}

.kart_table tr {
	background-color:#F9F9F9;
	margin:0px;
}

.kart_table td {
	vertical-align:middle;
}

.kart_table_header {
	display:none;
}

.kart_del {
	display:block;
	width:22px;
	height:12px;
	background-image:url(../images/delete.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-6000px;
}

.kart_del_cel {
	width:22px;
}

.checkout_table {
	width:100%;
}

.checkout_table th {
	text-align:right;
}

.checkout_table td {
	text-align:left;
}

.chechout_bar {
	display:block;
	float:left;
	width:856px;
	height:60px;
	margin-left:15px;
	margin-right:15px;
	margin-top:30px;
	margin-bottom:60px;
}

.continueshopping a {
	display:block;
	float:left;
	width:280px;
	height:60px;
	background-image:url(../images/continueShopping.gif);
	text-indent:-6000px;
}

.continueshopping2 {
	margin-left:304px;
	margin-top:30px;
	margin-bottom:100px;
	display:block;
}

.continueshopping2 a {
	display:block;
	float:left;
	width:280px;
	height:60px;
	background-image:url(../images/continueShopping.gif);
	text-indent:-6000px;
}

.empty a {
	display:block;
	float:left;
	width:280px;
	height:60px;
	background-image:url(../images/emptybasket.gif);
	text-indent:-6000px;
}

.checkout a {
	display:block;
	float:left;
	width:280px;
	height:60px;
	background-image:url(../images/checkout.gif);
	text-indent:-6000px;
}
	
.new_users {
	display:block;
	width:200px;
	height:160px;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	background-color:#F5F5F5;
}

.new_users h2 {
	display:block;
	width:170px;
	background-color:#5F5F5F;
	color:#FFF;
	font-size:0.7em;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

.new_users p {
	text-align:center;
}

.new_users form {
	text-align:center;
}

.user_singin {
	display:block;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	width:641px;
	height:160px;
	background-color:#F5F5F5;
}

.user_singin h2 {
	display:block;
	width:611px;
	background-color:#5F5F5F;
	color:#FFF;
	font-size:0.7em;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

.user_singin form {
	padding-left:160px;
}

.feedback_main {
	display:block;
	float:left;
	width:576px;
}

.feedback_right {
	display:block;
	float:right;
	width:280px;
	margin-right:15px;
	margin-left:15px;
	background-color:#c8ceac;
}

.feedback_right p {
	color:#636745;
}

.offer_rrp {
	font-size:0.6em;
	color:#999999;
	line-height:0.7em;
}

.prod_img_side {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#C4C5C5;
}

.prod_img_center {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#C4C5C5;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#C4C5C5;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#C4C5C5;
}

/* input styles */

.copyright {
	font-size:0.8em;
	color:#333333;
}

.c187r_main {
	display:block;
	float:left;
	width:669px;
}

.c187r_right {
	display:block;
	float:right;
	width:187px;
	margin-left:15px;
	margin-right:15px;
}

.c187r_right img {
	margin-bottom:15px;
}


.c187l_main {
	display:block;
	float:right;
	width:669px;
	margin-bottom:75px;
}

.c187l_left {
	display:block;
	float:left;
	width:187px;
	margin-right:15px;
	margin-left:15px;
}

.c187l_left img {
	margin-bottom:15px;
	float:left;
}


.c280l_main {
	display:block;
	float:right;
	width:576px;
	margin-bottom:75px;
}

.c280l_left {
	display:block;
	float:left;
	width:280px;
	margin-right:15px;
	margin-left:15px;
}

.c280l_left img {
	margin-bottom:15px;
}

.c233r_main {
	display:block;
	float:left;
	width:623px;
}

.c233r_right {
	display:block;
	float:right;
	width:233px;
	margin-left:15px;
	margin-right:15px;
}

.c233r_right img {
	margin-bottom:15px;
}

.c2_left {
	display:block;
	float:left;
	width:50%;
}

.c2_right {
	display:block;
	float:right;
	width:50%;
}

.c2_right  p {
	padding-left:0px;
}

h2.small_heading {
	font-size: 0.8em;
	color:#000000;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

h3.small_heading {
	font-size: 0.7em;
	color:#000000;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

.small_table {
	border:none;
	font-size:0.7em;
	margin-left:15px;
	margin-bottom:15px;
}

.text_center {
	text-align:center;
}

.questions {
	font-size:0.7em;
}


/* Menu*/
ul#nav
{
	font: 100% sans-serif, Helvetica, Arial, Tahoma, Verdana;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color:#EEEEEE;
	font-size: 0.78em;
	position: absolute;
	top: 181px;
	left: 0px;
	width: 100%;
	text-align:center;
	padding-left:10px;
	font-weight:bold;
}

ul#nav li { 
	display: inline;
}

ul#nav li a {
	float:left;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	color: #959392;
}
