/* Easy-As Main CSS by NQ Webdesign www.nqwebdesign.com */

/* -- IMPORTED STYLESHEETS
----------------------------------------------------------------------------------------------------------*/
@import "reset.css";
@import "typography.css";
@import "common.css";
@import "form.css";

/* -- DEFAULT
----------------------------------------------------------------------------------------------------------*/
body
{
	font: 12px "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	line-height:19px;
}
p { margin-bottom:15px; }
ul,ol {	margin:5px 0 15px 15px; }
ul { list-style:disc; }
ol { list-style:decimal;}
ul li, ol li { margin-bottom:5px; }
ul ul
{
	margin-bottom:0;
	list-style:circle;
}
table{ margin-bottom:15px; }
span#nqweb_link
{
	background:url(../images/nqweb/pen.gif) left center no-repeat;
	padding:1px 0 1px 13px;
	display:block;
	float:right;
}

a:link, a:visited
{
	color:#86021b;
	text-decoration:underline;
}

a:hover
{
	background:#86021b;
	text-decoration:none;
	color:#FFF;
}


/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/
body { background:#5B0113 url(../images/layout/body.gif) repeat-x top; }
div#layout { min-width:740px; text-align:center; }
div#header
{
	padding:7px 15px 10px 5px;
	margin:0 auto;
	width:720px;
	text-align:left;
}


div#layout-inner
{
	padding:15px 15px 0 15px;
	margin:0 auto;
	width:710px;
	background:#FFF;
	text-align:left;
}

div#intro
{
	background:url(../images/layout/intro.gif) repeat-x top;
	height:182px;
	margin:15px 0 0 0;
}

div#main { background:url(../images/layout/main.gif) repeat-y top right; color:#555; }
div#content, div#sidebar { float:left; }
div#content2
{
	float:none;
	background:#FFF;
}
#content { width:510px; }
#sidebar { width:200px; }
#content-inner { padding:15px 20px 8px 10px; }
#content2 #content-inner { padding: 15px 5px; }
#sidebar-inner { padding:40px 5px 8px 10px; }

div#footer
{
	background:#f1f1f1 url(../images/layout/footer.gif) repeat-x top;
	padding:10px 0;
	margin:0 auto;
	width:740px;
	text-align:left;
	font-size:11px;
	color:#555;
}

div#footer-nav { padding:0 15px; }
div#footer-info { padding:0 15px 10px 15px;	text-align:center; }

#flash-heel-opening
{
	width:161px;
	height:159px;
	float:right;
	margin-left:15px;
}

/* -- NAVIGATION
----------------------------------------------------------------------------------------------------------*/
#navigation { background:#5B0112; }

#navigation ul
{
	background:url(../images/layout/navigation.gif) no-repeat;
	height:34px;
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
}

#navigation li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-indent:-9999px;	
}

#navigation li a
{
	background:transparent url(../images/layout/navigation.gif) no-repeat;
	display:block;
	height:34px;
	text-decoration:none;
}

#navigation li#home a {	width:64px; }
#navigation li#news a {	width:61px; }
#navigation li#about a { width:66px; }
#navigation li#product-info a { width:108px; }
#navigation li#instructions a {	width:105px; }
#navigation li#testimonials a { width:111px; }
#navigation li#distribution a { width:106px; }

#navigation li#contact a { width:78px; }


#navigation li#home a:link, #navigation li#home a:visited { background-position:0 0; }
#navigation li#home a:hover { background-position:0 -68px; }

#navigation li#news a:link, #navigation li#news a:visited { background-position:-64px 0; }
#navigation li#news a:hover { background-position:-64px -68px; }

#navigation li#about a:link, #navigation li#about a:visited { background-position:-127px 0; }
#navigation li#about a:hover { background-position:-127px -68px; }

#navigation li#product-info a:link, #navigation li#product-info a:visited { background-position:-193px 0; }
#navigation li#product-info a:hover { background-position:-193px -68px; }

#navigation li#instructions a:link, #navigation li#instructions a:visited { background-position:-301px 0; }
#navigation li#instructions a:hover { background-position:-301px -68px; }

#navigation li#testimonials a:link, #navigation li#testimonials a:visited { background-position:-406px 0; }
#navigation li#testimonials a:hover { background-position:-406px -68px; }

#navigation li#distribution a:link, #navigation li#distribution a:visited { background-position:-517px 0; }
#navigation li#distribution a:hover { background-position:-517px -68px; }

#navigation li#contact a:link, #navigation li#contact a:visited { background-position:-623px 0; }
#navigation li#contact a:hover { background-position:-623px -68px; }



body#page-home #navigation li#home a:link, body#page-home #navigation li#home a:visited { background-position:0 -34px; }
body#page-news #navigation li#news a:link, body#page-news #navigation li#news a:visited { background-position:-64px -34px; }
body#page-about #navigation li#about a:link, body#page-about #navigation li#about a:visited { background-position:-127px -34px; }
body#page-product-info #navigation li#product-info  a:link, body#page-product-info #navigation li#product-info  a:visited { background-position:-193px -34px; }
body#page-instructions #navigation li#instructions  a:link, body#page-instructions #navigation li#instructions  a:visited { background-position:-301px -34px; }
body#page-testimonials #navigation li#testimonials  a:link, body#page-testimonials #navigation li#testimonials  a:visited { background-position:-406px -34px; }
body#page-distribution #navigation li#distribution  a:link, body#page-distribution #navigation li#distribution  a:visited { background-position:-517px -34px; }
body#page-contact #navigation li#contact  a:link, body#page-contact #navigation li#contact a:visited { background-position:-623px -34px; }


/* -- SHORTCUTS
----------------------------------------------------------------------------------------------------------*/

#shortcuts .shortcut 
{
	margin-bottom:10px;
	padding:0 0 10px 0;
	border-bottom: medium none;
	background: url(../images/layout/dot.gif) repeat-x bottom;
	display:block;
	font-size:11px;
}

/* Maybe next time
div#shortcuts .shortcut:hover
{
	background:#CFCFCF;
}
*/
#shortcuts .last
{
	background:none;
}

#shortcuts .shortcut p
{
	margin-bottom:0;
}

#shortcuts .shortcut div.icon { display:block; padding:0 0 0 55px;}

#sc-testimonials div.icon { background:url(../images/icons/testimonials.gif) no-repeat 0 0; }
#sc-instructions div.icon { background:url(../images/icons/instructions.gif) no-repeat 0 0; }
#sc-info div.icon { background:url(../images/icons/info.gif) no-repeat 0 0; }
#sc-distribution div.icon { background:url(../images/icons/distributors.gif) no-repeat 0 0; }
#sc-contact div.icon { background:url(../images/icons/contact.gif) no-repeat 0 0; }
#sc-movies div.icon { background:url(../images/icons/movies.gif) no-repeat 0 0; }


body#page-instructions #shortcuts div#sc-instructions { display:none;}
body#page-instructions #shortcuts div#sc-movies { display:none;}

body#page-testimonials #shortcuts div#sc-testimonials { display:none;}
body#page-product-info #shortcuts div#sc-info { display:none;}
body#page-contact #shortcuts div#sc-contact { display:none;}
body#page-contact #shortcuts div#sc-testimonials { background:none;}
body#page-distribution #shortcuts div#sc-distribution { display:none;}


.info-box span.guide { background:url(../images/icons/guide.gif) no-repeat 0 0; }
.info-box span.pdf { background:url(../images/icons/acrobat.gif) no-repeat 0 0; }
.info-box span.movie { background:url(../images/icons/quicktime.gif) no-repeat 0 0; }


/* -- TYPOGRAPHY - HEADINGS, PARAGRAPHS, LISTS
----------------------------------------------------------------------------------------------------------*/

#main h1
{
	color:#86021b;
	font-size:18px;
	margin-bottom:12px;
}


#main h2
{
	color:#000;
	font-size:15px;
	margin-bottom:10px;
	margin-top:10px;
}

#main h3
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

/* -- LINKS
----------------------------------------------------------------------------------------------------------*/



#footer a:link, #footer a:visited
{
	color:#555;
	text-decoration:underline
}

#footer a:hover
{
	color:#5B0113;
	text-decoration:underline;
	background:none;
}


span#heel-opening
{
	width:150px;
	height:148px;
	display:block;
	background:url(../photos/tn-heel-opening.jpg);

}

#heel-opening:hover
{
	background:url(../photos/tn-heel-opening2.jpg);
}

div#other-countries
{
		float:right;
	color:#FFF;
	margin:30px 20px 0 0;
}


div#other-countries a
{
	color:#FFF;
	text-decoration:none;
}

div#other-countries a:hover
{
	color:#FFCF05;
	background:none;
}



/* -- FORMS
----------------------------------------------------------------------------------------------------------*/

/* -- TABLES
----------------------------------------------------------------------------------------------------------*/

.tabular-data
{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

.tabular-data thead tr
{
	background-color:#0C3257;
}

.tabular-data th
{
	color:#FFFFFF;
	font-weight:normal;
	padding:4px;
}
	
.tabular-data td
{
	border-bottom:1px solid #D2E2FB;
	font-size:11px;
	padding:4px;
}

.tabular-data tbody tr.odd
{
	background-color:#EDF2FE;
}

.instructions
{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}

.instructions td
{
	text-align:center;
	padding:0 7px 0 5px;
	font-size:11px;
	line-height:15px;
}


/* -- INSTRUCTION PAGE
----------------------------------------------------------------------------------------------------------*/
#instruction-cols
{
	clear:both;
	width:100%;
	background:url(../images/layout/vdot.gif) repeat-y 50% 0;
	margin-bottom:18px;
}


#instruction-cols .first h2
{
	background:url(../images/icons/manual-download.gif) no-repeat 0 50%;
	line-height:38px;
	padding:0 0 0 38px;
}


#instruction-cols .last h2
{
	background:url(../images/icons/movies2.gif) no-repeat 0 50%;
	line-height:38px;
	padding:0 0 0 38px;
}

#instruction-cols .column
{
	width:45%;
	padding:0;
}

#instruction-cols .first
{
	margin:0 5% 0 0;
	padding:0 5% 0 0;
}


/* -- LOCATION MAP
----------------------------------------------------------------------------------------------------------*/

#map-wrap {margin:0 0 18px 0; text-align:center; }
ul#location-map
{
		list-style:none;
		width:565px;
		height:378px;
		background:url(../images/layout/map-bg.gif) 0 0 no-repeat;
		display:block;
		position:relative;
		margin:0 auto;
		z-index:998;
	}
	
	ul#location-map li { display:inline; text-indent:-9999px; }
	ul#location-map li a{ background:none; text-decoration:none; display:block; position:absolute; z-index:997 }
	ul#location-map li a:hover { background:none; text-decoration:none; }

	ul#location-map li#WA 	a {
	width:174px;
	height:245px;
	top:52px;
	left:-3px;
	z-index:10;
}
	ul#location-map li#NT 	a { width:100px; height:163px; top:0px; left:170px; }
	ul#location-map li#SA 	a { width:122px; height:138px; top:163px; left:170px; }
	ul#location-map li#QLD 	a { width:145px; height:199px; top:0px; left:277px; }
	ul#location-map li#NSW 	a { width:133px; height:75px; top:199px; left:289px; }
	ul#location-map li#ACT 	a { width:43px;	height:27px; top:247px; left:350px;}	
	ul#location-map li#VIC 	a { width:95px;	height:43px; top:275px; left:286px;}
	ul#location-map li#TAS 	a { width:78px;	height:44px; top:318px; left:326px; }
	ul#location-map li#NZ 	a { width:120px; height:150px; top:228px; left:439px;  }


/* -- MOVIE PLAYER
----------------------------------------------------------------------------------------------------------*/


iframe#contentFRM
{
	z-index: 5;
	height: 312px;
	width: 516px;
}
#movie-player .column { padding:0; margin:0; }
#movie-player div.first { width:516px; }
#movie-player div.last { width:184px; }
#movie-player ul
{
	list-style:none;
	margin:0;
	padding:0 10px;
}
#movie-player ul li { border-bottom:1px dotted #333; padding:10px 0; }
#movie-player ul li.last { border:none; }
#movie-player ul li a
{
	display: block;
	padding: 90px 0 0 0;
	width: 145px;
	text-decoration:none;
}
#movie-player ul li a:hover
{
	text-decoration:none;
	color:#590011;
}

#movie-player ul li#mp-1 a { background:url(../images/movies/loading.jpg) no-repeat 0 0;  }
#movie-player ul li#mp-2 a { background:url(../images/movies/fitting-another.jpg) no-repeat 0 0;  }
#movie-player ul li#mp-3 a { background:url(../images/movies/unassisted.jpg) no-repeat 0 0;  }
#movie-player ul li#mp-4 a { background:url(../images/movies/handle.jpg) no-repeat 0 0;  }
#movie-player ul li#mp-5 a { background:url(../images/movies/removing.jpg) no-repeat 0 0;  }
#movie-player ul li#mp-6 a { background:url(../images/movies/arm-garments.jpg) no-repeat 0 0;  }
#movie-player ul li#mp-7 a { background:url(../images/movies/tubular-bandages.jpg) no-repeat 0 0;  }



/* -- MISC.
----------------------------------------------------------------------------------------------------------*/

blockquote
{
	width:440px;
	margin-left:30px;
}
/*Horizontal Rule */
.hr
{
	padding-bottom:10px;
	border-bottom: medium none;
	background: url(../images/layout/dot.gif) repeat-x bottom;
}

.img-border	{ border:1px solid #CCC; background:#EFEFEF; padding:5px; }
.img-right	{ border:1px solid #CCC; background:#EFEFEF; padding:5px; }
.img-left 	{ border:1px solid #CCC; background:#EFEFEF; padding:5px; }


/* -- PRINT FRIENDLY CSS
----------------------------------------------------------------------------------------------------------*/
@media print {
	div#intro, div#footer-nav, div#navigation, div#sidebar {
		display:none;
	}
	div#content {width:100%}
	* {background:none!important;background-color:white!important;}
}
