/*style sheet for nzaerosports.com - #970b0b */

html {
    height:100%;
}

/*body {color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}*/

body {
    margin:0;
    padding:0;
    font-family:"Lucida Grande", "Lucida Sans", "DejaVu Sans", "Liberation Sans", "Verdana Ref", sans-serif; /*   "Bitstream Vera Sans", "Verdana",*/
    font-size:12px;
    height:100%;
}

h1 { font-size: 1.3em; }
h1.small { font-size: 1.05em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.05em; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { text-decoration: none; }

.col2-set h3 a:link, .col2-set h3 a:visited { float: right; color: #999; font-size: 0.9em; border-color: #aaa; border-bottom: 0px; height: auto; padding: 3px 8px; }
.col2-set h3 a:hover {
	background: #fff; color: #333;
}
.col2-set h3 { padding-bottom: 6px; border-bottom: 1px solid #aaa; }


#container {
    position:relative;
    width:868px;
    height:auto;
    background-image:url(../images/logos/manLogo2.jpg);
    background-repeat:repeat-y;
    margin:0 auto;
}
#container.admin { background-image: none; width: 960px; }

#containerContact {
    position:relative;
    width:868px;
    height:auto;
    background-image:url(../images/logos/manlogo1.jpg);
    background-repeat:no-repeat;
    margin:0 auto;
}

.clear {
    clear:both;
}

a img
{
    border:none;
}

a:link, a:visited {
    text-decoration:none;
    color:#000000;
}

a:hover, a:active {
    text-decoration:underline;
    color:#000000;
}

p.center {
    text-align:center;
}

p#error {
    color:#970b0b;
    font-size:1.05em;
}
.error-msg p#error { text-align: center; }
.error-msg, p.message { color:#970b0b; font-size:1.05em; }
input.error, textarea.error, select.error { border: 1px solid #970B0B; }
input.error { height: 20px; }

td a {
    color:#000000;
}

td a button, .change-button a button{
    color:#970b0b;
    border: 1px solid #999;
    background: #fff;
    padding: 4px 10px;
    width: auto;
    height: auto;
    font-size: 1.1em;
}

#header {
    position:relative;
    top:25px;
    left:30px;
    width:819px;
    height:127px;
    /*background-color:#b2b2b2;*/
}

#leftHeader {
    float:left;
    width: 205px;
    height:117px;
    /*background-color:#FF00FF;*/
}

#leftHeader img {
    margin-left:10px;
    padding-bottom:5px;
}

#leftHeader img.nzaeroLogo {
    margin-left:25px;
    margin-top:14px;
}

#rightHeader {
    float:left;
    width:614px;
    height:117px;
}

#header.dealers-header  { height: 135px; }
.dealers-header #leftHeader { height: auto; }
.dealers-header #rightHeader { height: auto; }

ul {
    list-style-type: none;
    margin: 0;
    padding:0;    
}

ul.categories {
    margin-left:20px;
}

ul.categories li {
    float: left;
    padding-left:5px;
}

ul.categories li a:link, ul.categories li a:visited {
    display:block;
    width:143px;
    height:86px;
    opacity:1.00; /*Firefox*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100); /*IE*/
}

ul.categories li.selected a:link, ul.categories li.selected a:visited{
    opacity:0.75; /*Firefox*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=70); /*IE*/
}

ul.categories li a:hover, ul.categories li a:active {
    opacity:0.75; /*Firefox*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:alpha(opacity=70); /*IE*/
}

#rightHeader img.pwfLogo {
    margin-left:439px;
    margin-top:7px;
}



#adminTopHeader {
    position:relative;
    width:819px;
    height:30px;
    /*background-color:red;*/
}

#adminBottomHeader {
    position:relative;
    width:819px;
    height:67px;
    /*background-color:blue;*/
}

ul#adminLogos {
    margin:20px 0 0 40px;
}

ul#adminLogos li {
    display:block;
    float:left;
    width:259px;
}

#navBar 
{
    position:relative;
    width:817px;
    height:auto;
    margin-top:20px;
    margin-left:37px;
    /*background-color:#838383;*/
}

#barLeft {
    float:left;
    width:9px;
    height:39px;
    background-image:url(../images/leftNavBar1.png);
    background-repeat:no-repeat;
}

#barMain
{
    float:left;
    width:696px;
    height:39px;

}

#barMain.admin
{
    width:686px;

}

#barRight
{
    float:left;
    width:96px;
    height:39px;
    /*margin-top:1px;*/

}

/* ################################### NAVBAR MENU ################################### */

ul.menuBar {
    list-style-type: none;
    margin: 0;
    padding:0;
    /*padding-top:1px;*/
}

ul.menuBar li {
    float: left;
    font-size: .92em;
    font-weight:normal;
    text-align: center;
    font-weight:bolder;
    letter-spacing:.04em;
}

ul.menuBar li a:link, ul.menuBar li a:visited {
    color:#2b2b2b;
    text-decoration:none;
    background-image:url(../images/navBarSlice2.png);
    background-repeat:repeat-x;
    padding-top:13px;
    display:block;
    width:87px;
    height:26px;
}

ul.menuBar li a.products:link, ul.menuBar li a.gallery:link { cursor:default; }

ul.menuBar li a:active, ul.menuBar li a:hover {
    color:#FFF;
    text-decoration: none;
    background:url(../images/navBarHover2.png) repeat-x;
    padding-top:13px;
    display:block;
    width:87px;
    height:26px;
}

ul.menuBar li a.home:active, ul.menuBar li a.home:hover {
    color:#FFF;
    text-decoration: none;
    background-image:url(../images/leftNavHover2.png) ;
    margin-left:-10px;
    padding-top:12px;
    display:block;
    width:97px;
    height:27px;
}

ul.menuBar li a.support:link, ul.menuBar li a.support:visited {
    color:#2b2b2b;
    text-decoration:none;
    background-image:url(../images/rightNavBar4.png);
    background-repeat:no-repeat;
    padding-top:7px;
    display:block;
    width:100px;
    height:32px;
}

ul.menuBar li a.support:active, ul.menuBar li a.support:hover {
    color:#FFF;
    text-decoration: none;
    background-image:url(../images/rightNavHover2.png);
    /*margin-top:-1px;*/
    padding-top:7px;
    display:block;
    width:100px;
    height:32px;
    font-size:.9em;
}

ul.menuBar li a.admin:active, ul.menuBar li a.admin:hover { padding-top:12px; height:27px; }
    

ul.menuBar li a.colour {
    font-size:1em;
    padding-top:5px;
    height:34px;
}
ul.menuBar li a.colour:active, ul.menuBar li a.cutting:active, ul.menuBar li a.colour:hover, ul.menuBar li a.cutting:hover { height:36px; }

ul.menuBar li a.cutting {
    font-size:.9em;
    padding-top:7px;
    height:32px;
}

ul.menuBar li a.support
{
    font-size:.9em;
    padding-top:7px;
    height:31px;
}

ul.cuttingMenu {
    list-style-type: none;
    margin: 0;
    padding:0;
    padding-top:3px;
    padding-bottom:2px;
}

ul.cuttingMenu li {
    float:none;
    padding-top:1px;
}

ul.cuttingMenu li a:link, ul.cuttingMenu li a:visited{
    width:97px;
    height:10px;
    padding-top:0;
}

/* ################################### MAIN MENU ################################### */

.mainmenu {
	list-style: none; 
	width: 802px;
	height: 36px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #898989;
	background: #eeece8;
	background: -moz-linear-gradient(top, #eeece8, #b7afa1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeece8), to(#b7afa1));
	-moz-box-shadow:inset 0px 0px 1px #e7e4de;
	-webkit-box-shadow:inset 0px 0px 1px #e7e4de;
	box-shadow:inset 0px 0px 1px #e7e4de;
}

.mainmenu li {
	float: left;
	display: block;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0;
	height: 36px;
	
}
.mainmenu li.drop-arrow {
	padding-right: 9px;
}

.mainmenu li:hover, .mainmenu li:active, .mainmenu li:focus {
	background: #bab4a8;
	background: -moz-linear-gradient(top, #bab4a8, #61594a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bab4a8), to(#61594a));
}

.mainmenu li:first-child:hover {
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

.mainmenu li:last-child:hover {
	float: right;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	/*padding-right: 16px;*/
}

.mainmenu.dealers-menu li:last-child:hover {
	float: left;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.mainmenu li a {
	display: block;
	font-size: 0.92em;
	font-weight: bold;
	color:#2b2b2b;
	text-decoration:none;
	outline: 0;
	text-shadow: 1px 1px 1px #ccc; 
	padding: 11px 14.8px 11px 14.8px;
}
.mainmenu.dealers-menu li a { padding: 14px; }

.mainmenu li.sml-pad a{
	padding-top: 7px;
}

.mainmenu li:hover a{
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.mainmenu li .drop {
	padding-right:15px;
	padding-bottom: 12px;
	background:url("../images/drop.png") no-repeat right 15px;
}
.mainmenu li:hover .drop {
	background:url("../images/drop.png") no-repeat right 15px;
}


/* ################################### ADMIN NAVBAR MENU ################################### */

ul.adminMenuBar {
    list-style-type: none;
    margin: 0;
    padding:0;
    padding-top:1px;
}

ul.adminMenuBar li {
    float: left;
    font-size: .85em;
    font-weight:normal;
    text-align: center;
    font-weight:bolder;
    letter-spacing:.05em;
    
}

ul.adminMenuBar li a:link, ul.adminMenuBar li a:visited {
    color:#2b2b2b;
    text-decoration:none;
    padding-top:8px;
    display:block;
    width:97px;
    height:21px;
    border-right: solid 1px #969696;
}

ul.adminMenuBar li a:active, ul.adminMenuBar li a:hover {
    color:#FFF;
    text-decoration: none;
    background-image:url(../images/navBarHover1.png);
    padding-top:8px;
    display:block;
    width:97px;
    height:21px;
    border-right: solid 1px #969696;
}

ul.adminMenuBar li a.lastItem
{
    border-right:none;
}

ul.adminTopNavBar {
    list-style-type: none;
    margin: 0;
    margin-left:620px;
    padding:0;
    padding-top:1px;
}

ul.adminTopNavBar li {
    float: left;
    font-size: .85em;
    font-weight:normal;
    text-align: center;
    font-weight:bolder;
    letter-spacing:.05em;
    
}

ul.adminTopNavBar li a:link, ul.adminTopNavBar li a:visited {
    color:#2b2b2b;
    text-decoration:none;
    padding-top:8px;
    display:block;
    width:97px;
    height:21px;
    border-right: solid 1px #969696;
}

ul.adminTopNavBar li a:active, ul.adminTopNavBar li a:hover {
    color:#000;
    text-decoration: none;
    background-color:#ece9d8;
    padding-top:8px;
    display:block;
    width:97px;
    height:21px;
    border-right:solid 1px #969696;
}

ul.adminTopNavBar li a.lastItem
{
    border-right:none;
}

/* ################################### DROP DOWN MENU ################################### */

#subcontent {
    position:absolute;
    visibility:hidden;
    border-top:2px solid #61594a; border-bottom:2px solid #61594a;
    border-left:2px solid #61594a; border-right:2px solid #61594a;
    background-color:#eeece8;
    width:490px;
    margin:0 auto;
    height:auto;
    z-index:99;
    
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: #d1c9c0;
    background: -moz-linear-gradient(top, #eeece8, #b7afa1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeece8), to(#b7afa1));
    
    -moz-box-shadow:0px 1px 2px #999, 1px 0px 2px #999;
    -webkit-box-shadow:0px 1px 2px #999, 1px 0px 2px #999;
    box-shadow:0px 1px 2px #999, 1px 0px 2px #999;
}

#subcontent1 {
    position:absolute;
    visibility:hidden;
    border:2px solid #61594a;
    background-color:#eeece8;
    width:200px;
    height:auto;
    z-index:98;
    text-align:center;
    padding-bottom: 5px;
    
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: #eeece8;
    background: -moz-linear-gradient(top, #eeece8, #b7afa1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeece8), to(#b7afa1));
    
    -moz-box-shadow:0px 1px 2px #999, 1px 0px 2px #999;
    -webkit-box-shadow:0px 1px 2px #999, 1px 0px 2px #999;
    box-shadow:0px 1px 2px #999, 1px 0px 2px #999;
}

#subList1 {
    float:left;
    width:160px;
    height:265px;
}

#subList2 {
    float:left;
    width:160px;
    height:255px;
}

#subList3 {
    float:left;
    width:165px;
    height:255px;
}

#subcontent #subList3 ul.subList{
    margin-left:15px;
}

#subList3 img {
    margin:10px 0 0 10px;
    border:solid 1px #838383;
	background:#FFFFFF;
	padding:3px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

#subcontent ul.subList {
    list-style-type:none;
    margin: 0;
    border-right:solid 1px #838383;
}

#subcontent #subList3 ul.subList{ border-right:none; }
#subcontent #subList2 ul.subList{ height:479px; }

#subcontent ul.subList li { width:100px; height: 30px; margin:0 25px; /*padding-bottom:13px;*/ text-align:center; }
#subList3 ul.subList li { width:120px; margin:0 10px 0 10px; }

#subcontent1 ul.subList li{ width:180px; margin:0 auto; padding-bottom:0px; }
#subcontent1 ul.subList li.topItem { margin-top:5px;}

#subcontent ul.subList li.range { margin:8px 0 5px 9px; padding-bottom:0; }
#subcontent ul.subList li.range h4 { margin:8px 0px 8px 10px; width:116px; }
#subcontent ul.subList li.extras { margin:13px 0 0 9px; padding-bottom:0; }
#subcontent ul.subList li.extras h4 { margin-bottom:8px; }
 
ul.subList li:hover {
	background: #a59d90;
	background: -moz-linear-gradient(top, #bab4a8, #61594a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bab4a8), to(#61594a));
}

ul.subList li.range:hover, ul.subList li.extras:hover {
	background: none;
}

ul.subList li a {
    text-decoration:none;
    color:#2b2b2b;
    font-size:1.05em;
    text-shadow: 1px 1px 1px #eee;
    font-weight: bold;
    padding: 7px 0px;
    display: block;
}



ul.subList li a:hover {
    color:#fff;
    text-shadow: 1px 1px 1px #333;
}


#mainImage {
    position:relative;
    width:804px;
    height:254px;
    margin-top:15px;
    margin-left:38px;
}

.home-image img.mainImage {
	display: none;
}

.breadcrumbs { position: relative; margin: 5px 0 0 40px; }
.breadcrumbs a { color: #666; text-decoration: underline; }
.breadcrumbs a:hover { color: #000; } 

/* ################################### FRONT PAGE CONTENT ################################### */

#content {
    position:relative;
    width:800px;
    min-height:450px;
    margin-left:37px;
    
}

#leftContent {
    float:left;
    width:476px;
    height:auto;
    padding:0 5px 0 15px;
    /*background-color:red;*/
}

#divider2 {
    float:left;
    width:9px;
    height:210px;
    margin-top:40px;
    margin-bottom:10px;
    border-right:solid 1px #888;
}

#dividerNews {
    float:left;
    width:9px;
    height:500px;
    margin-top:33px;
    margin-bottom:10px;
    border-right:solid 1px #888;
}

#dividerCat {
    float:left;
    width:9px;
    height:120px;;
    margin-top:33px;
    margin-bottom:10px;
    border-right:solid 1px #888;
}

#rightContent {
    float:left;
    width:294px;
    height:auto;
    padding:0px;
}

#mainIntro {
    float:left;
    width:476px;
    height:auto;/*153px*/
    /*margin-top:5px;*/
}
.news #mainIntro { width: 505px; }
.news #rightContent { padding-right: 0; width: 279px; padding-left: 5px; }
.news #leftContent { padding: 0; width: 505px; }


#stockList {
    float:left;
    width:222px;
    height:auto;
    padding-right:5px;
    /*border-right:solid 1px #333;*/
}

#divider1 {
    float:left;
    width:10px;
    height:207px;
    margin-top:40px;
    border-right:solid 1px #888;
}

#canopyPicker {
    float:left;
    width:223px;
    height:auto;
    padding-left:15px;
    /*background-color:orange;*/
}

h2, h3, h4 {
    color:#2b2b2b;
}

h3 a:link, h3 a:visited {
    text-decoration:none;
    color:#2b2b2b;
}

h3 a:hover, h3 a:active {
    text-decoration:none;
    color:#2b2b2b;
}

p {
    font-size:.95em;

}
.heading {
    height:20px;
    border-bottom:solid 1px #333333;
    margin:20px 0 8px 0;
}
#rightContent .heading { margin-left: 10px; }

.adminheading {
    height:23px;
    border-bottom:solid 1px #333333;
    margin-bottom:5px;
    background-color:#ece9d8;
}

.adminheading a:link, .adminheading a:visited {
    text-decoration:none;
    color:#2b2b2b;
}

.adminheading a:hover, .adminheading a:active {
    text-decoration:none;
    color:#970b0b;
}

.stockContent, .canopyPicker {
    padding:0;
}
.canopyPicker { width:  223px; height: 175px; padding-top: 25px; background-color: #489CFF; }
/*.stockContent { margin-left:6px; }*/

#stockList p {
    text-align:center;
    text-decoration:underline;
}

.text img {
    float:left;
    margin:0 5px 5px 5px;
}

.stockContent { width:222px; }
.frontpageStock { width:222px; border-collapse: collapse; }
.frontpageStock tr { width:222px; }
.frontpageStock tr td a {  }
/*.frontpageStock td.canopyName { width:112px; height:36px; padding:0; }*/
.frontpageStock td.canopyImage { width:100px; padding:0; }
.frontpageStock td.canopyName a { display:block; width:119px; text-align:left; font-size:1.05em; font-weight:bold; color:#2B2B2B;  }
.frontpageStock td.canopyName a:hover { color:#B80909; text-decoration:none; }
.frontpageStock td.canopyImage a { display:block;  }
.frontpageStock td.canopyImage a img { width:100px; height: 38px; }






/* ################################### LATEST NEWS FEATURE ###################################*/
#newsList {
    position:relative;
    width:290px;
    /*height:auto;*/
    height: 231px;
    margin:5px 0 10px 0;
    padding-left: 10px;
    overflow: hidden;
}

.newsStory {
    position:relative;
    width:269px;
    height:auto;
    margin-bottom:8px;
}

.newsStory p {
    font-size:.9em;
    margin:3px 0 0 0;
}

img.newsImage {
    margin-left:80px;
}

#rightContent h4 {
    margin-top:0;
    margin-bottom:-8px;
}

#rightContent .newsStory h4 { margin-bottom: 2px; }

.newsStory h4 a:link, .newsStory h4 a:visited{
    color:#970b0b; font-size: 11.5px;
}

.newsStory a:link, .newsStory a:visited {
    text-decoration:none;
}

#archiveNews {
    position:relative;
    width:269px;
    height:auto;
    margin:10px 0 10px 5px;
}


ul.archiveTitle li {
    margin:3px 0;
}

ul.archiveTitle li.month {
    font-size:1.1em;
    font-weight:bold;
    margin-top:10px;
}

ul.archiveTitle li a{
    text-decoration:none;
    color:#000;
}

/* ################################### ABOUT PAGE ###################################*/

#aboutContent {
    position:relative;
    width:800px;
    height:400px;
    padding:0;
    overflow:auto;
}

.holder {
        float: left;
        margin: 10px;
        }
	

#aboutText img {
    float:left;
    margin:0 5px 5px 5px;
}
p.space {
    width:450px;
    height:15px;
}

#aboutText {
    float:left;
    width:475px;
    padding-right:9px;
    /*border-right:solid 1px #888;*/
}
/*
#dividerAbout {
    float:left;
    width:9px;
    height:350px;
    margin-top:14px;
    margin-bottom:10px;
    border-right:solid 1px #888;
}
*/
#aboutPics {
    float:left;
    width:290px;
    margin:9px 0 0 9px;
}

/* ################################### NEWS PAGE ################################### */

#leftContent.news {
    height:auto;
}

/* ################################### CONTACT PAGE ###################################*/

#leftContent.contact {
    height:auto;
}

#rightContent.contact {
    height:175px;
}

#contact1 {
    float:left;
    width:219px;
    height:auto;
    line-height:1.2em;
    margin-right:10px;
}

#contact2 {
    float:left;
    width:219px;
    height:auto;
    line-height:1.2em;
    margin-left:15px;
    padding-top: 18px;
}

#divider3 {
    float:left;
    width:9px;
    height:137px;
    margin-top:33px;
    border-right:solid 1px #888;
}

#skype {
    position:relative;
    width:269px;
    height:auto;
    line-height:1.2em;
}

#skype .addressText { padding-left: 11px; }

#mapContent {
    position:relative;
    clear:both;
    width:804px;
    height:300px;
    margin:0 15px 0 0;
}

#map_canvas {
    float:left;
    width:500px;
    height:300px;
    margin:0 20px 0 0;
    border:solid 1px #838383;
}

#address {
    float:left;
    width:200px;
    height:300px;
    /*padding-right:5px;*/
    line-height:1.2em;
}

.addressText p {margin-bottom:18px;}

h3 span.time {font-size:.95em;}

img.skypeLogo{ vertical-align:middle; }

#contact1 h3, #contact2 h3{margin-top:4px;}

/* ################################### PRODUCT PAGE CONTENT ###################################*/
#productContent {
    position:relative;
    width:800px;
    height:515px;
    margin-top:15px;
    margin-left:45px;
}

#productImage {
    float:left;
    width:358px;
    height:501px;
    background-image:url(../images/prodImageBorder.png);
    background-repeat:no-repeat;
	margin-right:20px;
}

#crossfirelogo {position:relative; width:251px; height:49px; margin:15px auto 0 auto;}
#safirelogo {position:relative; width:251px; height:49px; margin:15px auto 0 auto;}
#omegalogo {position:relative; width:251px; height:49px; margin:15px auto 0 auto;}
#matrixlogo {position:relative; width:251px; height:49px; margin:15px auto 0 auto;}
#tandemlogo {position:relative; width:251px; height:47px; margin:15px auto 0 auto;}
#vxlogo {position:relative; width:300px; height:41px; margin:15px auto 0 auto;}
#fxlogo {position:relative; width:300px; height:41px; margin:15px auto 0 auto;}
#jvxlogo {position:relative; width:316px; height:33px; margin:15px auto 0 auto;}
#jfxlogo {position:relative; width:316px; height:33px; margin:15px auto 0 auto;}
#glxlogo {position:relative; width:334px; height:34px; margin:15px auto 0 auto;}
#glslogo {position:relative; width:334px; height:34px; margin:15px auto 0 auto;}

#title {
    position:relative;
    width:358px;
    text-align:center;
}

#title h4 {
    margin:6px 0 0 0;
}

ul.bulletList {
    list-style-type: disc;
    margin-left:20px;
}

ul.bulletList li {
    font-size:.95em;
}

#gallery {
    position:relative;
    width:310px;
    height:230px;
    margin:9px auto 15px auto;
}
.jfx  #gallery{ height: 240px; }

#gallery img {
    border:solid 1px #838383;
}

#galleryThumbs {
    position:relative;
    width:305px;
    height:45px;
    margin:0 auto;
}

ul.productThumbs {
    list-style-type: none;
    margin: 0;
    padding:0;
}

ul.productThumbs li {
    display:block;
    float:left;
    margin-right:1px;
}

#productDivider {
    position:relative;
    width:307px;
    height:2px;
    margin:8px auto;
    border-bottom:solid 1px #888;
}

#options {
    position:relative;
    width:307px;
    margin:0 auto;
}

ul.canopyOptions {
    list-style-type: none;
    margin: 0;
    padding:0;
}

ul.canopyOptions li {
    float:left;
    width:153.5px;
    margin-top:8px;
}

ul.canopyOptions li img {
    margin-right:3px;
}

ul.canopyOptions li a:link, ul.canopyOptions li a:visited {
    text-decoration:none;
    color:#000000;
}

ul.canopyOptions li a:hover, ul.canopyOptions li a:active {
    text-decoration:underline;
    color:#970b0b;
}

/* ******** PRODUCT DESCRIPTION ******* */

#container-1 {
    float:left;
/*    width:403px;
    height:502px;*/
/*    background-image:url(../images/products/prodDescBorder.gif);
    background-repeat:no-repeat;*/
}

#tabsBgBorder {
	margin-left:3px;
	width:403px;
	height:473px;
	background-image:url(../images/tabsBorder1.png);
	background-repeat:no-repeat;
}

#pickerTab { position:relative; width:375px; height:auto; }
#pickerTab h4 { text-align:center; }
/*#pickerTab object { width:223px; height:175px; margin:0 auto; }*/
#spinningAd { position:relative; width:223px; height:175px; margin:0 auto; border:1px solid #838383; }
.spinning-ad-link { width: 223px; height: 175px; display: block; z-index: 100; }

table#techspecs {
    width:350px;
    margin:15px 0 10px 5px;
    border-collapse:collapse;
    color:#000000;
    text-align:center;
    border:1px solid #000;
    font-family:"Lucida Grande", "Lucida Sans", "DejaVu Sans", "Liberation Sans", "Verdana Ref", sans-serif;
    font-size:.9em;
}

table#techspecs tr th{
    border-right:1px solid #000;
    font-size:1em;
    height:20px;
}

table#techspecs td {
    width:40px;
    height:20px;
    border:none;
    border-right:1px solid #000;
    padding:5px 2px;
    color:#000000;
    font-size:.95em;
    background-color:#f7f5f1;
}

table#techspecs tr.measure td{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    height:10px;
    font-size:.9em;
}

#techspecs .daed th, #techspecs .daed td { background-color:#8cc63f; }
#techspecs .icarus th, #techspecs .icarus td { background-color:#e7e051; }

.icarus .stockLine td { background-color: #fff; }

th.canopy, td.canopy {
    width: 80px;
}

/* ################################### 404 PAGE ################################### */

#fourmainIntro { font-size:1.05em; height:400px; margin:25px 0 0 25px; position:relative; width:295px; }
#fourmainIntro .text a { color:#970b0b; }

/* ################################### CATEGORY PAGE ################################### */

#categoryOptions {
    position:relative;
    width:268px;
    margin:0 auto;
}

ul.canopyList {
    list-style-type: none;
    margin: 0;
    padding:0;
}

ul.canopyList li {
    float:left;
    width:268px;
    margin-top:8px;
}

ul.canopyList li img {
    margin-right:3px;
}

ul.canopyList li a:link, ul.canopyList li a:visited {
    text-decoration:none;
    color:#000000;
}

ul.canopyList li a:hover, ul.canopyList li a:active {
    text-decoration:underline;
    color:#970b0b;
}

#leftContent.category {
    float:left;
    width:560px;
    height:auto;
    padding:0 5px 0 15px;
}


#mainIntro.ground {
    float:left;
    width:560px;
    height:400px;
    padding:0 10px 0 0;
    overflow:auto;
}

#rightContent.canopies {
    float:left;
    width:190px;
    height:auto;
    padding:0 0 0 20px;
}

/* ################################### GALLERY PAGE ################################### */
#flashcontent {
    width: 800px;
    height: 450px;
    border: thin #999999 solid;		
    background-color: #ffffff;
}

/* ################################### COLOUR PICKER PAGE ################################### */
#colourPicker {
    position:relative;
    clear:both;
    width: 700px;
    height: 550px;
    border: thin #999999 solid;		
    background-color: #ffffff;
    margin:0 auto;
}

#colourPicker.testcp {
	height: 600px;
	margin: 20px auto 10px auto;
}

#colourPicker.testcp.mobile {
	height: 495px;
}

#colourViewer {
    position:relative;
    clear:both;
    width: 700px;
    height: 290px;
    border: thin #999999 solid;		
    background-color: #ffffff;
    margin:20px auto 0;
}

#viewerOptions {
    position:relative;
    width:800px;
    height:40px;
    margin-top:25px;
}

#viewerOptions a { text-decoration:none; float:left; margin-left:80px; width:140px; }

#viewerOptions span.orderButton form input { color:#970b0b; font-weight:bold; }

.reset-link { width: 670px; margin: 0 auto; }
.reset-link p { margin-bottom: 0; }
.reset-link a { float: right; }
.reset-link a:hover { color: #970B0B; }


/* ################################### CUTTING MACHINES PAGE ################################### */

#mainContent h3{
    color:#970b0b;
}

#leftNav {
    /*position:relative;*/
    float:left;
    width:180px;
    height:auto;
    margin:0 15px 10px 0;
}

.sidebarImages {
    position:relative;
    width:180px;
    height:auto;
    margin:20px 5px 0 0;
}

ul.leftNavList {
    list-style-type: none;
    margin: 0;
    padding:0;
}

ul.leftNavList li {
    width:180px;
    height:auto;
    margin-top:10px;
    font-size:1.05em;
}

ul.leftNavList li a:link, ul.leftNavList li a:visited {
    text-decoration:none;
    color:#000000;
}

ul.leftNavList li a:hover, ul.leftNavList li a:active, ul.leftNavList li a:focus {
    text-decoration:none;
    color:#970b0b;
}

.leftNavList ol { padding-left: 20px; }
ul.leftNavList li { width: 160px }

#mainContent {
    /*position:relative;*/
    float:left;
    width:600px;
    height:auto;
    /*overflow:auto;*/
}

#mainContent li{list-style-type:disc; margin-left:20px;font-size:.95em;}
#mainContent ol.checklist { width: 320px; float: left; padding-left: 0; }
#mainContent ol li { list-style-type: decimal; list-style-position: outside; padding-bottom: 5px; }
#mainContent img.right { padding: 10px 0px 10px 20px; }
#mainContent img.left { padding: 10px 20px 10px 0px; }

table#cuttingIntro {
    width:440px;
    margin:15px 0 10px 10px;
    border-collapse:collapse;
    color:#000000;
    text-align:center;
    border:1px solid #000;
    font-family:"Lucida Grande", "Lucida Sans", "DejaVu Sans", "Liberation Sans", "Verdana Ref", sans-serif; /*   "Bitstream Vera Sans", "Verdana",*/
    font-size:12px;
}

table#cuttingIntro th {
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    font-size:.95em;
    height:25px;
}

table#cuttingIntro td
{
  width:220px;
  border:none;
  border-right:1px solid #000;
  padding:2px;
  color:#000000;
    font-size:.9em;
}

table#cuttingUsers {
    width:540px;
    margin:10px 0 10px 10px;
    border-collapse:collapse;
    color:#000000;
    text-align:center;
    border:1px solid #000;
    font-family:"Lucida Grande", "Lucida Sans", "DejaVu Sans", "Liberation Sans", "Verdana Ref", sans-serif; /*   "Bitstream Vera Sans", "Verdana",*/
    font-size:12px;
}

table#cuttingUsers td
{
  width:180px;
  border:none;
  border-right:1px solid #000;
  padding:2px;
  color:#000000;
    font-size:.9em;
}

#mainContent.maintenance {
    position:relative;
    width:600px;
    height:auto;
    margin-left:35px;
    /*overflow:auto;*/
}

h3 span.returnLink a:link, h3 span.returnLink a:visited {font-size:.85em;margin-left:460px;color:#970b0b;}
h3 span.returnLink a:hover, h3 span.returnLink a:active{text-decoration:underline;}

h3 span.returnLink1{font-size:.85em;margin-left:270px;}
h3 span.returnLink1 a:hover, h3 span.returnLink1 a:active{color:#970b0b;}

img.cuttingText1 {margin:10px 0 5px 60px;}
img.cuttingText2 {margin:5px 0 0 80px;}

/* ################################### ORDERING INFO PAGE ################################### */
#orderText {
    position:relative;
    width:170px;
    clear:both;
    /*margin:100px 0 0 0;*/
}
#orderText a{text-decoration:none;}
#orderText a input:link, #orderText a input:visited {text-decoration:none;}
#orderText a input:hover, #orderText a input:active {text-decoration:none; cursor:pointer; color:#970b0b; }


/* ################################### SUPPORT PAGE ################################### */
/*#dividerSupport {
    float:left;
    width:9px;
    height:120px;
    margin-top:33px;
    border-right:solid 1px #888;
}*/

.supportText {
    float:left;
    width:775px;
    padding-right:10px;
    /*border-right:solid 1px #888;*/
}


ul.infoList {margin-top:10px; width:475px; height:auto; }

ul.infoList li {
    font-size:1em;
    font-weight: bolder;
    letter-spacing:.05em;
    margin-top:10px;
    width:775px;
    text-align:center;
}

ul.infoList li a:link, ul.infoList li a:visited {
    color:#000;
    text-decoration:none;
}

ul.infoList li a:hover, ul.infoList li a:active {
    color:#970b0b;
}

/* ################################### STOCK LIST PAGE ###################################*/
#logoAccordian {
    position:relative;
    width:745px;
    height:auto;
    margin:10px auto 15px auto;
}
#logoAccordian ul ul { display: none; }

ul.logos li {
    display:block;
    float:left;
    width:45px;
    margin-right:4px;
}

ul.logos li img {
    border:solid 1px #838383;
}

#stockLeft {
    float:left;
    width:340px;
    height:auto;
    margin-left:15px;
    margin-right:25px;
}

/*
#dividerStock {
    float:left;
    width:25px;
    height:300px;
    margin-top:33px;
    margin-bottom:10px;
    border-right:solid 1px #888;
}*/

#stockRight {
    float:left;
    width:340px;
    height:auto;
    margin-left:25px;
}

.selectedList {
    float:left;
    width:320px;
    height:auto;
    margin-bottom:10px;
}

table.stock
{
  width:320px;
  border-collapse:collapse;
  color:#000000;
  text-align:center;
  /*font-size:0.9em;*/
}

table.stock tr.data { font-size:0.9em; }
table.stock tr.data td a img { width:165px; }

table.stock td, table.stock th
{
  border:none;
  padding:5px;
  /*font-size:1em;*/
}

table#stock td
{
  /*background-color:#f6d3a2;*/
}

table#stock td input
{
  width:75px;
  border:none;
  padding:1px;
  color:#000000;
  background-color:#Ffffff;
  cursor:pointer;
}

/* START ACCORDIAN CSS */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 340px;
}

ul.icarus {
    border-right:1px solid #888;
    padding-right:25px;
    }

/*ul.daedalus {margin-left:25px;}*/
    
ul.menu a {
  display: block;
  text-decoration: none;
  text-align:center;
}

ul.menu li {
  margin-top: 6px;
}

#stockLeft ul.menu li a {
  background:#e7e051;/*#d4cfc7*/
  color: #000;/*#2b2b2b*/
  font-weight:bold;
  padding: 0.7em;
  font-size:1.1em;
  border: solid 1px #969696;
}

#stockLeft ul.menu li td a { background:none; padding:0; margin:3px; border:none; }

#stockRight ul.menu li a {
  background:#8cc63f;/*#d4cfc7*/
  color: #000;/*#2b2b2b*/
  font-weight:bold;
  padding: 0.7em;
  font-size:1.1em;
  border: solid 1px #969696;
}

#stockRight ul.menu li td a { background:none; padding:0; margin:3px; border:none; }

ul.menu li a:hover {
  background: #928e88;
  color:#fff;
}

ul.menu li ul li tr {
  padding-left: 5px;
}

ul.menu li ul li tr:hover {
  background: #fff;
  border-left: 2px #000 solid;
  padding-left:2px;
}

table.stockLine {
    width:340px;
    margin: 3px 0;
  border-collapse:collapse;
  color:#000000;
  text-align:center;
  font-size:0.95em;
}

table.stockLine td.cols {
    width:85px;
}

.ready {
	color: #53890b;
}
.in-prod {
	color: #c70013;
}

table.stockLine td.colsimg a img {
    width:165px;
}

/* END ACCORDIAN CSS */

ul.logosHoriz {
    margin-top:15px;
}

ul.logosHoriz li {
    display:block;
    height:40px;
    background-color:#FFF;
    margin:5px auto 0 auto;
}

ul.logosHoriz li.extreme {
    width:260px;
}

ul.logosHoriz li.icarusSport {
    width:180px;
}

ul.logosHoriz li.daedalus {
    width:330px;
}

ul.logosHoriz li img {
    /*border:solid 1px #838383;*/
    /*margin-left:30px;*/
}

.video-box { position: relative; width: 500px; }

/* ################################### SERVICE BULLETIN ################################### */


table.serial-numbers {
  width:600px;
  margin: 3px 0;
  border-collapse:collapse;
  color:#000000;
  text-align:right;
  font-size:0.95em;
}

table.serial-numbers tr {
	
}

table.serial-numbers td {
    padding-bottom: 5px;
}


/* ################################### ORDER PAGE ################################### */

#intro.orderPage, #adminTable.orderPage {
    margin-left:55px;
}

/* ################################### SITE MAP ################################### */
#sitemapLeft {
    float:left;
    width:250px;
    height:auto;
    margin-left:20px;
}

#sitemapCentre {
    float:left;
    width:250px;
    height:auto;
}

#sitemapRight {
    float:left;
    width:250px;
    height:auto;
}


/* ################################### FORMS ################################### */

/*#loginForm
{
  margin-top:15px;
}*/

a.reg:link, a.reg:visited
{
    text-decoration:none;
    color:#c22121;
}

fieldset
{
  border: none;
  margin:0;
  padding:0;
  padding-top:5px;
}

fieldset.enquiry-form { padding-top: 0; }

.col1
{
  float:left;
  text-align:right;
  width:105px;
  padding-top:2px;
}
.dealers-form .col1 { width: 126px; margin-top: 5px; }
.dealers-form #change-pw .col1 { width: 150px; margin-top: 8px; }

.col2
{
  float:left;
  width:175px;
  margin-left:5px;
  padding-bottom: 6px;
}

#edit-dealer .col2 { width: auto; margin: 5px 0 0 10px; }
#edit-dealer input[type="radio"] { margin: 5px; }
#edit-dealer #password_msg { display: block; margin-bottom: 10px; }

.col2.submit { position: relative; margin: 20px 0 0 250px; /*background-image: url('../images/submit_btn_bg.png') no-repeat;*/ }
.submit-btn input { width: auto; height: auto; padding: 3px 5px; background: url(../images/submit_btn_bg.png) repeat-x; border: 1px solid #666; cursor: pointer; float:left; font-size: 1.1em; margin: 10px 0 0 110px; color: #2B2B2B; }
/*.submit-btn:hover input { background: url(../images/submit_btn_bg_active.png) repeat-x;  }*/
.submit-btn.stock input { margin: 0; }
.submit-btn input#submitConfirm { margin: 10px 0 0 310px; }
.submit-btn.narrow input { /*width: auto; padding: 0 5px;*/ margin:0 0 0 10px; float: none; }
.submit-btn.news input { margin-left: 25px; }

.change-button { float: left; margin: 10px 0 0 50px; }
#adminTable .submit-btn input#submitConfirm { margin-left: 75px; }

.link-btn { margin-top: 30px; }
.submit-link { width: auto; height: 28px; background: url(../images/submit_btn_bg.png) repeat-x; border: 1px solid #666; cursor: pointer; font-size: 1.1em; padding:5px 8px; margin:0; text-decoration: none; color: #2B2B2B; }
.submit-link:hover { text-decoration: none; }

.admin-btn-link { width: auto; height: 28px; background:#ECE9D8; border: 1px solid #777777; cursor: pointer; font-size: 1.1em; padding:5px 8px; margin:0; text-decoration: none; color: #2B2B2B; }
.admin-btn-link:hover { text-decoration: none; background-color: #fff; }
.prices-link { margin: 15px 0 0px 20px; height: 32px; }
.admin-back-link { position: absolute; top: 10px; left: 10px; }

td a.admin-btn-link:link, td a.admin-btn-link:visited {
    color: #2B2B2B; padding: 3px 8px;
}

.addNewsCol2
{
  float:left;
  width:436px;
  margin-left:5px;
  padding-bottom: 6px;
}

.editor-box { float:left; width:600px; margin-left:5px; padding-bottom: 6px; }

.OF1Col2 {
    float:left;
    width:auto;
    margin-left:5px;
    padding-bottom: 6px;
}
#adminTable .OF1Col2 { margin-top: 5px; }

.orderForm2Col2 {
    float:left;
    width:220px;
    margin-left:5px;
    padding-bottom: 6px;
}

.dealers-form .orderForm2Col2 { margin: 5px 0 0 10px; width: auto; }
.dealers-form .submit-btn input { margin: 0px 0 0 135px; }
.dealers-form #change-pw .submit-btn input { margin: 10px 0 0 150px; }
#edit-dealer .dealers-form .submit-btn input { clear: both; }

.orderForm2Col2Add {
    float:left;
    width:400px;
    margin-left:5px;
    padding-bottom: 6px;
}

.orderForm2Col2Mob {
    float:left;
    width:180px;
    margin-left:5px;
    padding-bottom: 6px;
}

.required {
	margin-left: 2px;
	color:#970b0b;
}

form#editOrder .col1 {
    width:80px;
}

.editOrderCol2
{
  float:left;
  width:270px;
  margin-left:5px;
  padding-bottom: 6px;
}

.editColoursCol2
{
  float:left;
  width:100px;
  margin-left:5px;
  padding-bottom: 6px;
}

.col2Comments
{
  float:left;
  width:260px;
  margin-left:5px;
  padding-bottom: 6px;      
}

input, textarea {
  padding: 2px;
  font-family: Verdana, Arial, sans-serif;
  font-size:1em;
}
.radio-button { margin-bottom: 5px; }

#adminTable input.update { background-color:#ece9d8; color:#000000; margin:10px; padding:2px 8px 4px 4px; }

#viewerOptions form { float:left; margin-left:95px; }

.col3, .col3 p
{
  float:left;
  margin:2px 0 0 10px;
  padding-top:5px;
  font-size:0.95em;
  font-weight:normal;
  letter-spacing:normal;
}

.dealer-form .f_msg { color: #990000; }

span a {
    text-decoration:none;
}

#reset, #cancel {
  background-color:#ece9d8;
  color:#000000;
    margin-top:10px;
  margin-right:10px;
  padding:2px 8px 4px 4px;
}

#back {
  background-color:#eee;
  color:#777;
  padding:2px 8px 4px 4px;
  border: 1px solid #aaa;
  font-size: 0.9em;
  cursor: pointer;
}

.back-btn #back{ margin-top: 20px; }
.back-btn #back:hover{ background: #fff; color: #333; }

#submit
{
  background-color:#c5beb3;
  color:#000;
  margin:10px 0 15px 0;
  padding:3px 5px 3px 3px;
  font-weight:bold;
}

.col1-set { padding: 5px 10px; width: 96%; }

.col2-set { padding: 5px 10px; }
.col2-set .col-1 { float: left; width: 48%; }
.col2-set .col-2 { float: right; width: 48%; }

.logos-list li { margin-bottom: 20px; }

.col2-r-set { margin-bottom: 30px; padding: 0px; }
.col2-r-set .col-1 { float: left; width: 69%; }
.col2-r-set .col-2 { float: right; width: 28%; }

/* ################################### ADMIN PAGE ###################################*/

#intro {
    position:relative;
    width:710px;
    height:auto;
    margin:0 45px 10px 35px;
}

#manageOrders {
    float:left;
    width:472px;
    height:65px;
    padding-right:5px;
}

#manageNews {
    float:left;
    width:472px;
    height:65px;
    padding-right:5px;
}

ul.adminMenu {
    list-style-type:disc;
}

ul.adminMenu li {
    
    display:inline;
    width:250px;
    padding-bottom:8px;
    padding-right:20px;
}

ul.adminMenu li a:link, ul.adminMenu li a:visited {
    text-decoration:none;
    color:#000;
}

ul.adminMenu li a:hover, ul.adminMenu li a:active {
    color:#970b0b;
    font-weight:bold;
}

#dividerA {
    float:left;
    width:10px;
    height:120px;
    margin-top:33px;
    border-right:solid 1px #888;
}

#manageStock {
    float:left;
    width:472px;
    height:65px;
}

#manageUsers {
    float:left;
    width:472px;
    height:65px;
}

#manageCanopy {
    float:left;
    width:472px;
    height:65px;
}

#manageColours {
    float:left;
    width:472px;
    height:65px;
}

#dividerB {
    float:left;
    width:9px;
    height:205px;
    margin-top:33px;
    margin-bottom:10px;
    border-right:solid 1px #888;
}

.admin-height { min-height: 450px; }

#adminTable {
    position:relative;
    width:760px;
    height:auto;
    margin:10px 0 15px 10px;
}

#edit-dealer #adminTable { width: auto; }

#fd-table-1-fdtablePaginaterWrapTop { float: left; width: 400px;margin-top:10px; }
.dealer-orders #fd-table-1-fdtablePaginaterWrapTop { margin-top:0px; }

#adminTable img { margin:5px 0 15px 30px; border:1px solid #777; }
#adminTable .captions-list img { margin-left:  0; }

#adminTableL {
    float:left;
    width:200px;
    height:auto;
    margin-left:30px;
}

#adminTableC {
    float:left;
    width:265px;
    height:auto;
    /*margin-left:10px;*/
}

#adminTableR{
    float:left;
    width:250px;
    height:auto;
}

#adminTable.dealers-form fieldset, #adminTable .enquiry-form fieldset { padding: 15px 0px; }
#adminTable.dealers-form legend, #adminTable .enquiry-form legend { font-weight: bold; font-size: 1.1em; padding: 5px 0px; }

#edit-dealer #adminTable.dealers-form fieldset { width: 50%; float: left; }

#orderTableL {
    float:left;
    width:430px;
    height:auto;
    margin:0 0 0 15px;
}

#orderTableR{
    float:left;
    width:300px;
    height:auto;
    margin:0 0 0 20px;
}

#orderL {
    float:left;
    width:440px;
    height:auto;
    margin:0 25px 15px 0;
    font-size:1em;
}
#orderL p { font-size: 1em; line-height: 1.6em; }
.payment-box { margin-top: 30px; }

#orderR{
    float:left;
    width:200px;
    height:auto;
    margin:0 0 15px 0;
}

ul.addField {
    width:250px;
    height:auto;
    margin-top:10px;
}

ul.addField li {
    display:block;
    width:180px;
    height:30px;
    margin-bottom:8px;
}

ul.addField li a:link, ul.addField li a:visited {
    text-decoration:none;
    color:#000;
}

ul.addField li a:hover, ul.addField li a:active {
    color:#970b0b;
    font-weight:bold;
}

table#pages
{
  width:750px;
  margin-top:10px;
  margin-left:10px;
  /*background-color:#ffffff;*/
  border-collapse:collapse;
  color:#000000;
  text-align:center;
  font-size:0.9em;
}

table#pages td, table#pages th
{
  border:1px solid #4d2e00;
  padding:2px 7px;
  font-size:1em;
}

table#pages td
{
  /*background-color:#f6d3a2;*/
}

table#pages td input
{
  width:50px;
  border:1px solid #4d2e00;
  padding:1px;
  color:#000000;
  background-color:#ece9d8;
  cursor:pointer;
}

#intro.orders {
	width: 800px;
}

table.order
{
  clear: both;
  width:850px;
  /*margin-top:10px;*/
  margin-left:0;
  background-color:#ffffff;
  border-collapse:collapse;
  color:#000000;
  text-align:center;
  font-size:0.9em;
}


table.order tr {
	height: 35px;
}

table.order tr.heading {
	height: 45px;
	background-color: #ece9d8;
}

table.order td, table.order th
{
  border:1px solid #4d2e00;
  padding:2px 7px;
  font-size:1em;
}

table.order td
{
  height: 30px;
}

table.order td input
{
  /*width:50px;*/
  border:1px solid #4d2e00;
  padding:1px;
  color:#000000;
  background-color:#ece9d8;
  cursor:pointer;
}

table.order td input:hover { background: #fff; }

table.order td .update-pw  input {
  padding:3px;
  color:#000000;
  background-color:#fff;
  cursor: text;
}

table.order td input.pw
{
	width: 60px;
}

table.order td.date {
	width: 80px;
}

table.order tr.alt {
	background-color: #f0f0f0;
}

table#admin
{
  width:350px;
  height: 350px;
  margin: 0 auto;
  /*background-color:#ffffff;*/
  border-collapse:collapse;
  color:#000000;
  text-align:center;
  font-size:0.9em;
}

table#admin td, table#admin th
{
  border:1px solid #4d2e00;
  padding:7px;
  font-size:1em;
}

table#admin td
{
  /*background-color:#f6d3a2;*/
}

table#admin td input
{
  width:50px;
  border:1px solid #4d2e00;
  padding:1px;
  color:#000000;
  background-color:#ece9d8;
  cursor:pointer;
}

th a:link, th a:visited
{
  text-decoration:none;
  color:#000000;
}

th a:hover, th a:active
{
  text-decoration:underline;  
}

tr.data a:link, tr.data a:visited
{
  text-decoration:none;
}

tr.data a:active, tr.data a:hover
{
  color:#b80909;
  cursor:pointer;
  text-decoration:underline;
}

p.fail
{
  text-align:center;
  color:#970b0b;
  font-weight: bold;
}

p.success
{
  text-align:center;
  color:#4e8316;
  font-weight: bold;
}

p.centre {
    text-align:center;
}

/* ################################### CONFIRM ORDER ################################### */

#introOrder {
    position:relative;
    width:760px;
    height:auto;
    margin:0 45px 10px 20px;
}

#dividerOrder {
    float:left;
    width:9px;
    height:170px;
    margin:20px 25px 10px 0;
    border-right:solid 1px #888;
}

.coloursText { margin-left:95px; font-size:0.95em; }
.coloursText p a { color:#970b0b;  text-decoration:underline; }
.coloursButton { position: relative; height: 25px; text-align: center; padding-top: 10px; }
#adminTable .coloursButton input.update{ margin:10px 0 0 300px; }

.view-order-box { position: relative; width: auto; height: auto; border-top: 1px solid #AAAAAA; }
.view-order-list { width: 398px; float: left; }
.admin .view-order-list{ width: 455px; }

.view-order-list.last { border-right: 0; }
.view-order-list h3 { background: #F9F9F9; padding: 10px 0 10px 20px; border-bottom: 1px solid #AAAAAA ; }
.view-order-details {
  width:auto;
  margin:10px;
  border-collapse:collapse;
  /*border:solid 1px #000;*/
}
.view-order-details td {
  border:none;
  padding:5px;
  text-align: left;
  font-size:1em;
  color:#000000;
  width:auto;
}
.view-order-details td:first:child { text-align: right; }

table.confirmOrderPg
{
  width:400px;
  margin:10px 0 20px 50px;
  border-collapse:collapse;
  /*border:solid 1px #000;*/
}
#adminTable table.confirmOrderPg { margin-bottom: 0; }

table.confirmOrderPg td
{
  border:none;
  padding:5px;
  text-align: center;
  font-size:.95em;
  color:#000000;
  width:200px;
}
#adminTable table.confirmOrderPg td { text-align: left; }

table.confirmOrderPg td.orderData {
    font-size:1em;
}

table.confirmOrder
{
  width:260px;
  margin:0 0 20px 0;
  border-collapse:collapse;
  /*border:solid 1px #000;*/
}

table.confirmOrder td
{
  border:none;
  padding:5px;
  text-align:left;
  font-size:.95em;
  color:#000000;
  width:60px;
}

.dealers-confirm table.confirmOrder td {
	width: auto;
}

table.confirmOrder td.orderData {
    font-size:1em;
    width:140px;
}

#submitConfirm{
    margin-left:195px;
}

td a:link, td a:visited
{
  text-decoration:none;
  color:#b80909;
}

td a:active, td a:hover
{
  text-decoration:none;
}

#orderInstr {
    position:relative;
    width:700px;
    height:auto;
    margin-left:20px;
    clear:both;
}

#orderInstr p {
    font-size:1.05em;
}

form#display label.col1
{
  margin-left:20px;
  text-align:left;
  width:70px;
}

form#display span.displayList
{
  text-align:left;
}



table.options td input
{
  width:68px;
  border:1px solid #4d2e00;
  padding:2px;
  font-size:0.95em;
  color:#000000;
  background-color:#ece9d8;
}

table.options td input:hover
{
  background-color:#fff;
  color:#000;
}



/* ###################################  STOCK  ################################### */

ul.adminmenu, ul.adminmenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.adminmenu ul {
  display: none;
}

/*ul.adminmenu ul {
    border-right:1px solid #888;
    padding-right:25px;
    }
*/
/*ul.daedalus {margin-left:25px;}*/
    
ul.adminmenu a.stockheader {
  display: block;
  text-decoration: none;
  text-align:center;
  height: 30px;
  background-color: #ece9d8;
  font-size: 1.2em;
  padding-top: 12px;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
  width: 911px;
  margin-left: 0;
  color: #2B2B2B;
}

ul.adminmenu li {
  margin-top: 3px;
}

ul.adminmenu li.submenu {
  margin-top: 0;
}

table.stockadmin
{
  width:911px;
  /*margin-top:10px;*/
  margin-left:0;
  background-color:#ffffff;
  border-collapse:collapse;
  color:#000000;
  text-align:center;
  font-size:0.9em;
}

table.stockadmin tr {
	height: 25px;
}

table.stockadmin tr.heading {
	height: 30px;
	background-color: #ece9d8;
}

table.stockadmin td, table.stockadmin th
{
  border:1px solid #777;
  padding:2px 7px;
  font-size:1em;
}
table.stockadmin th { border-top: none; }
table.stockadmin td.no-lb, table.stockadmin th.no-lb { border-left:none; }
table.stockadmin td.no-rb, table.stockadmin th.no-rb { border-right:none; }


table.stockadmin td
{
  height: 30px;
}

table.stockadmin td input
{
  /*width:50px;*/
  border:1px solid #4d2e00;
  padding:1px;
  color:#000000;
  background-color:#ece9d8;
  cursor:pointer;
}

table.stockadmin td.date {
	width: 80px;
}

table.stockadmin tr.alt {
	background-color: #f0f0f0;
}

#adminTable.stock {
	margin-left: 0;
}


/* ###################################  PAGINATOR  ################################### */
ul.fdtablePaginater
{
  display:table;
  height:2em;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  margin-left: 100px;
  padding:0;
  text-align:center;
  width:auto;
}
.dealer-orders ul.fdtablePaginater { margin-left: 0px; }

ul.fdtablePaginater li
{
  -moz-user-select:none;
  color:#666666;
  display:table-cell;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding-right:4px;
}

ul.fdtablePaginater li div
{
  opacity:0.5;
}
ul.fdtablePaginater li a, ul.fdtablePaginater li div
{
  border:1px solid #CCCCCC;
  color:#666666;
  display:block;
  font-size:1em;
  margin:0;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;
  padding:0;
  text-decoration:none;
  width:2em;
}

ul.fdtablePaginater li .next-page span, ul.fdtablePaginater li .previous-page span, ul.fdtablePaginater li .first-page span, ul.fdtablePaginater li .last-page span
{
  font-weight:bold;
}

ul.fdtablePaginater li a span, ul.fdtablePaginater li div span
{
  background:#FFFFFF;
  border:1px solid #FFFFFF;
  display:block;
  line-height:2em;
}

ul.fdtablePaginater li a.currentPage
{
border-color:#777 !important; /*A84444*/
color:#000000;
}

ul.fdtablePaginater li a
{
cursor:pointer;
}


/* ################################### FOOTER ################################### */
#footer {
    position:relative;
    clear:both;
    margin:20px 0 0 20px;
    padding-top:18px;
    width:834px;
    height:55px;
    bottom:0;
    /*left:15px;*/
    background:#f7f5f1 url(../images/footerSlice.png) repeat-x;
}
#footer.test { padding-top: 0; height: auto; }
.footer-links { position: relative; width: 794px; height: auto; padding: 10px 0 10px 40px; border-bottom: 1px solid #bfbdb9; }
.footer-links h4 { margin: 0 0 7px 0; }
.footer-links li { margin-bottom: 5px; }
.footer-links li.last { margin-bottom: 0; }
.footer-links li a { font-size: .9em; text-decoration: none; }
.footer-links li a:link, .footer-links li a:visited { color: #3e3e3e; }
.footer-links li a:hover,.footer-links li a:active { color: #970B0B; }
.footer-contacts { position: relative; width: 834px; height: auto; padding:12px 0 15px 0; }

.footer-list { float: left; width: 225px; /*padding-bottom: 10px;*/ }

.footer-list-address { float: left; width: 119px; padding-bottom: 10px; }
.footer-list-address li { color: #3e3e3e; /*font-size: .9em;*/ }


#copyright {
    float:left;
    width:143px;
    height:33px;
    padding-top:2px;
    padding-left:20px;
}

#sitemap {
    float:left;
    width:80px;
    text-align:right;
    margin-top:13px;
    font-size:0.95em;
}

#sitemap a:link, #sitemap a:visited {
    text-decoration:none;
    color:#000;
}

#sitemap a:hover, #sitemap a:active {
    text-decoration:underline;
    color:#000;
}

#contact {
    float:left;
    margin-left:2px;
}

#contactMenu {
    list-style-type: none;
    margin: 0;
    padding:0;
}

#contactMenu li {
    float:left;
    display:block;
}

#contactMenu li a:link, #contactMenu li a:visited {
    text-decoration:none;
    color:#000;
}

#contactMenu li a:hover, #contactMenu li a:active {
    text-decoration:underline;
}

#contactMenu li img {
    padding-left:25px;
    padding-top:8px;
}

#contactMenu li img.skypeIcon {
    padding-top:12px;
}

#contactMenu li.contactHd {
    padding-top:13px;
    font-size:.95em;
}

#contactMenu li.contactTxt {
    padding-top:13px;
    font-size:.95em;
    padding-left:3px;
}
p.red a:link, p.red a:visited { color: #970b0b; }

/* Tools */
.a-center { text-align: center; }
.m-center { margin: 0 auto; }
.left { float: left; }
.right { float: right; }
.red { color: #970b0b; }
.green { color: #4e8316; }
.no-lb { border-left:none; }
.no-rb { border-right:none; }


/* ######################################### ADMIN STYLE  ######################################### */

input[type="submit"].disabled, input:disabled { opacity: 0.5; cursor: auto; }

.admin-menu { position: relative; width:913px; height: 38px; margin:10px auto; }
.admin #content { width: 913px; margin: 0 auto; }
.admin-module { position: relative; width: auto; height: auto; border: 1px solid #777; }
.admin-module.dealers-table { margin-top: 20px; }
.admin-module .head { padding: 10px 0 10px 20px; border-bottom: 1px solid #aaa; background-color: #f9f9f9; }
.admin-module h3 { margin:0; text-align: center; }
.admin-module.dealers-table.viewer h3, .admin-module.dealers-table.viewer h4 { text-align: left; }

.admin-module.login { width: 600px; margin: 30px auto; }
.login-form { padding: 27px 57px 10px 35px; }
.login-form label { font-weight: bold; }
.login-form .input-text { width: 200px; margin-top: 3px; }
.login-form #email.input-text { width: 250px; }
.login-form .submit { float: right; margin: 20px 0 0 0; background: url('../images/submit_btn_bg.png') repeat-x; border: 1px solid #777; cursor: pointer; color: #2B2B2B; width: 100px; height: auto; }
.form-error-message { color:#970b0b; margin-top: 3px; padding: 0 0 0 5px; width: 205px; }

.dealer-orders table.order { width: auto; margin-top: 3px; }

/* DEALER LOG IN */
.login-form.dealer { padding: 20px 0px; width: 550px; margin: 0 auto; }
.login-form.dealer .form-error-message { height: 15px; }
.login-form.dealer .form-error-message span { color:#970b0b !important; font-size: 1em; }
.login-form.dealer .submit { margin-top: 10px; }

.page-view { padding: 10px 20px 0 0; position: absolute;  right: 0; top: 37px; z-index: 1000; }
#adminTable .page-view { top: 0px; }
.page-select { position: absolute; top: 50px; right: 10px; z-index: 999; }

.dealers-message { margin: 0px 10px 0 10px; text-align: right; clear: both; }
.logout-btn { background-color: #ECE9D8; border: 1px solid #ccc; text-decoration: none; padding: 2px 5px; margin-left: 10px; }
.logout-btn:hover { text-decoration: none; background-color: #fff; }

.admin-menu ul {
    list-style-type: none;
    margin: 0;
    padding:0;
    /*padding-top:1px;*/
}

.admin-menu ul li {
    float: left;
    font-size: .92em;
    font-weight:normal;
    text-align: center;
    font-weight:bolder;
    letter-spacing:.04em;
    border-right:1px solid #777;
}

.admin-menu ul li.first { border-left:1px solid #777; }

.admin-menu ul li a:link, .admin-menu ul li a:visited {
    color:#2b2b2b;
    text-decoration:none;
    background-image:url(../images/navBarSlice2.png);
    background-repeat:repeat-x;
    padding:13px 20px 0;
    display:block;
    width:auto;
    height:25px;
}

.admin-menu ul li a:hover, .admin-menu ul li a:active {
    color:#FFF;
    /*background:url(../images/navBarHover2.png) repeat-x;*/
    background-image: none;
    background-color: #b9b1a4;
    border-top:1px solid #777;
    border-bottom:1px solid #777;
    height: 23px;
}


table.options
{
  float: left;
  width:auto;
  margin:10px 0 0 0;
  border-collapse:collapse;
  color:#000000;
  text-align:center;
}

#adminTable.orders { position:relative; width:911px; min-height: 375px; margin:0; color: #2B2B2B; }
#adminTable.stock { margin-top: 10px; }
.admin-manage .options td { padding: 0; }
.admin-manage .options input { margin-right: 2px; border-color: #777; }
.admin-manage .options input.no-lb { border-left:none; }

.admin-manage table.order
{
  clear: both;
  width:911px;
  margin-left:0;
  background-color:#ffffff;
  border-collapse:collapse;
  color:#000000;
  text-align:center;
  font-size:0.9em;
}
.dealers-table .admin-manage table.order { width: 798px; }
.price-table table.order { width: 798px; margin-bottom: 30px; }
.admin-price-table { padding: 0 20px; }
.admin-price-table table.order { width: 871px; margin-bottom: 30px; }
.admin-manage table.order.no-arrow { margin-top:10px; }

.admin-manage table.order td, table.order th
{
  border:1px solid #777;
  padding:2px 8px;
  font-size:1.1em;
  
}

.admin-manage table.order td.no-lb, .admin-manage table.options td.no-lb, table.order th.no-lb { border-left:none; }
.admin-manage table.order td.no-rb, table.order th.no-rb { border-right:none; }

#stock-form { position: relative; width: auto; margin: 10px 0 0 0; }
#stock-select { width: 300px; float: right; }
#stock-select label { margin-right: 5px; }
.stock-thumb { margin:20px 0px 0px 110px; }
.stock-thumb img { border: 1px solid #AAAAAA; }

#upload-form { position: relative; margin:30px 0 20px 200px; }
#upload-form .OF1Col2 { padding-bottom: 10px; }
.module-footer { width: auto; height: 40px; background-color: #f9f9f9; border-top: 1px solid #aaa;margin-top: 10px; }

#adminFooter {
    position:relative;
    width:911px;
    height:35px;
    margin: 20px auto 0;
    /*background:url(../images/footerSlice.png) repeat-x #f9f9f9;*/
    text-align:center;
    padding-top:2px;
    /*border-left: 1px solid #777;*/
    /*border-right: 1px solid #777;*/
}

body.admin-bg { background-color: #f9f9f9; }
#container.admin { background-image: none; width: 998px; /*min-height: 600px;*/ background-color: #fff; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; }
#adminHeader {
    position:relative;
    width:819px;
    height:100px;
    margin:0 auto;
    padding:10px 0 ;
}

/* DEALERS */
.contacts-table td { padding: 5px 10px 5px 0; font-size: 1.05em; }
.contacts-table td:first-child { color: #666; width: 140px; }

.admin-picker { float: right; width: 700px; height: 425px; overflow: hidden; border-left:1px solid #777; }
.view-details { padding: 0 0 0 0; width: 210px; }
.admin-manage .view-table { border-collapse:collapse; width:auto; height: auto; text-align: left; }
.admin-manage table.view-table tr { margin-bottom: 5px; }
.admin-manage table.view-table td { padding: 5px 0; }
.head.cells { border-top:1px solid #777 ; text-align: center; height: 35px; padding-top: 0; }
.list-details li { padding: 6px 10px 0 5px;  }
.list-details li.orderData { padding-bottom: 6px; margin-bottom: 3px; border-bottom:1px solid #777; font-weight: bold; }
.list-details li.orderData.last { border-bottom: none; }

.view-orders-table { width: 800px; border-collapse: collapse; }
.view-orders-table.admin { width: 911px; }

/*.view-orders-table tr { border-bottom: 1px solid #aaa; }*/
.view-orders-table th{ border-left: 1px solid #aaa; border-bottom: 1px solid #aaa; padding: 10px 0px; }
.view-orders-table td { border-left: 1px solid #aaa; padding: 10px 0px; text-align: center; }
.view-orders-table th:first-child, .view-orders-table td:first-child { border-left: 0; }
.dealer-picker { height: 425px; margin: 0 auto; overflow: hidden; width: 700px; }

.dealers-table #logoAccordian { width: 100%; margin: 0 auto; }
.dealers-stock-list ul.menu li a {
  background:#ECE9D8;
  color: #000;
  font-weight:bold;
  padding: 1em;
  font-size:1.1em;
  border-bottom: solid 1px #969696;
}
.dealers-stock-list ul.menu, .dealers-stock-list ul.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    border: 0;
}
.dealers-stock-list ul.menu li { margin-top: 0; }
.dealers-stock-list .stockLine { width: auto; }
.dealers-table ul.adminmenu a.stockheader { width: 798px; }
.dealers-table .stockadmin { width: 798px; }
.dealers-table #adminTable img { margin: 5px 0; }

.dealers-table .infoList { width: auto; margin: 10px 0; }
.dealers-table .infoList li { width: auto; }

.letter-options { margin: 5px 0px; height: 23px; }
.letter-options ul { width: auto; height: auto; }
.letter-options li { float: left; margin: 0px 4px; border: 1px solid #ccc; }
.letter-options li:hover, .letter-options li.active { background: #ECE9D8; border:#666 1px solid; }
.letter-options li a { text-decoration: none; padding: 3px 6px; display: block; }
.letter-options p { float: right; margin: 5px 5px 0 0; }
.letter-options a:hover { color: #B80909; }

.colours-list { clear: both; width: 891px; height: 300px; padding: 10px 10px;  /*border-top:1px solid #777;*/ }
.cells-list { width: auto; float: left; margin-right: 30px; padding: 5px; }
.cells-list li { font-size:1em; margin-bottom: 6px; }
.cells-list span.data { font-weight: bold; padding-left: 3px; }

p.log-out { text-align: center; font-size: 1.1em; color:#970b0b;  }

a[href $='.pdf'] {
	background-image: url(../images/icons/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px 20px 3px 0px;
	color: #990000;
}
a[href $='.pdf']:hover {
	text-decoration: underline;
}

.canopyOptions a[href $='.pdf'] {
	background: none;
	padding: 0;
}

.hide-buttons { width: 120px; height: 55px; background: #fff; position: absolute; bottom: 0; right: 0; cursor: move; z-index: 100; }

.captions-box { padding: 20px; }
.captions-list li { height: auto; margin-bottom: 25px; }
.captions-list p { margin: 0 0 5px 0px; font-size: 1em; }
.captions-list label { margin-right: 15px; }
.captions-list img { vertical-align: middle; }
.captions-box .submit-btn input { float: none; margin: 10px 0 0 0; font-size: 1em; }

.captions-list .caption-left { float: left; width: 100px; }
.captions-list .caption-right { float: left; width: 760px; padding-top: 10px; }

.channel-box {
	width: 750px;
	margin-left: 25px;
}
.news-date {
	float: right; color: #000; font-size: 10px; padding-top: 4px;
	
}

/* CLEARFIX */

/* float clearing for IE6 */
* html .col1-set, 
* html .col2-set,
* html .col2-r-set,
* html #navBar,
* html .dealers-table #logoAccordian,
* html #edit-dealer #adminTable.dealers-form fieldset
 {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .col1-set, 
*+html .col2-set,
*+html .col2-r-set,
*+html #navBar:after,
*+html .dealers-table #logoAccordian,
*+html  #edit-dealer #adminTable.dealers-form fieldset
 {
  min-height: 1%;
}

/* float clearing for everyone else */
.col1-set:after,
.col2-set:after,
.col2-r-set:after,
.footer-contacts:after,
#navBar:after,
.dealers-table #logoAccordian:after,
#edit-dealer #adminTable.dealers-form fieldset:after
 {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
