/*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; }

#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;
}

p.message { color:#970b0b; font-size:1.05em; }

td a {
    color:#000000;
}

td 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;
}

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:31px;
    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;
}

/* ################################### 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 #969696; border-bottom:3px solid #969696;
    border-left:3px solid #969696; border-right:3px solid #969696;
    background-color:#eeece8;
    width:470px;
    margin:0 auto;
    height:auto;
    z-index:99;
}

#subcontent1 {
    position:absolute;
    visibility:hidden;
    border:2px solid #969696;
    background-color:#eeece8;
    width:180px;
    height:auto;
    z-index:98;
    text-align:center;
}

#subList1 {
    float:left;
    width:155px;
    height:255px;
}

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

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

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

#subList3 img {
    margin:10px 0 0 10px;
    border:solid 1px #838383;
}

#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; margin:0 20px; padding-bottom:13px; text-align:center; }
#subList3 ul.subList li { width:120px; margin:0 10px 0 10px; }

#subcontent1 ul.subList li{ width:165px; margin:0 10px; padding-bottom:8px; }
#subcontent1 ul.subList li.topItem { margin-top:10px;}

#subcontent ul.subList li.range { margin:8px 0 5px 9px; padding-bottom:0; }
#subcontent ul.subList li.range h4 { margin-top:8px; margin-bottom:8px; 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 a:link,  ul.subList li a:visited {
    text-decoration:none;
    color:#000000;
    font-size:1.05em;
}

ul.subList li a:hover {
    text-decoration:none;
    color:#970b0b;
}


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

/* ################################### 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:260px;
    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; }
.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:212px;
    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:1em;

}
.heading {
    height:20px;
    border-bottom:solid 1px #333333;
    margin:20px 0 5px 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;
}

/*.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; }
.frontpageStock tr { width:222px; }
.frontpageStock tr td a {  }
.frontpageStock td.canopyName { width:112px; height:36px; padding:0; }
.frontpageStock td.canopyImage { width:100px; height:36px; padding:0; }
.frontpageStock td.canopyName a { display:block; width:119px; height:28px; text-align:left; font-size:1.05em; font-weight:bold; color:#2B2B2B; padding-top:7px;}
.frontpageStock td.canopyName a:hover { color:#B80909; text-decoration:none; }
.frontpageStock td.canopyImage a { display:block; width:100px; height:35px; }
.frontpageStock td.canopyImage a img { width:100px; }






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

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

.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: 0; }

.newsStory h4 a:link, .newsStory h4 a:visited{
    color:#970b0b;
}

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

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


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: 5px; }

#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;
}

#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: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;
}

.daed th, .daed td { background-color:#8cc63f; }
.icarus th, .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:15px;
    margin-top:8px;
    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;
}

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

#mainContent li{list-style-type:disc; margin-left:20px;font-size:.95em;}

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:8px;
    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;
}

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;
}

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

.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); border: 1px solid #666; cursor: pointer; float:left; font-size: 1.1em; margin: 10px 0 0 110px; color: #2B2B2B; }
.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; }

.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; }

.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:130px;
    margin-left:5px;
    padding-bottom: 6px;
}

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

.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;
}

#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:0 0 0 10px;
  padding-top:2px;
  font-size:0.95em;
  font-weight:normal;
  letter-spacing:normal;
}

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:#ece9d8;
  color:#000000;
  padding:2px 8px 4px 4px;
}

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

/* ################################### 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;
}



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

#adminTable img { margin:5px 0 15px 30px; border:1px solid #777; }

#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;
}

#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;
}

#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.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.success
{
  text-align:center;
  color:#970b0b;
}

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; }
#adminTable .coloursButton input.update{ margin:10px 0 0 300px; }

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

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

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;
}

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 {
    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: 60px;
  padding:0;
  text-align:center;
  width:auto;
}

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; }
.no-lb { border-left:none; }
.no-rb { border-right:none; }


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


a.underline:link, a.underline:visited { text-decoration: underline; }
.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 .head { padding: 10px 10px 10px 20px; border-bottom: 1px solid #aaa; background-color: #f9f9f9; }
.admin-module h3 { margin:0; text-align: center; }

.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 .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; }

.page-view { padding:10px 20px 0 0; }

.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;
}
.admin-manage table.order.no-arrow { margin-top:10px; }

.admin-manage table.order td, table.order th
{
  border:1px solid #777;
  padding:2px 7px;
  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 ;
}

.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; }

.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;  }



