/* 

Key Colours			Dark			Light
----------------------------------------------------------------------

*/

/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
---------------------------------------------------------- */

body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 75%; /* This is where you set your desired font size. The line-heights and vertical margins are automatically calculated from this. The percentage is of 16px (0.75 * 16px = 12px). */
	line-height: 1.5;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;	
	color: #000;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.8em;
	}

h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1em;
	}

h6 {
	font-size: 1em;
	}

p {
	margin: 0 0 1.5em 0;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

img {
	margin: 0 0 1.5em;
	}
#content img {
    margin: 0 0 8px 8px;
    border: 1px solid #000;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

ul {
	list-style-type: disc;
	}

ol {
	list-style-type: decimal;
	}

dl {
	margin: 0 0 1.5em 0;
	}

dl dt {
	font-weight: bold;
	}

dd {
	margin-left: 1.5em;
	}

abbr, acronym {
	border-bottom: 1px dotted #666;
	}

address {
	font-style: italic;
	margin-top: 1.5em;
	}

del {
	color:#666;
	}

a:focus, 
a:hover {
	color: #B81142;
	}

a:link, 
a:visited,
a:active {
	color: #0000CC;
	text-decoration: none;
	}

a:hover {
	color: #3F41FF;
	text-decoration: underline;
	}
	

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
	}

strong {
	font-weight: bold;
	}

em, dfn {
	background: transparent;
	font-style: italic;
	}

dfn {
	font-weight: bold;
	}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
	}

pre, code, tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
	} 

tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
	}

table {
	margin-bottom: 1em;
	}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	}

td {
	border-bottom: 1px solid #ccc;
	}

th, td {
	padding: 0.2em;
	}

input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #666;
	}

textarea {
	font-size: inherit;
	}

input.inputButton {
	background: #9F0631;
	border: 1px solid #9F0631;
	color: #fff;
	font-weight: bold;
	font-family: inherit;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 10px;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}

input.inputButton:hover {
	background: #BF0B41;
	cursor: pointer;
}
/* Containers
---------------------------------------------------------- */

body#mongoose {
	background-color: #fff;
	color: #333;
	padding: 0 0 4em 0;
	}

#container {
	padding: 0 3px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1000px; /* Theme: width = 950px */
	}
#content_wrap {
    width: 100%;
    clear: both;
}
#content_container {
    background: transparent url(images/content_bg.jpg) repeat-y 50% 0;
	width: 1000px; /* Theme: the width needs to be repeated here or IE bugs out */
	margin: 0 auto;
	}

#content {
	background: #fff;
	min-height: 174px;
	
	}

#content.two_column {
	float: left;
	width: 680px;
	margin: 0;
	min-height: 400px;
	}

#sidebar {
	background: transparent;
	float: left;
	margin: 0 10px;
	width: 280px;
	min-height: 400px;
	padding: 10px 9px 10px 7px;
	max-height: 100%;
	}
	
#sidebar h2 {
	padding: 0 0 10px 0;
	}
/* HomePage Content
---------------------------------------------------------- */

#homepage_content {
    width: 1000px;
    margin: 0 auto;
    min-height: 174px;
    padding: 50px 0 60px 0;
}
#homepage_content p {
    clear: both;
}
#store_locator {
    width: 333px;
    height: 184px;
    border: 1px solid #d2d2d2;
    float: left;
}
#franchising {
    width: 306px;
    height: 184px;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 0 0 24px;
}
#media {
    width: 306px;
    height: 184px;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 0 0 24px;
}
#store_locator img,
#franchising img,
#media img {
    border: none;
    float: right;
}
.read_more{
    display: block;
    text-align: right;
    font-size: 12px;
    height: 20px;
    width: 120px;
    float: right;
    background: #B81142;
}
.read_more a {
    text-decoration: none;
    padding-right: 15px;
    background: url('images/arrow2.png') no-repeat right;
    color: #fff;
}
.pad {
    padding: 8px;
}

/* Header
---------------------------------------------------------- */
#header_wrap {
    width: 100%;
    
}
#header {
	background: #fff url(images/logo.jpg) no-repeat top left;
	color: #333;
	clear: both;
	width: 1040px;
	margin: 16px auto 6px;
	height: 93px;
	}

#header #logo {
	width: 164px;
	height: 93px;
	float: left;
	}

#header #logo a {
	color: #fff;
	display: block;
	font-size: 3em;
	height: 93px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	}
/* Mast
---------------------------------------------------------- */	

#mast_wrap {
    background: transparent url(images/mast_bg.png) center left repeat-x;
    width: 100%;
    height: 430px;
    border-top: 1px solid #AE0C3B;
    border-bottom: 1px solid #AE0C3B;
    margin: 15px 0 0 0;
}
#mast {
    background: transparent url(images/mast.png) top center no-repeat;
    width: 1000px;
    height: 428px;
    margin: 1px auto;
}
#mast_content {
    margin: 0;
}

/* Mast Content
---------------------------------------------------------- */	

#content_mast_wrap {
    background: transparent url(images/content_mast_bg.png) center left repeat-x;
    width: 100%;
    height: 109px;
    border-top: 1px solid #AE0C3B;
    border-bottom: 1px solid #AE0C3B;
    margin: 15px 0 0 0;
}
#mast_content {
    background: transparent;
    width: 1000px;
    height: 107px;
    margin: 1px auto;
    overflow: visible;
}
#mast_content img {
    margin: 0!important;
}
/* Search Site
---------------------------------------------------------- */
#search_site{
    margin:5px 0 0 0;
    float: right;
    height: 50px;
    width: 200px;
    }
#search_site input.inputButton{
    background: transparent url(images/search.png) top left no-repeat;
    width: 29px;
    height: 29px;
    border: none;
    text-indent: -9999px;
    padding: 0;
    }
#search_site input.inputText{
    width: 155px;
    }
#search input.inputText {
    width: 155px;
}
#search input,
#search label {
    padding: 0 10px;
}
#search {
    padding: 25px 0;
    border-bottom: 1px solid #c7c7c7;
}
/* Footer
---------------------------------------------------------- */
#footer_wrap {
    background: #E1E1E1 url(images/footer_bg.png) top left repeat-x;
    width: 100%;
    clear: both;
    border-top: 1px solid #C7C7C7;
    height: 100%;
}
#footer {
	background: transparent;
	clear: both;
	width: 1000px;
	min-height: 210px;
	margin: 0 auto;
	}

#footer p {
	float: right;
	color: #000;
	margin: 0 68px 10px 0;
	border-left: 1px solid #c7c7c7;
	padding-left: 8px;
	}

#footer .copyright {
	float: left;
	color: #000;
	margin: 0;
	border-left: none;
	}

/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	float: left;
	width: 870px;
	min-height:36px;
	background: transparent;
	}
.sitemap {
    clear: both;
    float: left;
    width: 690px;
    min-height: 160px;
    margin: 13px 0 0 0;
}
.sitemap ul {
    margin: 5px 0 0 0;
}
.sitemap ul li {
    display: inline;
    padding: 0 11px 0 0;
    float: left;
}
.sitemap ul li a {
    font-weight: bold;
    color: #000;
    font-size: 8pt;
}
.sitemap ul li ul li {
    display: none;
    clear: both;
}
.sitemap ul li ul li a {
    font-weight: normal;
    font-size: 8pt;
}
#other_links {
    float: left;
    width: 300px;
    height: 180px;
    border-left: 1px solid #c7c7c7;
    margin: 5px 0 0 0;
}
#other_links ul li{
    list-style-type: none;
}
#other_links ul {
    margin: 5px 0 0 20px;
}
#other_links ul li a{
    color: #C43F67;
}
.active {
    background: transparent url(images/media_nav.png) top left no-repeat!important;
}
#media_nav {
    float: left;
    width: 678px;
    height: 30px;
    background: #960A30;
    border: 1px #000 solid;
    margin: 10px 0 0 0;
}
#media_nav ul {
    margin: 0;
}
#media_nav ul li {
    display: inline;
    float: left;
    list-style-type: none;
    width: 113px;
    height: 30px;
    text-align: center;
}
#media_nav ul li a {
    color: #fff;
    background: transparent;
    width: 100%;
    height: 30px;
    display: block;
    line-height: 30px;
}
#media_nav ul li a:hover {
    color: #fff;
    background: transparent url(images/media2.png) top left no-repeat;
    text-decoration: none;
}


/* Hidden Sitemap
---------------------------------------------------------- */

/*#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl01_hlPage {
    display: none;
}   
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl02_hlPage {
    display: none;
}  
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl03_hlPage {
    display: none;
}  
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl04_hlPage {
    display: none;
}  
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl05_hlPage {
    display: none;
}  
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl06_hlPage {
    display: none;
}  
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl07_hlPage {
    display: none;
}  
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl08_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl09_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl10_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl08_rpSubPages_ctl11_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl06_rpSubPages_ctl03_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl07_rpSubPages_ctl01_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl07_rpSubPages_ctl02_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl07_rpSubPages_ctl03_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl07_rpSubPages_ctl04_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl07_rpSubPages_ctl05_hlPage {
    display: none;
} 
#ctl00_ctl00_footer_rpPages_ctl07_rpSubPages_ctl06_hlPage {
    display: none;
} 
#ctl00_footer_rpPages_ctl07_rpSubPages_ctl01_hlPage {
    display: none;
}
#ctl00_footer_rpPages_ctl07_rpSubPages_ctl02_hlPage {
    display: none;
}
#ctl00_footer_rpPages_ctl07_rpSubPages_ctl03_hlPage {
    display: none;
}
#ctl00_footer_rpPages_ctl07_rpSubPages_ctl04_hlPage {
    display: none;
}
#ctl00_footer_rpPages_ctl07_rpSubPages_ctl05_hlPage {
    display: none;
}
#ctl00_footer_rpPages_ctl07_rpSubPages_ctl06_hlPage {
    display: none;
}*/
/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}
/* Media
---------------------------------------------------------- */
.last {
    padding-right: 0!important;
}
#video {
    width: 200px;
    height: 100%;
    float: left;
    padding-right: 40px;
    margin-bottom: 15px;
}
#video img {
    margin: 0!important;
    border: none!important;
}
.description {
    float: left;
    clear: both;
    width: 200px;
}
.watch {
    float: left;
    clear: both;
    font-weight: bold;
    width: 200px;
}
.watch a {
    float: right;
}
.image {
    float: left;
    clear: both;
}
#video_preview {
    padding-top: 20px;
    float: left;
    width: 100%;
    height: 100%;
}
/* Forms
---------------------------------------------------------- */

.form fieldset {
	border: 1px solid #333;
	}

.form legend {
	color: #000;
	font-size: 1.5em;
	padding: 0 0.2em;
	}

fieldset {
	padding: 17px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
	}

legend {
	font-style: oblique;
	font-weight: bold;
	}

.required,
.optional,
.buttons {
	clear: both;
	padding: 0.25em;
	}

.form label {
	clear: both;
	display: block;
	}

.form .required label {
	font-weight: bold;
	}

.form span label,
.form p label {
	display: inline;
	font-weight: normal;
	}

.dynamic_error {
	background: transparent;
	clear: both;
	color: #f00;
	float: left;
	}

.form .buttons input {
	float: right;
	margin-left: 0.5em;
	}

.form p input {
	vertical-align: middle;
	}

.form .list input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	}

input.inputText {
	width: 70%;
	}

textarea.inputTextArea {
	height: 10em;
	overflow: auto;
	width: 99%;
	}

/* Dashbar
---------------------------------------------------------- */

.media_gallery_items {
	float: left;
	padding: 10px 19px;
	width: 840px;
	}

.two_column .media_gallery_items {
	padding: 10px;
	width: 560px;
	}

.media_gallery_items .media_item_container {
	background: #eee;
	float: left;
	min-height: 120px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	}

.media_gallery_items .media_item_container:hover {
	background: #ccc;
	}

.media_gallery_items .media_item_container img {
	margin: 0;
	}

.media_gallery_items .media_item_container .media_item {
	height: 80px;
	}

#flashcontent {
	margin: 0 auto;
	width: 320px;
	}

/* Dashbar
---------------------------------------------------------- */

#mongoose_dashbar {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0.75em;
	text-align: right;
	width: 1172px;
	}

#mongoose_dashbar a {
	color: #ffffff;
	}

/* Editlinks
---------------------------------------------------------- */

.editlinks {
	background-color: #000;
	clear: both;
	padding: 0.5em;
	text-align: right;
	}

.editlinks a {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 1em;
	}
	

	
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* Store Locator
---------------------------------------------------------- */	
.store_search {
    width: 440px;
    height: 356px;
    float: left;
    vertical-align: top;
    padding: 0;
    margin: 0 12px 0 0;
    border: 2px solid #B81243;
}
.store_search input.inputText[type="text"] {
    width: 275px;
    margin: 0 14px 10px 0;
    background: #FFF;
}
.store_search input.inputButton {
    width: 183px;
    float: left;
    background: transparent;
    border: 0;
    height: 50px;
}
.store_search_button {
    width: 203px;
}
.store_search_button#store_search_button_top {
    background: #B81142;
    margin: 20px 20px 0 0;
    float: left;
    width: 183px;
    height: 50px;
}
.store_search_button#store_search_button_bottom {
    background: #B81142;
    margin: 20px 0 0 20px;
    float: left;
    width: 183px;
    height: 50px;
}
#map_section {
    width: 540px;
    float: left;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0!important;
}
#map {
    overflow: hidden; 
    width: 540px; 
    height: 356px;
    float: right;
    border: 2px solid #B81243;
    display: block;
}
.store_results {
    overflow: auto; 
    height: 400px; 
    font-size: 11px; 
    color: #000;
    border: 1px solid #CCCCCC;
    width: 100%;
}
.store_results tr th {
    background: #DFDFDF;
    text-align: left;
    padding: 10px;
}
.store_results tr td {
    padding: 10px;
}
#store_page_content {
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
    padding: 20px 0;
}
#store_page_details {
    float: left;
    width: 650px;
    min-height: 450px;
    height: 100%;
}
.store_page_map {
    margin: 60px 0 0 0;
}
#map_wrap {
    float: left;
    width: 304px;
    height: 100%;
    margin: 0 0 0 36px;
}
#map_details {
    float: left;
    width: 304px;
    margin: 10px 0 0 36px;
    display: block;
    height: 100%;
}
#map_details table {
    width: 100%;
    clear: both;
}
#map_details table tr td {
    border-bottom: none;
}
#store_page_details table {
    width: 100%;
    border: 1px solid #CCCCCC;
    margin: 5px 0 0 0;
}
#store_page_details table tr td {
    padding: 0;
}
#store_page_details table tr td p {
    padding: 10px;
}
#store_page_details table tr td h4 {
    border-bottom: 1px solid #CCCCCC;
    background: #CCCCCC;
    padding: 0 0 0 5px;
}
#test {
    margin: 10px;
    list-style-position: inside;
}
#sidebar2 {
    overflow: auto; 
    height: 400px; 
    font-size: 11px; 
    color: #000;
    border: 1px solid #CCCCCC;
    width: 100%;
}

#sidebar2 tr th {
    background: #DFDFDF;
    text-align: left;
    padding: 10px;
}
#sidebar2 tr td {
    padding: 10px;
}