@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}

label,
button {
    cursor: pointer;
}
	
html {
    width: 100%;
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font: 62.5%/1em Helvetica, Arial, sans-serif;
    background: url(../images/layout/background.png) repeat-x #000;

}

#main-container {
    width: 1007px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background: url(../images/layout/secondary-background.png) -3px 280px repeat-y;
}

#header {
    height: 132px;
    position: relative;
}

#header h1 {
    width: 944px;
    height: 71px;
    margin: 10px auto 0 auto;
    background: url(../images/layout/logo.png) no-repeat;
    z-index: 10;
}

#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#header #tagline {
	display: none;
}

#header ul {
	width: 100%;
	height: 29px;
	position: absolute;
	top: 94px;
	left: 0;
	z-index: 10;
	background: url(../images/layout/menu.png) no-repeat;
}

#header ul li {
	display: inline;
	height: 29px;
	float: left;
	margin-left: 2px;
}

#header ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

/* menu blocks */

#menu-home {
	width: 39px;
}

#menu-3d-foot-scanning {
	width: 118px; 	
}

#menu-3d-back-scanning {
	width: 118px;
}

#menu-foot-pressure-systems {
	width: 150px;
}

#menu-posture-systems {
	width: 118px;
}

#menu-stabilometry-and-balance-systems {
	width: 207px;
}

#menu-2d-foot-scanning {
	width: 113px;
}

#menu-specials {
	width: 69px;
}

#menu-contact {
	width: 56px;
}

#header ul li a.sub-item {
    width: auto;
    height: auto;
    text-indent: 0;
    margin-top: 0.3em;
    color: #fff;
    font-size: 1.1em;
}

.javascript #header ul li a.sub-item {
    display: none;
}


/* sliding panel added with JS */

#sliding-panel {
	width: 0;
	height: 82px;
	position: absolute;
	top: 90px;
	left: 0;
	background: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sliding-panel a {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    padding: 1.3em;
    text-align: center;
    color: #f93 ;
    font-size: 1.2em;
    line-height: normal;
    text-decoration: none;
}

#sliding-panel a:hover {
    text-decoration: underline;
}


#secondary-container {
	width: 930px;
	height: 202px;
	position: relative;
	border: 5px solid #585a5d;
	margin: 60px auto 0 auto;
	background: #000;
}

#secondary-container ul {
	text-align: center;
	margin-top: 10px;
}

#secondary-container ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 175px;
}

#secondary-container ul li img {
	display: block;
	height: 100%;
	border: 4px solid #d35109;
}

/* prev + next buttons */
#secondary-container a {
	display: block;
	width: 63px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	background-image: url(../images/layout/button-back-next.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#prev {
	left: 5px;
	background-position: -4px 0;

}

#next {
	right: 5px;
	background-position: -76px 0;
}



#content-container {
	width: 950px;
	position: relative;
	margin: 90px auto 30px auto; /* top and bottom margins need to include top and bottom of background heights */
	background-image: url(../images/layout/text-background.png);
	background-repeat: repeat-y;
	
}

/* hooks for top and bottom of #content-container */

#internal-navigation strong,
#internal-navigation p {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	background: url(../images/layout/text-top-bottom.png) no-repeat;
	text-indent: -9999px;

}

#internal-navigation strong {
	top: -30px;
	
}

#internal-navigation p {
	bottom: -30px;
	background-position: 0 -30px;
	
}

#internal-navigation a {
	display: none;
}



#downloads {
	width: 180px;
	position: absolute;
	bottom: -82px;
	left: 50%;
	margin-left: -90px;
	text-align: center;
}

#downloads a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 88px;
	height: 75px;
	background-image: url(../images/layout/button-downloads.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#downloads #examination {
	background-position: -96px 0;
}

#content {
	width: 750px;
	margin: 1em auto;
	padding: 1.5em 0;
	color: #eee;
	font-size: 1.3em;
	line-height: 1.4em;
}

#content h2 {
	text-transform: lowercase;
	font-style: italic;
	color: #81ab3f;
	font-size: 1.8em;
	margin-bottom: 1.4em;
	letter-spacing: -1px;
}

#content h4 {
	margin-bottom: 0.8em;
	color: #f0a93b;
}

#content p,
#content ul,
#content ol,
#content form {
	margin-bottom: 1.4em;
}


#content ol,
#content ul {
	margin-left: 1.4em;

}

#content ul li,
#content ol li {
	margin-bottom: 0.5em;
}

#content ul {
	list-style: inside disc;
}

#content ol {
	list-style: inside decimal;
}


#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content a {
	color: #f0a93b;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#content a:visited {
    color: #3c4539;
}


/* specific pages */

.contact #content address,
.contact #contact .phone-and-email {
	width: 48%;
}

.contact #content address {
	float: left;
}

.contact #contact .phone-and-email {
	float: right;
}

#specials {
	margin-top: 120px;
	position: relative;
}

#specials h3 {
	text-transform: lowercase;
	font-size: 1.6em;
	text-align: center;
	color: #d35109;
	margin-bottom: 1.6em;
}

.javascript #specials ul {
	text-align: center;
}

#specials ul li {
	width: 800px;
	margin: 1em auto;
	overflow: hidden;
}



.javascript #specials ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 40px;
	width: 145px;
	height: 80px;
	border: 1px solid #d35109;
}

#specials ul li img {
	display: block;
	float: left;
	border: 3px solid #999;
}

.javascript #specials ul li img {
	float: none;
	border: none;
}

#specials ul li .info {
	width: 620px;
	float: right;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #fff;	
}

.javascript #specials ul li:first-child {
	margin-left: 0;
}

.javascript #specials ul li .info {
	display: none;
}


#bubble {
	width: 176px;
	height: 122px;
	position: absolute;
	background: url(../images/layout/speech-bubble.png) no-repeat;
}

#bubble > div {
	width: 150px;
	height: 70px;
	position: absolute;
	top: 12px;
	left: 12px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: hidden;
}


#acura {
    width: 950px;
    overflow: hidden;
    margin: 1em 0;
    
}

#acura a {
    display: block;
    width: 181px;
    height: 8px;
    float: right;
    background: url(../images/layout/powered-by-acura.png) no-repeat;
    text-indent: -9999px;
}

/* contact form */


#contact-form {
    width: 825px;
    height: 100%;
    overflow: hidden;
	margin: 0 auto;
}

#contact-form fieldset {
	height: 100%;
}

#contact-form .column {
	width: 48%;
	height: 100%;
	position: relative;
	float: left;
}

#contact-form .column .container {
	width: 100%;
	position: absolute;
	bottom: 1.8em;
	left: 0;

}

#contact-form .column:first-child {
	float: right;
}

#contact-form h3 {
	color: #d35109;
	font-size: 1.5em;
	font-style: italic;
	line-height: normal;
	margin: 2em 0;
	text-indent: 8em;
}

#contact-form .input {
	overflow: hidden;
	clear: both;
	margin-bottom: 0.9em;
}

#contact-form #email {
	margin-bottom: 0;
}

#contact-form p.error {
    float: left;
    margin-left: 0;
    clear: both;
    
    
}

#contact-form .error span {
    padding: 0.4em 0 0.4em 30px;
}

#contact-form legend {
    display: none;
}

#contact-form label {
    display: inline;
    width: 22%;
	float: left;
	margin-right: 0.7em;
    font-size: 1.2em;
    line-height: 3.5em;
    text-align: right;
    color: #eee;
}

#contact-form input,
#contact-form textarea {
    display: block;
    float: left;
    border: 1px solid #673e16;
    background: url(../images/layout/form-input-background.png) repeat-x #222;
    font: inherit;
    color: #eee;
    font-size: 1.4em;
    line-height: 1.6em;
    
}

#contact-form input.error,
#contact-form textarea.error {
	border: 1px solid #ec5e53;
}



#contact-form #enquiry label {
	display: none;
}

#contact-form input,
#contact-form textarea,
#contact-form .error {
    width: 65%;
    max-width: 65%;
    padding: 0.8em 0.3em;
  
}

#contact-form textarea {
    height: 8.5em;
    max-height: 8.5em;
    overflow: auto;
}

#contact-form input:focus,
#contact-form textarea:focus {
    color: #fff;
    
} 


#contact-form .submit {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #eee;
	font-size: 1.2em;
	line-height: 1.4em;
}

#contact-form button {
    display: inline;
    width: 29px;
    height: 21px;
    float: right;
    margin-left: 0.5em;
    background: url(../images/layout/button-go.png) no-repeat transparent;
    text-indent: -9999px;
    border: 0;
    
}


/* errors */

p.user-message {
    width: 950px;
    margin: 1em auto;
    font-size: 1.2em;
}

p.error {
    background: url(../images/layout/error.png) no-repeat 4px center #f6cbca;
    padding: 0.4em 0 0.4em 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

p.information {
	padding: 5px 5px 5px 30px;
	background: url(../images/layout/information.png) #f6f8fa no-repeat 3px center;
    border: 1px solid #6a98c4;
}

#thanks {
    width: 950px;
    margin: 5em auto 0 auto;
}
