body {
	background: #0c141d url(/img/background.png) repeat fixed;

	text-align:center;
	margin:auto;
	margin-top:35px;

	font-family: Trebuchet MS,Franklin Gothic Medium,Arial,sans-serif;	
	font-size: 14px;
	color: #ddd;
}

h1 {
	font-family: Georgia,Book Antiqua,Garamond MT,Centaur,serif;
	font-variant: small-caps;
	letter-spacing:-2px;
	word-spacing: 6px;
	font-weight: bold;
	color:#47b;
	background-color:#000;
	display:inline;
}

h2 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:30px;
	font-weight:bold;
	color:#c2d4ec;
	text-align:left;
}

hr {
	color:#4477BB;
	background-color:#4477BB;
	height:1px;
	border:0;
}

a { 
	text-decoration: none; 
	color: #c2d4ec;
	font-size:13px;
}

a:hover {
	text-decoration: none;
	color: #9be;
}

a:active {
	text-decoration: none;
	color: #235;
}

abbr {
	border-bottom:1px dotted white;
}

#page {
	width:900px;
	text-align:center;
	margin:auto;
}

#menuFrame {
	float:left;
}

#sidemenu {
	background: url(/img/backgroundmenu.png) repeat-y;
	color:#ddd;
	font-size:11px;
	text-align:right;
	margin-right:5px;
	margin-top:-5px;
}

.menuHeader {
	font-family: Georgia,Book Antiqua,Garamond MT,Centaur,serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 18px;
	margin-right: 10px;
	letter-spacing: 0.21em;
	color:#47b;
}

.menuItem {
	margin-right: 14px;
	font-family: Trebuchet MS,Franklin Gothic Medium,Arial,sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

.menuItemBold {
	margin-right: 14px;
	font-family: Georgia,Book Antiqua,Garamond MT,Centaur,serif;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

#contentFrame {
	float:right;
}

#content {
	color:#ddd;
	text-align:justify;

	padding-left:35px;
	padding-right:35px;
	width:673px;   /* 743 - (padding-left + padding-right) */

	background: url(/img/backgroundcontent.png) repeat-y;
}

#contentmenu {
	color:#ddd;
	background: url(/img/backgroundcontent.png) repeat-y;
}

#contentmenu a {
	padding-right: 25px;
	padding-left: 25px;
	font-family: Georgia,Book Antiqua,Garamond MT,Centaur,serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

#bottommenu {
	font-size:11px;
	margin-top:-70px;
}

#bottommenu a {
	font-size:11px;
}


.catTitle {
	font-size:24px;
	font-weight:bold;
	color: #c2d4ec;
	text-align:center;
	line-height:20px;
}

.catTitle a {
	font-size:18px;
}

.catDesc {
	text-align:left;
	font-size:15px;
	padding-top:45px;
}

/************************ Small Item *****************************/

.smallItem {
	background-color: #000008;
	text-align:center;
	width:110px;
	height:167px;
	padding:5px;
	float:left;
	margin:5px;
}

.smallItem:hover {
	background-color: #000018;
}

.smallItemImage {
	border:0;
	background-image:url(/photos/sml/cadreitem_sml.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	padding:6px;
	/*position:relative;
	top:30px;*/
}

.smallItemImage IMG {
	border:0;
}

.smallItemTitle {
	/*position:relative;
	top:-135px;*/
	font-size:20px;
	line-height:20px;
	height:44px;
	/*text-align:	bottom; */
}

.smallItemPrice {
	/*position:relative;
	bottom:-27px;*/
}

/************************ Small Arme *****************************/

.smallArme {
	background-color: #000008;
	text-align:center;
	width:250px;
	height:317px;
	padding:5px;
	float:left;
	margin:15px 35px 15px 35px;
}

.smallArme:hover {
	background-color: #000018;
}

.smallArmeImage {
	border:0;
	background-image:url(/photos/med/cadreitem_med.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	padding:6px;
	/*position:relative;
	top:30px;*/
}

.smallArmeImage IMG {
	border:0;
}

.smallArmeTitle {
	/*position:relative;
	top:-135px;*/
	font-size:20px;
	line-height:20px;
	height:44px;
	/* text-align:	bottom; */
}

.smallArmePrice {
	/*position:relative;
	bottom:-27px;*/
}

/************************ Medium Item *****************************/

.mediumItemTitle {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-variant: small-caps;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	color:#c2d4ec;
	text-align:left;
}

.mediumItemID {
	font-size:11px;
	font-weight:bold;
	color: white;
	font-family:monospace;
	margin-bottom:25px;
}

.mediumItemDesc {
	font-size:15px;
	font-family:Times New Roman, Times, serif;
	color: #eee;
	font-style:italic;
}

.mediumItemImage {
	border:0;
	float:left;
	background-image:url(/photos/med/cadreitem_med.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	padding:10px;
	margin-right:10px;

}

.mediumItemPrice {
	float:right;
	font-size:28px;
	font-weight:bold;
	color:#3d6bd9;
	text-align:right;
	margin-left:10px;
	width:150px;
}

.mediumItemAdd {
	float:right;
	font-size:20px;
	font-weight:bold;
	color:#3d6bd9;
	text-align:right;
	margin-left:12px;
}

.mediumItemAdd img {
	float:left; 
	padding:3px;
	border:0;
}

.search {
	text-align:center;
}