@charset "utf-8";
/* CSS Document */

html {
	margin-bottom: 1px;
	min-height: 100%;
}
/* RESET... EVERYTHING */

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #565656;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
small {
	font-size: 11px;
	line-height: 15px;
}
em {
	font-style:italic;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still ned 'cellspacing="0"' in the markup */ 
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* FORMATTING */
p {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 19px;
}
a {
	color: #636466;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
big {
	font-size: 14px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.no-show {
	display: none;
}
.txt_inline {
	display: inline;
}
h1 {
	height: 32px;
	background-repeat: no-repeat;
	display: block;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #de6192;
	margin: 20px 0px 0px 0px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	color: #de6192;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0px;
	margin: 0px 0px -10px 0px;
	display: block;
	clear: both;
	color: #de6192;
}
h5 {
	color: #de6192;
	margin-bottom: -10px;
}
/* CONTAINERS */

#wrapper {
	width: 870px;
	margin: 0px auto;
}
#header {
	padding: 15px 0px 30px 0px;
}
#logo {
	width: 238px;
	height: 93px;
	float: left;
}
/* FOOTER */

#footer {
	margin-top: 50px;
	display: block;
}
#footer p {
	text-align: right;
	font-size: 10px;
	color: #4e4d4d;
	line-height: 16px;
}
/* PAGE SPECIFIC LAYOUT */

#home #main {
	background-image: url('../images/img_home.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#home #main #column_left {
	width: 450px;
}
#fitters-reference-guide #main {
	background-image: url('../images/img_fitters-reference-guide.jpg');
	background-repeat: no-repeat;
	background-position: right 40px;
}
#main #column_left {
	width: 550px;
}
/* for understanding browsers */
#main {
	min-height: 650px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #main {
	height: 650px;
}
/**/


/* TEXT / SPECIAL STYLING */	

.txt_back-to-gaynor-minden-usa {
	width: 166px;
	height: 16px;
	background-image: url('../images/txt_back-to-gaynor-minden-usa.gif');
	background-repeat: no-repeat;
	display: inline-block;
}
#main ul {
	margin-top: 12px;
	margin-bottom: 12px;
	list-style: none;
}
#main ul li {
	background-image: url('../images/bullet_circle_grey.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 17px;
	margin: 10px 0px 10px -35px;
	padding-left: 10px;
}
#main p {
	margin: 12px 0px;
}
.icon_flag_france {
	width: 20px;
	height: 11px;
	background-image: url('../images/icon_flag_france.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
.icon_flag_spain {
	width: 20px;
	height: 11px;
	background-image: url('../images/icon_flag_spain.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
.icon_flag_japan {
	width: 20px;
	height: 11px;
	background-image: url('../images/icon_flag_japan.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
.icon_flag_brasil {
	width: 20px;
	height: 11px;
	background-image: url('../images/icon_flag_brasil.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
.icon_flag_russia {
	width: 16px;
	height: 11px;
	background-image: url('../images/icon_flag_russia.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
}
/* NAV */

#nav {
	padding: 0px 0px 30px 0px;
}
#nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	clear: both;
}
#nav ul li {
	position:relative;
	float: left;
	width: auto;
	display:block;
	margin: 0;
	border-left: 1px solid #ef4b8d;
}
#nav ul li a {
	font-size: 11px;
	padding: 0px 10px;
	display: block;
	color: #565656;
	text-decoration: none;
	border: none;
}
#nav ul li a:hover, #nav ul li.nav_selected a {
	color: #ef4b8d;
}
#nav ul li.nav_first {
	border: none;
}
#nav ul li.nav_first a {
	padding-left: 0;
}
/* FITTERS REFERENCE GUIDE AND MEDICAL RESEARCH */

.expandable, .box_moreInfoWrapper {
	border: 1px solid #de6192;
	margin: 10px 0px;
	background-color: #FFF;
	height: auto;
}
.expandable .content, .box_moreInfoWrapper .box_moreInfo {
	padding: 10px 20px 10px 45px;
	overflow: hidden;
}
.box_moreInfo .img {
	width: 230px;
	padding: 5px 0px 10px 20px;
	float: right;
}
.box_moreInfo .img img {
	margin-bottom: 4px;
}
#main .box_moreInfo .img p {
	font-size: 11px;
	margin: 5px 0px 5px 5px;
	line-height: 13px;
}
.box_moreInfo .img p strong {
	color: #de6192;
}
.closed .content {
	display: none;
}
.expandable h3, .box_moreInfoWrapper h3 {
	margin: 0;
}
.expandable p, .box_moreInfoWrapper h3 {
	margin: 0;
}
.expandable h3 a, .box_moreInfoWrapper h3 a {
	height: 25px;
	border: 1px solid #FFF;
	display: block;
	background-repeat: no-repeat;
}
.expandable h3.txt_tall a, .box_moreInfoWrapper h3.txt_tall a {
	height: 42px;
	background-position: 0px -42px;
}
.closed h3 a, .closed h3.txt_tall a {
	background-position: 0px 0px;
}
.closed {
	background: none;
}
/* TESTIMONIALS */

.testimonial_left, .testimonial_right, .testimonial_first {
	width: 650px;
	padding: 50px 0px 0px 0px;
	overflow: hidden;
}
.testimonial_right {
	margin-left: 100px;
}
.testimonial_first .img {
	padding: 13px 13px 0px 0px;
	background-image: url('../images/img_testimonial_bg_top.gif');
	background-repeat: no-repeat;
	float: left;
}
.testimonial_right .img, .testimonial_left .img {
	padding: 0px 13px 13px 0px;
	background-image: url('../images/img_testimonial_bg_bottom.gif');
	background-repeat: no-repeat;
	float: left;
}
.testimonial_left .dancer, .testimonial_right .dancer, .testimonial_first .dancer {
	float: right;
	width: 470px;
}
.dancer h3 {
	margin: 10px 0px -10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	display: block;
}
.dancer h4 {
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0px -5px 2px;
}
/* BUTTONS / INPUT */

.button_pink {
	margin-left: 10px;
	padding: 3px 10px;
	color: #fff;
	background-color: #de6192;	
	border: 1px solid #e1e1e1;
}

input.text, file.text, textarea.text, select{
border: 1px solid #e1e1e1;
 font-size: 11px;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 color: #222222;
 font-family: Arial, Helvetica, sans-serif;
}

