/*

	Disegno - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #CCCCCC;
	color: #000000;
	margin: 0;
	padding: 15px 0;
	}
	
body, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
body.popup {
	background-color: #666698;
	color: #000000;
	margin: 0;
	padding: 0 0 0 0;
	}
	
/* =Layout
---------------------------------------------------------------------------------------------------- */

#wrapper {
	border: 1px solid #000000;
	}
    
#content {
    padding: 10px 12px 4px 12px;
    color: #000000;
}
	
/* =Header
---------------------------------------------------------------------------------------------------- */

#header {
	background-color: #666698;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */

#navigation {
	background-color: #9494B8;
}

#navigation td {
	text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid #4C5053;
    border-bottom: 1px solid #4C5053;
    border-right: 1px solid #4C5053;
}

#navigation td.last {
    border-right: 0;
}

#navigation a, #navigation a:active, #nagivation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover, #navigation a:visited:hover {
	color: #000000;
}

#product-navigation {
	background-color: #FF9934;
}

#product-navigation td {
	text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    border-left: 1px solid #4C5053;
    border-top: 1px solid #4C5053;
    border-bottom: 1px solid #4C5053;
    border-right: 1px solid #4C5053;
}

#product-navigation td.last {
    border-left: 0;
}

#product-navigation a, #product-navigation a:active, #product-nagivation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#product-navigation a:hover, #product-navigation a:visited:hover {
	color: #000000;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */

.bigger {
	font-size: 14px;
	}

.smaller {
	font-size: 10px;
	}
	
h1, h2, h3, h4 {
	color: #9A9960;
	margin: 0 0 12px 0;
	}
	
h1 {
	font-size: 20px;
	}
    
h2 {
	color: #333365;
	font-size: 12px;
    margin: -8px 0 4px 0;
	padding: 0;
	}
	
h2.content {
	color: #333365;
	font-size: 12px;
    margin: 0 0 4px 0;
	padding: 0;
	}

h3.content {
	color: #000000;
	font-size: 12px;
    margin: 0 0 4px 0;
	padding: 0;
	}
	
h2.detail {
	color: #333365;
	font-size: 16px;
    margin: 2px 0 4px 0;
	padding: 0;
	}
    
p {
	line-height: 1.5em;
    margin: 0 0 6px 0;
	}
    
strong {
    color: #333365;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */

ul {
	list-style: square;
	margin: 0 0 12px 10px;
	padding: 0 0 0 16px;
	}
	
ul li {
	margin-bottom: 10px;
	}
	
ul li li {
	margin-top: 4px;
	}
	
li {
	line-height: 1.25em;
	}
    
/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.indent {
	text-indent: 3em;
	}

.validation {
	color: #FF0000;
	font-weight: bold;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* =Links
---------------------------------------------------------------------------------------------------- */

a, a:active, a:visited {
	color: #333365;
	}
		
a:hover, a:visited:hover {
	color: #9A9960;
	}
    
#product a, #product a:active, #product a:visited {
	color: #666698;
    font-weight: bold;
	}
		
#product a:hover, #product a:visited:hover {
	color: #000000;
	}

#product-header a, #product-header a:active, #product-header a:visited {
   color: #9A9960;
   font-weight: bold;
   text-decoration: underline;
}

#product-header a:hover, #product-header a:visited:hover {
   color: #9A9960;
   font-weight: bold;
	}

	
/* =Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	background-color: #333365;
}

#footer td {
    font-size: 9px;
    color: #FFFFFF;
    padding: 4px 6px 24px 12px;
}

#footer a, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}

#footer a:hover, #footer a:visited:hover {
	color: #FFFFFF;
}


/* =Misc: Homepage
---------------------------------------------------------------------------------------------------- */

#lines {
	background-color: #000000;
}

#lines td {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    letter-spacing:8px;
	color: #FFFFFF;
}

#names td {
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
    color: #9A9960;
}

#names a, #names a:active, #names a:visited {
	color: #9A9960;
	text-decoration: none;
}

#names a:hover, #names a:visited:hover {
	color: #666698;
}

#descriptions {
    padding: 2px 6px 10px 12px;
    color: #000000;
}

#welcome {
    padding: 10px 6px 0 12px;
    color: #000000;
}

#welcome h1 {
	color: #9A9960;
	font-size: 14px;
    margin: 0 0 -14px 0;
    padding: 0;
	}

/* =Misc: Testimonials
---------------------------------------------------------------------------------------------------- */
    
#testimonial {
    color: #9494B8;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}

#testimonial-by {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
	padding-top: 2px;
    padding-bottom: 10px;
}

/* =Misc: Category Page
---------------------------------------------------------------------------------------------------- */
#category {
    background-color: #9A9A68;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    letter-spacing:8px;
}

#featured {
    background-color: #FF9934;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    letter-spacing:8px;
}

#category-menu {
    color: #FFFFFF;
}

#category-menu td {
	padding: 5px;
}

#category-menu a {
    color:#9A9960;
	padding: 4px 10px 4px 0;
}

#category-menu a:hover {
    color:#000000;
}


/* =Misc: Notes
---------------------------------------------------------------------------------------------------- */
#notes {
    background-color: #F0F0E8;
    color: #000000;
    font-size: 10px;
    padding: 6px 6px 6px 12px;
}

#notes h2 {
	color: #9A9960;
	font-size: 14px;
    margin: 4px 0 4px 0;
    padding: 0;
    text-transform: uppercase;
	}
	
/* =Misc: In-page images
---------------------------------------------------------------------------------------------------- */

.floatRight {
	float: right;
	margin: 0 0 12px 12px;
	}
	
/* =Misc: Data table
---------------------------------------------------------------------------------------------------- */

.data {
	border: 1px solid #000000;
	border-right: 0;
	border-bottom: 0;
}

.data td {
	border: 1px solid #000000;
	border-top: 0;
	border-left: 0;
	margin-left: 5;
}

.data-sm {
	border: 1px solid #000000;
	border-right: 0;
	border-bottom: 0;
}

.data td, .data th {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	padding: 5px;
	}

.data th {
	color: #FFFFFF;
	background-color: #666698;
}
	
.data-sm td {
	border: 1px solid #000000;
	border-top: 0;
	border-left: 0;
	margin-left: 5;
	font-size: 10px;
}

.data-normal {
	border: 0px;
	border-right: 0;
	border-bottom: 0;
}

.data-normal td {
	border: 0px ;
	border-top: 0;
	border-left: 0;
	margin-left: 0;
}    

/* =Misc: File Downloads
---------------------------------------------------------------------------------------------------- */

.pdf {
	line-height: 16px;
	list-style: none;
	margin: 3px 0 1em 0;
	padding: 3px 0 3px 20px;
	}

li.pdf {
	margin: 3px 0 0 -16px;
	}
	
.pdf {
	background: transparent url("../images/icons/pdf.gif") 0 2px no-repeat;
	}
