/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#4f4f4f;
	font-size:14px;
	line-height:20px;
	margin:0 auto;
	background-image:url(images/bg_body-full.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;

}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-color:#FFFFFF;
}


#bg_repeat {
	position:relative;
	height:auto;
	background-image:url(images/bg_body-top.jpg);
	background-repeat:repeat-x; 
	margin: 0 auto;


}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:282px;
	background-image:url(images/bg_header2.jpg);
	background-repeat:no-repeat;
	
	
}



#header_home {
	width:950px;
	height:42px;

}

#home_banner {
	position:absolute;
	top:47px;
	left:440px;
	width:507px;
	height:230px;
}

#sub_banner {
	position:absolute;
	top:75px;
	left:190px;
	background-image:url(images/img_sub-header.jpg);
	background-repeat:no-repeat;
	width:762px;
	height:161px;
}

#logo {
	position:absolute;
	top:42px;
	left:0px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:240px;
}


/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:375px;
	width:558px;
	
}

#home_side_nav {
	position:absolute;
	top:47px;
	left:196px;
	width:246px;
	height:228px;
}

#sub_side_nav {
	position:absolute;
	top:0;
	left:0;
	width:173px;
	height:162px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	padding:10px 0 0 0;
}

/* ---- start main content settings -------------- */

#flag {
	position:relative;
	top:0;
	right:20px;
	padding: 0 0 0 0;
}

#home_content_main {
	position:relative;
	top:0;
	left:0;
	width:700px;
	float:right;
	height:auto;
	padding: 0 20px 0 10px ;
}

#shoe_table {
	padding:20px 0;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:716px;
    min-height:250px;
    height:auto !important;
    height:250px;
	padding: 0 40px 0 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:175px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	color:#ffffff;
	font-size:12px;
	top:0;
	left:0;
	width:950px;
	height:91px;
	clear:both;
	background-image:url(images/bg_footer2.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

#footer_copy {
	position:relative;
	margin:0 auto;
	width:950px;
	height:91px;
	clear:both;
}

#footer_slug {
	float:right;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:35px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/top_nav.jpg);
}

a#nav_01 {
	width:61px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -35px;
}

.active_01 {
	background-position: 0 -35px !important;
}

a#nav_02 {
	width:135px;
	background-position:-61px 0;
}

a:hover#nav_02{
	background-position:-61px -35px;
}

.active_02 {
	background-position:-61px -35px !important;
}

a#nav_03 {
	width:136px;
	background-position:-196px 0;
}

a:hover#nav_03{
	background-position:-196px -35px;
}

.active_03 {
	background-position:-196px -35px !important;
}

a#nav_04 {
	width:140px;
	background-position:-332px 0;
}

a:hover#nav_04{
	background-position:-332px -35px;
}

.active_04 {
	background-position:-332px -35px !important;
}

a#nav_05 {
	width:86px;
	background-position:-472px 0;
}

a:hover#nav_05{
	background-position:-472px -35px;
}

.active_05 {
	background-position:-472px -35px !important;
}

/*------Home Side Nav------*/

#home_side_nav a {
	position:relative;
	float:left;
	height:38px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/home-side-nav2.jpg);
}

a#home_side_nav_01 {
	width:246px;
	background-position:0 0;
}

a:hover#home_side_nav_01{
	background-position: -247px 0;
}

.active_01 {
	background-position: -247px 0 !important;
}
a#home_side_nav_02 {
	width:246px;
	background-position:0 -38px;
}

a:hover#home_side_nav_02{
	background-position: -247px -38px;
}

.active_02 {
	background-position: -247px -38px !important;
}
a#home_side_nav_03 {
	width:246px;
	background-position:0 -76px;
}

a:hover#home_side_nav_03{
	background-position: -247px -76px;
}

.active_03 {
	background-position: -247px -76px !important;
}
a#home_side_nav_04 {
	width:246px;
	background-position:0 -114px;
}

a:hover#home_side_nav_04{
	background-position: -247px -114px;
}

.active_04 {
	background-position: -247px -114px !important;
}
a#home_side_nav_05 {
	width:246px;
	background-position:0 -152px;
}

a:hover#home_side_nav_05{
	background-position: -247px -152px;
}

.active_05 {
	background-position: -247px -152px !important;
}
a#home_side_nav_06 {
	width:246px;
	background-position:0 -190px;
}

a:hover#home_side_nav_06{
	background-position: -247px -190px;
}

.active_06 {
	background-position: -247px -190px !important;
}


/*------Home Side Nav------*/

#sub_side_nav a {
	position:relative;
	float:left;
	height:27px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/sub-side-nav2.jpg);
}

a#sub_side_nav_01 {
	width:173px;
	background-position:0 0;
}

a:hover#sub_side_nav_01{
	background-position: -173px 0;
}

.active_01 {
	background-position: -173px 0 !important;
}

a#sub_side_nav_02 {
	width:173px;
	background-position:0 -27px;
}

a:hover#sub_side_nav_02{
	background-position: -173px -27px;
}

.active_02 {
	background-position: -173px -27px !important;
}

a#sub_side_nav_03 {
	width:173px;
	background-position:0 -54px;
}

a:hover#sub_side_nav_03{
	background-position: -173px -54px;
}

.active_03 {
	background-position: -173px -54px !important;
}

a#sub_side_nav_04 {
	width:173px;
	background-position:0 -81px;
}

a:hover#sub_side_nav_04{
	background-position: -173px -81px;
}

.active_04 {
	background-position: -173px -81px !important;
}

a#sub_side_nav_05 {
	width:173px;
	background-position:0 -108px;
}

a:hover#sub_side_nav_05{
	background-position: -173px -108px;
}

.active_05 {
	background-position: -173px -108px !important;
}

a#sub_side_nav_06 {
	width:173px;
	background-position:0 -135px;
}

a:hover#sub_side_nav_06{
	background-position: -173px -135px;
}

.active_06 {
	background-position: -173px -135px !important;
}
