* {
	outline:0;
	outline:none;
}
body {
	font-family:Arial;
	font-size:13px;
	line-height:23px;
	color:#2b2b2b;
	background-image:url(/images/bg_body.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#90b4cf;
	margin:0;
	padding:0;
}
.layout {
	width:778px;
	background-image:url(/images/bg_layout.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin:auto;
	padding:0;
}
.setting {
	width:758px;
	background-image:url(/images/bg_setting.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 10px 0 10px;
}
.header {
	background-image:url(/images/bg_header.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
#gx_logo {
	float:left;
}
.header_links {
	width:292px;
	float:right;
}
#gx_tag {
	display:block;
}
.tabs {margin:0;}
.nav {float:left;}
.menu {
	width:130px;
	float:left;
}
.content {
	width:588px;
	padding:10px 20px 5px 20px;
	float:right;
}
.footer {
	font-size:10px;
	color:#666;
	width:608px;
	background-image:url(/images/div.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding:10px 10px 5px 10px;
	float:right;
}
.credit {
	float:right;
}

.servicesSetting {

}
.orthoticServices {
	width:250px;
	float:left;
	padding:0 5px 0 35px;
}
.prostheticServices {
	width:240px;
	float:right;
	padding:0 5px 0 45px;
}

.resourceHomeLink {
	float:right;
	padding:7px 0 0 0;
}

/* --- LISTS --- */

.imageList {
	margin:0 0 5px 25px;
	padding:0;
	list-style-type:none;
}
.imageList li {
	margin:0;
	padding:2px 0px 2px 0px;
	list-style-image:url(/images/a_arrow.gif);
	list-style-position:outside;
}

 /* --- POSITIONING --- */
.left {float:left;}
.right {float:right;}
.block {display:block;}
.inline {display:inline;}
.clear {clear:both;}

.photoRight {
	float:right;
	margin:0 0 10px 10px;
}
.photoLeft {
	float:left;
	margin:0 10px 10px 0;
}

.rowOdd td {
	background-color:#f7f7f7;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.rowLast td {
	border-top:3px solid #00468a;
	padding-top:5px;
}

/* --- TEXT --- */

p {
	margin:8px 0 8px 0;
}

u {
	text-decoration:none;
}
h1 {
	color:#00468a;
	font-size:16px;
	letter-spacing:-.02em;
	margin:8px 0 2px 0;
}
h2 {
	font-size:14px;
	color:#2b2b2b;
}

h3 {
	color:#2b2b2b;
	font-size:13px;
}
h4 {
	margin-bottom:0;
}

/* --- LINKS --- */

a, a:link  {
	color:#00468a;
	text-decoration:none;
}
a:active, a:visited   {
	color:#6788ab;	
}
a:hoverb {
	color:#f68b1f;
	text-decoration:none;
}
a.arrow {
	padding:0 0 0 10px;
	background-image:url(/images/a_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

a.arrowBack {
	padding:0 0 0 10px;
	background-image:url(/images/a_arrow_back.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/* --- MENU --- */

a.menuItem {
	width:100%;
	height:24px;
	display:block;
	background-image:url(/images/bg_product.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:1px 0 0 20px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
a.menuItem_over {
	width:100%;
	height:24px;
	display:block;
	background-image:url(/images/bg_product_over.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:1px 0 0 20px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
a.menuItem:hover {
	background-image:url(/images/bg_product_over.gif);
}

