#body {
    width: 835px;
    margin: 0 auto;
}

/* HEADER */

#headerMargin {
   margin-right: 15px;
   background-image: url(img/header/headTopBg.gif);
   background-repeat: repeat-x;
}
#header {
   background-image: url(img/header/headerBg.gif);
   background-repeat: repeat-x;
}  
#mainMenu {
   white-space: nowrap;
} 
/* BODY FRAME */
#contentBg {
	background-image: url(img/content/bgLine.gif);
	background-repeat: repeat-y;
}
#contentFrame {
   background-image: url(img/gradientBg.gif);
   background-repeat: repeat-x;
   background-position: 0px 4px;
   /*background-color: white;*/
   min-height: 142px;
}
#marginLeft {
   background-image: url(img/content/marginLeftBg.gif);
   background-repeat: repeat-y;
   float: left;
}
#marginRight {
   background-image: url(img/content/marginRightBg.gif);
   background-repeat: repeat-y;
   float: right;
}

#content {
   width: 788px;   
   float: left;
   position: relative;
}
/* BODY */

.new {
	font-size: 13px;
	color: #E90000;
	font-weight: bold;
}
.minilogo {
	font-size: 10px;
	color: #FFFFFF;
}
.title {
	height: 24px;
	width: 618px;   
	border-bottom: solid 1px #BBBBBB;
	clear: both;
}
.title .text {
    background-image: url(img/content/titleBg.gif);
    background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	float: left;
}
.title .titleLeft {
    background-image: url(img/content/titleLeft.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 24px;
    float: left;
}
.title .titleRight {
    background-image: url(img/content/titleRight.gif);
    background-repeat: no-repeat;
    width: 47px;
    height: 24px;
    float: left;
    clear: right;
}
.previewBox {
    float: left;
    margin-left: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
	width: 124px;
}
.previewBox img {
    width: 120px;
    height: 75px;
    border: solid 2px #DDDDDD;
    cursor: pointer;
}
.previewBox div {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0 auto;
}
.menu {
    float: left;
    width: 160px;
    /*overflow: hidden;*/
	position: relative;
	/*height: 100%;*/
	/**height: expression(parentNode.offsetHeight + 'px');*/
	margin-bottom: 75px;
}
.menu span, .menu a {
	margin:0;
	padding:0;
	display: block;
}
.menu span {
    background-repeat: no-repeat;
    background-position: left center;
	color: #9D006D;
	font-weight: bold;
	font-size: 11px;
    border-bottom: solid 1px #BBBBBB;
    width: 146px;
    padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 14px;
}
.menu span.menuOff {
    background-image: url(img/content/submenuarrow_off.gif);
}
.menu span.menuOn {
    background-image: url(img/content/submenuarrow_on.gif);
}
.menu a {
	color: #8F49A3;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover, .downloadLink:hover {
	text-decoration: underline;
}

.downloadLink {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
blockquote {
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.contentBox {
    float: right;
    margin-left: 10px;
	padding-top: 6px;
	width: 618px;
}
.contentBox .info {
	margin-bottom: 6px;
}
img.big {
	border: 1px solid #DDDDDD;
	margin-right: 10px;
	margin-top: 10px;
}
img.preview {
	border: 3px solid #DDDDDD;
}
/*input[type="text"], input[type="password"] {*/
input.text {
	background-image: url(img/inputBg.gif);
	background-repeat: repeat-x;
    border: 1px solid #C6C6C6;
	height: 14px;
	width: 143px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
button {
	background-image: url(img/form/button.gif);
	background-repeat: no-repeat;
	width: 111px;
	height: 21px;
	cursor: pointer;
	border: 0px;
	color: white;
	margin-top: 5px;
}
hr {
    height: 1px;
    background-color: #BBBBBB;
    border: 0px;
    margin-top: 10px;
    -margin-top: 3px;
    margin-bottom: 10px;
    -margin-bottom: 3px;
}
#search {
    margin-top: 9px;
}
#newsletter {
    margin-bottom: 5px;
}

#columnLeft {
	float: left;
	width: 305px;
	overflow: hidden;
}
#columnRight {
	float: right;
	width: 305px;
	overflow: hidden;
}
#pictureLeft, #pictureRight {
   max-width: 300px;
   max-height: 300px;
   overflow: hidden;
   border: solid 1px #DDDDDD;
   margin-bottom: 10px;
}
#pictureLeft {
   width: expression(document.getElementById('imgLeft').width > 300 ? '297px' : 'auto');
   height: expression(document.getElementById('imgLeft').height > 300 ? '300px' : 'auto');
   margin-right: 10px;
}
#pictureRight {
   width: expression(document.getElementById('imgRight').width > 300 ? '297px' : 'auto');
   height: expression(document.getElementById('imgRight').height > 300 ? '300px' : 'auto');
}
   
td {
   	padding-left: 10px;
   	padding-bottom: 2px;
}

/* FOOTER */
#footer {
   padding-left: 16px;
   padding-right: 31px;
   text-align: center;
   margin-bottom: 10px;
}
.logo-pos {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

