* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

html {
	background: #fff;
}

body {
	background: #fff url('/_grafix/bg.png') top left repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #111;
}

a:hover {
	color: #555;
}

br.clear {
	clear: both;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

span.big {
	font-size: 17px;
	font-weight: bold;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

strong.gold {
	color: #D4A017;
}

strong.silver {
	color: #aaa;
}

img.middle {
	vertical-align: middle;
}

ul.list {
	list-style-type: square;
	padding-left: 15px;
}

ul.list li {
	padding: 2px 0 2px 3px;
}

hr {
	width: 525px;
	height: 1px;
	border: 0;
	color: #ccc;
	background: #ccc;
}


/* intro */

#intro_spacer {
	margin: auto;
	width: 525px;
	height: 150px;
}

#intro {
	margin: auto;
	width: 525px;
	height: 356px;
}

#intro .gutter {
	width: 525px;
	padding: 3px 0;
}

#skip_intro {
	margin: auto;
	text-align: center;
	margin-top: 15px;
}


/* main block */

#block {
	margin: auto;
	width: 525px;
	height: 356px;
	background: url('/_grafix/bg_block_logo.png') top left no-repeat;
}

#block .gutter {
	width: 525px;
	padding: 3px 0;
}

#spacer {
	margin: auto;
	width: 525px;
	height: 10px;
}

#block .content {
	float: left;
	padding: 30px 30px 0 30px;
}


/* navigation */

#navigation {
	margin: auto;
	width: 525px;
	height: 150px;
}

#navigation .floater_row1 {
	float: left;
	width: 525px;
	height: 17px;
	margin-top: 100px;
}

#navigation .floater_row2 {
	float: left;
	width: 525px;
	height: 17px;
}

#navigation .floater_row3 {
	float: left;
	width: 525px;
	height: 20px;
}

#navigation span {
	display: none;
}

/* lan switch */

#lan_switch {
	float: right;
	width: 525px;
	height: 20px;
	margin-top: 10px;
}

#lan_switch ul {
	list-style-type: none;
}

#lan_switch li {
	float: right;
	vertical-align: top;
	height: 17px;
	width: 14px;
	margin-left: 3px;
	padding-left: 5px;
	background: url('/_grafix/nav_line.png') center left no-repeat;
}

#lan_switch li a {
	float: right;
	display: block;
	vertical-align: top;
	height: 17px;
	width: 14px;
}

#lan_switch li a:hover { 
	background-position: 0 -17px; 
}

#lan_switch li a.selected { 
	background-position: 0 -34px; 
}

/* login */

#login {
	float: right;
	text-align: right;
	width: 525px;
	height: 50px;
	font-size: 10px;
	overflow: hidden;
}

#login a {
	color: #999;
}

#login a:hover {
	color: #111;
}

/* login form */

#div_login_form {
	float: right;
	width: 210px;
	height: 45px;
	background: #f1f1f1;
	overflow: hidden;
}

#div_login_form table {
	padding: 3px;
}

#div_login_form td {
	text-align: left;
}

#div_login_form td.email {
	width: 98px;
}

#div_login_form td.password {
	width: 75px;
}

#div_login_form td.button {
	width: 18px;
}

#div_login_form input {
	vertical-align: top;
	height: 14px;
	border: 1px solid #aaa;
	background: #fff;
	font-family: Arial;
	font-size: 11px;
}

#div_login_form input.btn {
	width: 16px;
	margin-left: 2px;
	border: none;
	background: none;
}

/* newsletter form */

#div_newsletter_form {
	float: right;
	width: 210px;
	height: 45px;
	background: #f1f1f1;
	overflow: hidden;
}

#div_newsletter_form table {
	padding: 3px;
}

#div_newsletter_form td {
	text-align: left;
}

#div_newsletter_form td.name {
	width: 75px;
}

#div_newsletter_form td.email {
	width: 98px;
}

#div_newsletter_form td.button {
	width: 18px;
}

#div_newsletter_form input {
	vertical-align: top;
	height: 14px;
	border: 1px solid #aaa;
	background: #fff;
	font-family: Arial;
	font-size: 11px;
}

#div_newsletter_form input.btn {
	width: 16px;
	margin-left: 2px;
	border: none;
	background: none;
}


/* home icon */

#navigation .home_icon {
	float: right;
	width: 12px;
	height: 20px;
	margin-left: 1px;
}

/* main navigation */

#navigation .one {
	float: left;
	width: 250px;
}

#navigation .one ul {
	list-style-type: none;
}

#navigation .one li {
	float: left;
	vertical-align: top;
	height: 17px;
	margin-left: 3px;
	padding-left: 5px;
	background: url('/_grafix/nav_line.png') center left no-repeat;
}

#navigation .one li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 17px;
}

#navigation .one li a:hover { 
	background-position: 0 -17px; 
}

#navigation .one li a.selected { 
	background-position: 0 -34px; 
}

/* sub navigation */

#navigation .two {
	float: right;
	width: 240px;
}

#navigation .two ul {
	list-style-type: none;
}

#navigation .two li {
	float: right;
	vertical-align: top;
	height: 17px;
	margin-right: 3px;
	padding-right: 5px;
	background: url('/_grafix/nav_line.png') center right no-repeat;
}

#navigation .two li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 17px;
}

#navigation .two li a:hover { 
	background-position: 0 -17px; 
}

#navigation .two li a.selected { 
	background-position: 0 -34px; 
}


/* content */

#content {
	margin: auto;
	width: 525px;
}

#content .gutter {
	padding: 10px 0 50px 0;
}

#content p {
	margin-bottom: 1em;
}

/* fckeditor */

div.content p {
	margin-bottom: 1em;
}

div.content ul {
	list-style-type: square;
	padding-left: 15px;
	margin-bottom: 1em;
}

div.content li {
	padding: 2px 0 2px 3px;
}


/* news */

#news_scroller {
	margin: auto;
	margin-top: 25px;
	width: 525px;
}

#news_scroller .title {
	float: left;
	margin-top: 2px;
	font-weight: bold;
	width: 50px;
	overflow: hidden;
}

#news_scroller .text {
	float: left;
	width: 475px;
}

#news_scroller a {
	text-decoration: none;
}

/* homepage banners */

#home_banners {
	margin: auto;
	width: 525px;
	height: 185px;
}

#home_banners ul {
	float: left;
	list-style: none;
	margin-top: 15px;
	width: 525px;
	height: 160px;
}

#home_banners li {
	float: left;
	vertical-align: top;
	width: 105;
	height: 170px;
}

#home_banners li a {
	float: left;
	display: block;
	vertical-align: top;
	width: 105px;
	height: 170px;
}

#home_shoes_left a {
	width: 80px;
	background: url('/_grafix/home_shoes_left.jpg') no-repeat top left;
}

#home_boys a {
	width: 93px;
	background: url('/_grafix/home_boys.jpg') no-repeat top left;
}

#home_gold a {
	width: 100px;
	background: url('/_grafix/home_gold.jpg') no-repeat top left;
}

#home_casual a {
	width: 90px;
	background: url('/_grafix/home_casual.jpg') no-repeat top left;
}

#home_girls a {
	width: 85px;
	background: url('/_grafix/home_girls.jpg') no-repeat top left;
}

#home_shoes_right a {
	width: 77px;
	background: url('/_grafix/home_shoes_right.jpg') no-repeat top left;
}

#home_banners li a:hover { 
	background-position: 0 -160px; 
}

#home_banners li span {
	display: none;
}


/* newsletter subscribe */

#newsletter_subscribe {
	margin: auto;
	width: 525px;
}

#newsletter_subscribe .gutter {
	width: 525px;
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 10px;
	padding-bottom: 10px;
}

#newsletter_subscribe input.text {
	border: 1px solid #666;
	padding: 1px;
	vertical-align: middle;
}


/* flash sliders */

#slider_with_image {
	height: 456px;
	width: 100%;
}

#slider {
	height: 100px;
	width: 100%;
}


/* login form */

#login_form_container {
	float: left;
	padding: 30px;
}

#login_form table {
	width: 400px;
}

#login_form td {
	padding: 3px;
}

#login_form td.err {
	color: #c00;
}

#login_form input.form_field {
	width: 242px;
	height: 18px;
	padding: 4px;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #aaa;
	vertical-align: top;
}

#login_form_bottom {
	float: left;
	width: 335px;
}

#login_form_bottom .login_form_bottom_gutter {
	float: right;
	padding-top: 10px;
	text-align: right;
}


/* top menu after login */

#login_top_menu {
	float: left;
	width: 100%;
	height: 30px;
	background: #333;
	font-size: 11px;
	color: #fff;
}

#login_top_menu .gutter {
	margin: auto;
	width: 525px;
	padding-top: 8px;
}

#login_top_menu .left {
	float: left;
	width: 200px;
}

#login_top_menu .right {
	float: right;
	width: 300px;
	text-align: right;
}

#login_top_menu a {
	color: #fff;
}

#login_top_menu a:hover {
	color: #ddd;
}


/* content with images */

#image_content {
	margin: auto;
	width: 525px; 
	height: 465px; 
}

#image_content .image {
	float: left;
	width: 525px;
	height: 378px;
	margin-top: 3px;
}

#image_content .thumbs {
	float: left;
	width: 525px;
	height: 67px;
	background: #f1f1f1;
}

#image_content .thumbs_gutter {
	float: left;
	padding: 3px;
}

#image_content .thumbs img {
	border: 1px solid #f1f1f1;
	margin-right: 1px;
}

#image_content .thumbs img.selected {
	border: 1px solid #ffe41c;
}


/* where to buy */

#map_container {
	float: left;
	width: 525px;
	height: 350px;
}

#map_spacer {
	float: left;
	width: 95px;
	height: 350px;
}

#map_canvas {
	float: left;
	width: 430px;
	height: 350px;
}


/* e-cards */

#ecards {
	width: 525px;
	height: 356px;
	margin: auto;
}

#ecards .preview {
	float: left;
	width: 87px;
	text-align: center;
	color: #ddd;
	font-size: 15px;
	margin-top: 3px;
}

#ecards .preview img {
	border: 1px solid #fff;
}

#ecards .preview a {
	color: #aaa;
	text-decoration: none;
	font-size: 15px;
}

#ecards .preview a:hover {
	color: #666;
}

#ecards .preview div.ttl {
	float: left;
	text-align: left;
	margin-bottom: 4px;
	width: 85px;
	font-size: 12px;
	color: #333;
}

#ecards .form {
	float: right;
	width: 428px;
	height: 350px;
	margin-top: 3px;
}

#ecards .gutter {
	float: left;
	padding: 18px 0 0 25px;
}

#ecards .form table {
	width: 100%;
}

#ecards input.form_field {
	width: 242px;
	height: 18px;
	padding: 4px;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #aaa;
	vertical-align: top;
}

#ecards textarea {
	width: 242px;
	height: 85px;
	padding: 4px;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #aaa;
	vertical-align: top;	
}

#ecards input.form_button {
	font-size: 14px;
	color: #fff;
	background-color: #333;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}


/* downloads */

ul.downloads_image_browser {
	list-style-type: none;
	width: 525px;	
}

ul.downloads_image_browser li {
	float: left;
	width: 76px;
	height: 76px;
	background: #ccc;
	margin: 0 8px 8px 0;
	border: 1px solid #333;
	overflow: hidden;
}

ul.downloads_image_browser img {
	width: 120px;
}


/* jobs */

div.job_title {
	width: 525px;
	background: #f1f1f1;	
	cursor: pointer;
	margin-bottom: 10px;
}

div.job_title_gutter {
	width: 515px;
	padding: 5px;
	font-weight: bold;
}

div.job_content {
	width: 525px;
	margin: 7px 0 20px 0;
}

div.job_content p {
	margin-bottom: 14px;
}

div.job_content ul {
	list-style-type: square;
	padding-left: 15px;
	margin-bottom: 15px;
}

div.job_content ul li {
	padding: 2px 0 2px 3px;
}


/* press articles */

div.press_article {
	float: left;
	width: 525px;
	background: #f1f1f1;
	margin-bottom: 10px;
}

div.press_article_gutter {
	float: left;
	width: 505px;
	padding: 10px;
}

div.press_article img {
	float: right;
	border: 3px solid #999;
	margin-left: 15px;
}


/* where to buy */

#search_form {
	float: left;
	width: 525px;
	height: 40px;
	background: url('/_grafix/bg_search_form.gif') top left no-repeat;
	overflow: hidden;
}

#search_form ul {
	list-style-type: none;
	float: left;
	width: 355px;
	height: 25px;
	margin-top: 6px;
	padding-left: 10px;
}

#search_form li {
	float: left;
	height: 25px;
	background: url('/_grafix/search_form_divider.gif') center right no-repeat;
	margin: 0 7px 0 0;
	padding: 6px 9px 0 0;
	font-weight: bold;
	font-size: 13px;
}

#search_form li input {
	vertical-align: middle;
	margin-bottom: 2px;
}

#search_form .search_field {
	float: left;
	width: 125px;
	padding: 2px;
	margin-top: 12px;
	background: transparent;
}

#search_form_clear {
	float: left;
	cursor: pointer;
	width: 525px;
	background: #111 url('/_grafix/bg_search_form_clear.gif') center right no-repeat;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 4px 0;
}

#search_form_clear a {
	color: #fff;
}

#search_form_clear a:hover {
	color: #eee;
}


/* client list */

table.client_list {
	width: 525px;
	margin-top: 10px;
	font-size: 11px;
}

table.client_list td {
	padding: 5px;
}

table.client_list td.icons {
	width: 50px;
	vertical-align: middle;
}

table.client_list tr.color {
	background-color: #f1f1f1;
}

span.search_result {
	color: #666;
	font-size: 11px;
}


/* contact*/

#headoffice_map_container {
	float: right;
	width: 300px;
	height: 250px;
	border: 5px solid #eee;	
	margin-bottom: 40px;
}

#headoffice_map_canvas {
	width:  300px;
	height: 250px;
}



/* agents */

div.agent {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	line-height: 1.5em;
}


/* form */

input.text {
	width: 150px;
	height: 18px;
	padding: 4px;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #aaa;
	vertical-align: top;
}

input.login_button {
	font-size: 14px;
	color: #fff;
	background: #000;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

span.err {
	font-weight: bold;
	color: #A43131;
}

span.err a {
	color: #A43131;
}

span.small {
	font-size: 12px;
	color: #999;
}

span.date {
	font-size: 12px;
	color: #999;
}

.err {
	color: #A43131;
}


