/********************************************************************************/
/* GENERAL ELEMENTS */
/********************************************************************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* As */


a.logo {
	display: block;
	margin: 17px 0 0 34px;
	width: 113px;
	height: 34px;
}

/* DIVs */

div.vidi-clear {
	clear: both;
	overflow: hidden;
}



td.left {
	width: 195px;
	/*overflow: hidden;*/
	color: #363432;
	padding: 3px 0px 0px 0px;
	vertical-align: top;
}

div.main {
	margin: 0 auto;
	padding: 1px 0 1px 0;
	width: 950px;
}

td.right {
	width: 170px;
	padding: 0px;
	/*overflow: hidden;*/
	vertical-align: top;
}

div.top {
	clear: both;
	margin: 5px 0 5px 0;
	padding-top: 1px;
	width: 100%;
	height: 61px;
	background-image: url(images/bg_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/* FORMs */

form {
	margin: 0;
	padding: 0;
}


/********************************************************************************/
/* BLOCKS */
/********************************************************************************/

/* .bottom */

div.bottom {
	clear: both;
	margin: 20px 0 5px 0;
	width: 100%;
	height: 39px;
	background-image: url(images/bg_bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
div.bottom table {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
div.bottom table td {
	padding: 0 30px 0 30px;
	vertical-align: middle;
	font-size: 10px;
	color: #7B7B7B;
	white-space: nowrap;
}

/* .caption */

h1.caption {
	position: relative;
	margin: 20px 0 10px 30px;
	padding: 0;
	line-height: 30px;
}
h1.caption img {
	position: absolute;
	z-index: 2;
	display: block;
}
h1.caption span {
	position: relative;
	z-index: 1;
	font-size: 28px;
	font-weight: normal;
	color: #E01B4D;
}

/* .flash-inner */

div.flash-inner {
	position: relative;
	margin-left: -180px;
	width: 345px;
}

/* .left-info */

div.left-info {
	background-image: url(images/bg_left_info.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #efefef;
}
div.left-info img {
}
div.left-info div.block {
	margin: 2px 6px 0 6px;
	padding: 8px;
	padding-right: 0px;
	border: 1px solid #B8B8B8;
	background-color: #FEFEFE;
}
div.left-info div.block h3 {
	margin-left: 10px;
	margin-right: 10px;
}
div.left-info div.block p {
	margin: 0 5px 0 10px;
	line-height: 16px;
}

div.left-info div.block2 {
	background-image: url(images/bg_block2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
div.left-info div.block2 a {
	font-size: 10px;
}

/* .location */

div.location {
	clear: both;
	margin: 6px 0 12px 0;
	padding: 6px 18px 8px 18px;
	border-top: 1px solid #E95F82;
	border-bottom: 1px solid #E95F82;
	font-size: 11px;
	color: #CC3366;
}
div.location a {
	color: #CC3366;
	text-decoration: none;
}
div.location a:hover {
	text-decoration: underline;
}

/* .navleft */

div.navleft {
	background-image: url(images/bg_navleft.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
div.navleft img {
	display: block;
	margin: 0 auto;
}
div.navleft ul {
	margin: 0 8px 0 8px;
	padding: 0;
	height: 100%;
	list-style-type: none;
}
div.navleft ul li {
	margin-top: -1px;
	border-top: 1px solid #959595;
	width: 100%;
	height: 100%;
}
div.navleft ul li a {
	display: block;
	padding: 0 10px 0 30px;
	height: 28px;
	background-image: url(images/bg_navleft_li.gif);
	background-position: 12px center;
	background-repeat: no-repeat;
	line-height: 28px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
div.navleft ul li a:hover {
	color: #999999;
}

/* .pinkline */

div.pinkline {
	width: 100%;
	height: 36px;
	background-image: url(images/bg_pinkline_index.jpg);
}
#index div.pinkline {
	background-image: url(images/bg_pinkline_index.jpg);
}
#inner div.pinkline {
	background-image: url(images/bg_pinkline_inner.jpg);
}

/********************************************************************************/
/* INDEX BLOCKS */
/********************************************************************************/

/* .flash-index */

div.flash-index {
	clear: both;
	margin-top: 360px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

/* .inner-index */

div.inner-index {
	clear: both;
	padding-top: 1px;
	width: 100%;
	background-image: url(images/bg_inner_index.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}




.small-contacts {
	font-size: 9px;
}

div.toppic img {
	border: 1px solid #a51538;
}

.designby {
	width: 105px; 
	height: 13px; 
	background-repeat: no-repeat;
}
.designbyvidi {
	width: 129px; 
	height: 20px; 
	background-repeat: no-repeat;
}


/* content */

table.layout-table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.vidi-content p {
	text-indent: 8px;
}

.vidi-content {
	padding: 5px 20px 0 20px;
	/*overflow: hidden;*/
	line-height: 18px;
	color: #7B7B7B;
	vertical-align: top;
/* 	width: 585px; */
}
.vidi-content ul {
	margin-top: 0;
	margin-left: 30px;
	padding: 0;
	list-style-type: none;
}
.vidi-content ul li {
	padding-left: 15px;
	background-image: url(images/bg_li.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
}