@import url(/css/link.css);
@import url(/css/form.css);
@import url(/css/shop.css);
@import url(/css/support.css);

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: center;
	background-color: #555;
	margin: 0px 0px 0px 0px;
}

form {
	margin: 0px 0px 0px 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #e42497;
}
a:hover, a:active {
	text-decoration: underline;
	color: #e42497;
}

#wrapper {
	width: 924px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#topheader {
	background-image: url(/graphics/frame/topBg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 66px;
	padding: 0px 2px 0px 2px;
}

#contentContainer {
	clear: both;
	background-image: url(/graphics/frame/contentBg.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#contentHeader {
	clear: both;
	background-image: url(/graphics/frame/contentHeaderBg.gif);
	background-repeat: no-repeat;
	height: 31px;
	padding: 0px 0px 0px 0px;
}

#productSearchForm {
	float: right;
	display: block;
	width: 165px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 8px 3px 0px 5px;
}

#leftNavContainer {
	float: left;
	width: 180px;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
}

#rightNavContainer {
	float: right;
	width: 180px;
	padding: 0px 2px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#contentCenterContainer {
	float: left;
	width: 550px;
	background-image: url(/graphics/frame/contentHeaderShadowGb.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#contentFooter {
	clear: both;
	background-image: url(/graphics/frame/contentFooterBg.gif);
	background-repeat: no-repeat;
	height: 7px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.rightBlockHeader {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-image: url(/graphics/frame/headerBg1.gif);
	background-repeat:repeat-x;
	padding: 6px 0px 0px 10px;
	margin: 2px 0px 0px 0px;
	display: block;
	height: 24px;
}

.rightBlockContent {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #444;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
}
.rightBlockContent a:link {
	text-decoration: none;
	color: #e42497;
}
.rightBlockContent a:visited {
	text-decoration: none;
	color: #e42497;
}
.rightBlockContent a:hover {
	text-decoration: underline;
	color: #e42497;
}
.rightBlockContent a:active {
	text-decoration: underline;
	color: #e42497;
}

#footer {
	clear: both;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 10px 5px;
	margin: 0;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
.marker {
	color: #e42497;
}
.marker2 {
	color: #FFF;
	font-weight: bold;
	background-color: #e42497;
	padding: 0px 3px 0px 3px;
}

.clear {
	clear:both;
}