@charset "utf-8";
/* CSS Document */

/*------------------------------------------------- intro ---------------------------------------------------------------*/


ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
  }


html {
	height:100%;
	width: 100%;
	max-width:100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: left;
	font-family: arial,verdana,tahoma,sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/design/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-x-position: center;
	background-y-position: top;
	width:100%;
}

div#wrapper {
	width: 920px;
	background-color:#FFFFFF;
	background-image:url(../images/design/hdr-bg.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top:15px;
	padding-bottom:18px;
}

h1, h2, h3, h4, h5 {
	font:16px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}

p {
	padding:5px 5px 5px 5px;
	font-family: arial,verdana,tahoma,sans-serif;
	font-size: 14px;
	line-height:1.5em;
}

a:link, a:visited, a:active {
 	color: #3333cc;
 	background: inherit;
 	padding : 0;
 	margin : 0;
	border: none;
 }
 
a:hover {
 	color: #009;
 	background : inherit;
 }

.all {
	height:auto;
	width:920px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

.rounded {
  border-radius:3ex;
  -webkit-border-radius:3ex;
  -moz-border-radius:3ex;
}

/*------------------------------------------------- /intro ---------------------------------------------------------------*/


/*------------------------------------------------- Header ---------------------------------------------------------------*/


div#head{
	width:auto;
}

.header{
	margin:0px;
	padding:0px;
	height:145px;
	width:auto;
	border-bottom: #000000 1px solid;
}


/*------------------------------------------------- /Header ---------------------------------------------------------------*/

	
/*------------------------------------------------- Menu ---------------------------------------------------------------*/


#head-space {
	list-style:none;
	min-height:40px;
	background-image:url(../images/design/hdr-menu.png);
	background-repeat:no-repeat;
	border-bottom: #000000 1px solid;
}

#head-space li a{
	text-align:left;
	font:14px Arial, Helvetica, Verdana, sans-serif; 
	text-decoration:none;
}

li a:link, a:visited, a:active {
	color: #FFF;
	background: inherit;
	padding : 0;
	margin : 0;
	border: none;
 }
 
  
li a:hover {
	color: #FFF;
	background : inherit;
 }



/*------------------------------------------------- /Menu ---------------------------------------------------------------*/


/*------------------------------------------------- Content ---------------------------------------------------------------*/

.content{
	margin:0px;
	padding:0px 10px 0px 10px;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
 	color: #3333cc;
 	background: inherit;
 	padding : 0;
 	margin : 0;
	border: none;
 }
 
a.breadcrumb:hover {
 	color: #009;
 	background : inherit;
 }
 
table.size-chart {
	border-collapse:collapse;
}

table.size-chart td{
	border:1px solid #ccc;
	padding:7px;
}

/*------------------------------------------------- /Content ---------------------------------------------------------------*/

