* {
	margin: 0;
	padding: 0;
}

html,body {
	background:  url(design/v.pattern.jpg);
}

body {
	margin: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background:  url(design/v.shadow.png) no-repeat center top;
	background-attachment:fixed;
}

/* HEADER -------------------------------------------------------------------------------------------------- */

#header {
	position:relative;
	width: 982px;
	height: 48px;
	margin: 0 auto;
	background: url(design/v.presentation.jpg) no-repeat;
	background-position:right;
}

/* LOGO ---------------------------------------------------------------------------------------------------- */

#logo {
	float: left;
	width: 237px;
	height: 48px;
	background: url(design/v.logo.jpg) no-repeat;
	text-align: center;
}

#flash{

	position:absolute;
	z-index:15;
	margin-left:-5px;
	margin-top:-49px;
}

/* PAGE ---------------------------------------------------------------------------------------------------- */

#page {
	width: 982px;
	margin: 0 auto;
	background: url(design/v.background.jpg);
}

/* SIDEBAR ------------------------------------------------------------------------------------------------- */

#sidebar {
	position:relative;
	margin: 0 auto;
	float: left;
	width: 252px;
	height: 610px;
	background: url(design/v.sidebar.jpg) no-repeat;
}

/* MENU   -------------------------------------------------------------------------------------------------- */

#mainmenu{
	position:absolute;
	font-family: Arial;
	font-size: 10px;
	margin-left:70px;
	margin-top: 280px;
}

.menu {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:50px 0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; width:104px; height:19px; text-align:left; border:1px solid #00375e; border-width:0px 1px 0 1px;  line-height:19px; font-size:11px; padding-left:6px; width:120px; }
.menu ul {padding:0; margin:0;list-style-type: none; z-index:5000}
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#84b2cc;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:127px; width:105px;}
.menu ul li:hover ul li a.hide {background:#84b2cc; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background: url(design/v.menubg.png); color:#fff; width:150px; z-index:5000}
.menu ul li:hover ul li a:hover {background:#52abdc; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}

/* FOOTER -------------------------------------------------------------------------------------------------- */

#footer {
	width: 982px;
	height: 34px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(design/v.footer.png) no-repeat;
}

#copyryght {
	color:#CCC;
	font-size:9px;
	width:252px;
	text-align:center;
}

/* CONTENT ------------------------------------------------------------------------------------------------- */

#content {
	float: right;
	width: 730px;
}

#incontent-title{
	background:  url(design/v.c.header.jpg) no-repeat left top;
	width:702px;
	height:55px;
	margin-left:7px;
}

#incontent-title h1{
	font-size: 15px;
	color: #444444;
	text-align:center;
	padding-top:32px;
	font-weight:inherit;
}

#incontent{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	color: #333;
	background:  url(design/v.c.background.jpg) repeat-y left top;
	width:702px;
	margin-left:7px;
	padding-top: 5px;
}

#in-incontent{
	text-align:justify;
	width: 602px;
	margin-left:50px;
}

#incontent-footer{
	background:  url(design/v.c.footer.jpg) no-repeat left top;
	width:702px;
	height:25px;
	margin-left:7px;
}

/* MAKEUP ------------------------------------------------------------------------------------------------- */

h2{
	padding-top: 15px;
	padding-bottom:5px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align:center;
	border-bottom: dashed 1px #003;
	color:#011f37;
}

h3  {
	font: normal 13px arial;
	margin: 0 0 0px;
	padding: 0px 0;
	font-weight: bold;
	text-align: center;
}

a {
	color: #708d04;
	text-decoration: none;
}

a:hover {
	color: #bad84e;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444444;	
	padding-bottom: 6px;
	padding-top: 3px;
	line-height:14px;
}

p img {
	border: 1px solid white;
	padding: 2px;
	margin: 5px;
}

.separator {
	width:703px;
	height:11px;
	background-image: url(design/v.c.separator.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-left:-51px;
	margin-top:5px;
	margin-bottom:5px;
} 

.thin-line {
	width:703px;
	height:1px;
	background-image: url(design/v.c.thin.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-left:-48px;
	margin-top:5px;
	margin-bottom:5px;
} 

blockquote {
	border: dotted #666 1px;
	border-left: solid #f6d407 3px;
	padding:15px;
	font-style:italic;
	font-size:12px;
	background:#fcfcfc;
	margin-bottom:10px;
}

.title {
	padding-top: 10px;
	font-size: 11px;
	color: #ddeefa;
	width:594px;
	height:41px;
	text-align: center;
	z-index:20;
	background:  url(design/v.c.atitle.png) no-repeat left top;
	margin-bottom: -10px;	
}

li {
	font-size:11px;
}

td {
	padding: 10px
}

/* ELEMENTS   --------------------------------------------------------------------------------------------------- */

#mail {
	position:absolute;
	top:501px;
	left:65px;
	z-index:18;
}

#mail img{
	border:0px;
}

#breadcrumbs{
	position:absolute;
	top:14px;
	left:275px;
	color:#CCC;
	font-size:10px;
}

#breadcrumbs a{
	color:#93b6cb;
}

#breadcrumbs a:hover{
	color:#fff
}

.minicontent{
	width:550px;
	padding-left: 20px;
}

#shop-info{
	background-color:#FFF;
	border: 1px solid;
	border-color:#000;
	display:none;
	padding:15px;
	width:545px;
	padding-left: 40px;
}

/* DITTO   --------------------------------------------------------------------------------------------------- */

#ditto_pages .ditto_currentpage {
    border: 1px solid #509cd3;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #387db0; 
    color: #fff;
} 

#ditto_pages .ditto_off {
    border: 1px solid #509cd3;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #509cd3; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #226392;
} 

#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

/* SEARCH   --------------------------------------------------------------------------------------------------- */

#search {
	position:absolute;
	top:555px;
	left:-195px;
	width:206px;
	z-index:18;
	font-size:9px;
	line-height:10px;
}

#search fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 250px;
    width: 145px;
    height: 16px;
    z-index: 18;
	background-color:#012744;
	color:#637786;
	font-size:10px;
	padding-left:5px;
	border-top: 1px solid #001f37;
	border-left: 1px solid #001f37;
	border-bottom: 1px solid #001f37;
	border-right: 1px solid #001f37;
	height: 16px;
}

#ajaxSearch_submit {
    width: 28px !important;
    height: 29px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(design/v.b.search.jpg) no-repeat center top;
    padding: 0px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    position: absolute;
    top: -5px;
    left: 380px;
	z-index:18;
	font-size:1px;
}

.AS_ajax_highlight1, .ajaxSearch_highlight1{
	color : #CC0000;
	padding: 0;
	font-weight: bold;
}
