/* Start of CMSMS style sheet 'p10 : CDC - home' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 80%;
   line-height: 1.8em;
}


#inbox table
{
	border-collapse:collapse;
	width:100%;
	
}
#inbox table,#inbox th,#inbox  td
{
border: 1px solid #f3f3f3; 


}

#inbox td
{
	height:20px;
	background-color: #ffffff;
	padding: 5px;

} 




/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
	/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #333;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
	color: #666666;
}

/*****************
basic layout 
*****************/


body {
	
	line-height: 1.5em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.gordonsfootwear.co.nz/img/bg.gif);
	background-repeat: repeat-y;
	background-color: #E9E9E9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-position: center;
	
}

/* center wrapper, min max width */
div#pagewrapper {
	width: 984px;
	text-align: left;
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	background-position: center top;
	background-image: url(http://www.gordonsfootwear.co.nz/img/shadow-main.gif);
	margin: 0px auto;
	color: black;
	background-color: transparent;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 165px;    /* adjust according your image size */
   background: #ffffff;
   margin: 0;          
}

div#header h1 a {
/* you can set your own image here */
   background: #ffffff url(uploads/banner-full.jpg) no-repeat; 
   display: block;
   height: 165px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#titre {
   height: 40px;     adjust according your image size */
   text-align: center; /* pour corriger le bug de centrage IE */
   margin-bottom: 15px;
}

table {
    
    margin-left:5px;
}
td { 
    
    text-align: left; /* pour corriger le bug de centrage IE */
    
}


li.menuactive menuparent a{
	background-color:#CCC;

}


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

#menu_vert h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding-left: 8px;
}



#menu_vert a
{
	display: block;
	color: #FFF;
	background-color: #000;
	width: 100%;
	padding: 0px 12px 0px 10px;
	text-decoration: none;
	font-weight: normal;
}

#menu_vert a:hover
{
	background-color: #999;
	color: #FFF;
}
#menu_vert li li li li a
{
	display: block;
	color: #333;
	background-color: #FFF;
	width: 100%;
	padding: 0px 12px 0px 2px;
	text-decoration: none;
	font-weight: normal;
	margin-left:6px;
	margin-right:4px;
}

#menu_vert li li li li a:hover
{
	
	color: #000;
	background-color: #FFF;
	width: 100%;
	padding: 0px 12px 0px 2px;
	text-decoration: underline;
	font-weight: normal;
	margin-left:6px;
	margin-right:4px;
}

#menu_vert li li a
{
	display: block;
	color: #FFF;
	background-color: #7B89A6;
	width: 100%;
	padding: 0px 12px 0px 10px;
	text-decoration: none;
	font-weight: normal;
}
#menu_vert li li li a
{

	display: block;
	color: #FFF;
	background-color: #B0B7C9;
	width: 100%;
	text-decoration: none;
	font-weight: normal;
}





#menu_vert ul li{
/*	background-color:#000;*/

}

#menu_vert ul li a{

border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e1e1e1;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;


background-repeat: no-repeat;
background-position: right center;

}

#menu_vert ul li {
	text-decoration: none;
	 margin-top: 1px;
text-align: left;
line-height: 2.2em;
margin-bottom: 0em;
font-size: 100%;

margin-right: 0px;
margin-left: 0em;
width: 14.5em;
/*padding-left: 0.5em;*/
}



* html #cadre ul{ /*IE only rule, reduce menu width*/
	width: 100%;
}

#cadre ul{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 85%;
	font-weight: bold;
	line-height: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

#cadre ul li{
	display: inline;
}

#cadre ul li a{
	color: #484844;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 54px;
	padding-bottom: 12px;
	padding-left: 54px;
	float: right;
	background-color: #E2E2E2;
}

#cadre ul li a:visited{
	color: #484844;
}

#cadre ul li a:hover{
	color: #FFF;
	background-color: #999;
}







/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div#content {
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
}


div#main {
   margin-left: 260px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
	width:680px;
}

div#sidebar {
	float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
	width: 200px;     /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX IE double margin bug */
	/*margin-left: 30;*/
	list-style-type: none;
	list-style-image: none;
	padding-left:10px;
	margin-top: 20px;
}

div#sidebar ul {

	  list-style-type: none;
  list-style-image: none;
	
}


div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #ffffff;
   height: 221px;    /* adjust according your image size */
   background: #B5B5B5;
   text-align: center;
}


div#footer {
   clear: both;       /* keep footer below content and menu */
   height: 221px;    /* adjust according your image size */
   background: #000000;
   text-align: left;

}

div#footer p {
   font-size: 0.8em;
   color: #ffffff;
   padding: 12em;
   padding-top:2em;       /* some air for footer */
   text-align: center;  /* centered text */
}

div#footer p a {
   text-decoration: underline;
   color: #AADC00;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
  
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	font-size: 16px;
line-height: 1.6;
}
div#content h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	
}
div#content h4 {
   color: #000; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.8em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'p10 : CDC - home' */

