/* Common */

img, div, a, input { behavior: url(/js/pngfix/iepngfix.htc) }


a:link {
    color:#0B036F;
}
a:visited {
    color:#0B036F;
}
a:hover {
    color:#FFFFFF;
}



html, body, table, tr, td, img, div, a, ul, li, h1, h2, h3, h4 {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	border : 0;
}

html, body, td {
	font-size : 100%;
	height : 100%;
	width : 100%;
	font-family : Arial;
}

body {
	background-color:#2F9ACB;
}

p, div, h1, h2, h3, h4 {
}

h1, h2, h3, h4, h5 {
	color : #0b036f;
}

h4 {
	color : #0b036f;
	font-size : 140%;
	font-weight : bold;
}

h1 {
	font-size : 140%;
}

h2 {
	font-size : 130%;
	font-weight : bold;
}

h3 {
	font-size : 120%;
	font-weight : bold;
}

h5 {
	font-size : 110%;
	font-weight : bold;
}

div#content, div#top_menu-wrapper, div#footer  {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/main-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#footer {
	margin-top: 20px;
	padding-top: 7px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.common-title {
	line-height: 1.3em;
	margin-bottom: 20px;
	margin-top: 10px;
}
.common-content {
	line-height: 1.3em;
}

.big {
	font-size: 110%;
}

.bold {
	font-weight: bold;
}

.text_abzac {
	text-indent: 2em;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.clear-both {
	clear: both;
}

div.page-content {
	/*height: 500px;*/
}

.col1 {
	width: 500px;
}

.col3 {
	width: 300px;
}

 .col2 {
    width: 112px;
    margin-right:30px;
 }
 
.table-cell {
	display: table-cell;
}

.table-row {
	display: table-row;
}

/* LW Gallery custom CSS  */
div.pictures-list div.item {
	float: left;
	padding: 10px;
	text-align: center;
}

div.testimonials-wrap {
	width: 163px;
	height: 250px;
}

div.wrap-testimonials-container {
    width: 750px;
    margin: 0 auto;
}

div.pictures-list div.item img, 
div.singlenews-body img {
/*	border: 5px solid #CCC; */	
	border: 5px solid #48a7d3;	
}

div.pictures-list div.item img:hover,
div.singlenews-body img:hover {
/*	border: 5px solid #CCC; */	
	border: 5px solid #8ccfee;	
}

div.pictures-list div.description {
	text-align: center;
	color: #FFF;
	font-size: 70%;
	max-width: 100%;
}

div.description a:link {
    color: #FFF;
    text-decoration: underline;	
}

div.description a:hover {
    color: #FFF;
    text-decoration: none;	
}

/* !Common */


/* Header */
div#wrap, div#header-wrap, div#content-wrap, div#footer-wrap {
	padding: 0px;
	margin: 0px;
	width: 100%;
	clear: both;
}

div#header {
	height: 255px;
}

div#content, div#footer, div#top-menu-center {
	width: 95%;
}

div#content-wrap div#content {
    margin-top:20px;
}

div#content div.cms_main {
    margin-top:20px;
}

div#content div.cms_main p, 
div#content div.cms_main ul {
    text-indent: 2em;
}

div#header-bg-left, div#header-bg-right {
	width : 20%;
	background-position : top;
	background-repeat : repeat-x;
	height: 255px;
}

div#header-bg-right {
	background-image : url(../images/logobgright.gif);
	float: right;
}

div#header-bg-left {
	background-image : url(../images/logobgleft.gif);
	float: left;
}

div#header-logo-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 255px;
	text-align: center;
	background-image : url(../images/logo.jpg); 
	background-position : top center;
	background-repeat : no-repeat; 
}

a.header-logo-link {
	display:block;
	height: 255px;
	width:100%;
	text-indent:-2000em;
	z-index:1000;
}

/* !Header */

/* Menu */

div#top-menu-wrap {
	height : 35px;
	background-image : url(../images/top_menu_bg.gif); 
	background-position : top;
	background-repeat : repeat-x; 
	clear: both;
	width: 100%;
}

div#top-menu {
	padding: 4px;
	min-width: 930px;
}

div#top-menu, div#top-menu-center {
	margin: 0 auto;
}

div#top-menu-center {
	text-align: center;
}


div#top-menu ul#main-navigation {
	padding: 0px;
	margin: 0px;
}

div#top-menu ul#main-navigation li {
	list-style: none;
	display: inline;
	text-align: center;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size:100%;
	color: #0B036F;
	font-weight: bold;
}

div#top-menu ul#main-navigation li.current-menu-item  {
	color: #FFFFFF;
	text-decoration: none;
	font-size:100%;
	font-weight: bold;
}

li.current-menu-item a:link, li.current-menu-item a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

li.current-menu-item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div#top-menu ul.sub-menu li {
    list-style: none;
    display: inline;
    text-align: center;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size:100%;
    color: #0B036F;
    font-weight: bold;
}


ul.sub-menu li a.current-menu-item  {
	color: #FFFFFF;
	text-decoration: none;
	font-size:100%;
}

li.current-menu-item a:link, li.current-menu-item a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

li.current-menu-item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* !Menu */


/* Pages */

/* Start page */
div.page-title {
	width: 41%;
	height:450px;
	background-image: url("../images/startpage-sealing.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
	text-align: center;
}

div.page-indexinfo {
	width: 25%;	
}


div.page-indexinfo div.index-item {
	float: left;
/*	width: 100%; */
/*  height: 200px; */
}

div.index-item {
	padding: 10px;
}

div.index-item p {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
}

div.index-item p.title {
	background-color: #0B036F;
	color: #FFFFFF;
	font-weight: bold;
}

div.index-item p.text,
div.index-item p.readmore {
	font-size: 90%;
}

div.startpage-bottom-awards {
	width: 683px;
	height: 254px;
	background-image: url(../images/startpage-bottom-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	margin: 0 auto;
}


/*Page about*/

div.page-about {
	background: url(../images/foto.jpg) no-repeat left top;
	min-height: 810px;
	height:auto !important; /*IE6 hack*/
	height: 810px;          /*IE6 hack*/
	padding-left: 220px;
	
}

div#about-bottom-images div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 690px;
}

div.leasure-index {
    width: 920px;
    margin:0 auto;
}

div.strikeball-photo-container {
    width: 690px;
    margin:0 auto;
}

div.fishing-photo-container {
    width: 1150px;
    margin:0 auto;
}

/*Page products*/

div.products-images {
	clear: both;
}

div.products-images div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 800px;
	clear: both;
	padding-top: 30px;
}



/*Page select seal*/

div.selectseal {
}

div.selectseal-content{
	background: url(../images/select_bg.jpg) left bottom no-repeat;
	padding-bottom: 375px;
}

div#selectseal-text{
	padding-left: 420px;
}


div#select-seals-images {
	text-align: center;
}

div#select-seals-images div.{
	text-align: center;
}

div.select-seals-images div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 877px;
}

/*Page Non standard */

div.nonstandard-content div#image-slot1 div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 700px;
}

div.nonstandard-content div#image-slot2 div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 910px;
}

div.nonstandard-content div#image-slot3 div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 690px;
}

div.nonstandard-content div#image-slot4 div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 220px;
}

/*Page Contacts*/

div#our-info {
	width: 43%;
}

div#partners-info {
	width: 47%;
}


div#contact-form {
	text-align: left;
}

div#contact-form div#contact-table-wrap{
/*	margin: 0 auto; */
	width: 500px;
}

div#contact-form table{
	width: 100%;
}


div#contact-form td{
	text-align: left;
	font-size: 100%;
}

div#contact-form input.contact{
	text-align: left;
	font-size: 100%;
	width: 180px;
}

div#contact-form textarea.contact{
	text-align: left;
	font-size: 100%;
	width: 100%;
	height: 150px;
}

div#email-icon-wrap, div#contact-form-result {
	text-align: left;
}


#contact-form-wrap {
    width: 570px;
}

td.desc {
    text-align: right;
}

div#thank-you {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page Partners*/

div.partners-content {
	background: url(../images/part.jpg) left top no-repeat;
	height: 620px;
	padding-left: 300px;
}


div.products-content {
	background: url(/images/left.jpg) left top no-repeat;
	min-height: 520px;
	/*padding-left: 430px;*/
	height:auto !important;
	height: 520px;
    padding-left: 178px;
    min-height: 633px;
}
div.products-content > div {
	background: url(/images/right.jpg) right top no-repeat;
    padding-right: 178px;
    min-height: 633px;
}


div#partners-images-wrap div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 490px;
}

div#other div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 915px;
}



/* Page Catalog*/
div.catalog-content {
	background-image: url(../images/catalog-cat3.png);
	background-position: left top;
	background-repeat:  no-repeat;
	min-height: 590px;
	height:auto !important; /*IE6 hack*/
	height: 590px;          /*IE6 hack*/
	
}

div.catalog-content div#catalog-text{
	padding-left: 430px;
}


div.catalog-images div.pictures-list{
	margin: 0 auto;
	text-align: center;
	width: 960px;
}



/* !Pages */





/*
ofilatov changes:
*/
div#page_content {
	padding-left: 20px;
	padding-right: 20px;
}
div#text-content-select {
	padding-left: 400px;
}
div#text-content-select p {
	font-weight:bold;
	margin-bottom:12px;
	margin-left:10px;
	color:#0B036F;
	text-indent: 1em;
}
div#text-content-select p a:link {
	color: #FFFFFF;
	text-decoration:none;
}
div#text-content-select p a:hover {
	text-decoration:underline;
}
div#text-content-select h1 {
	text-align:right;
}
td#text-container {
	height: 675px;
	width: 1065px;
	background-image:url(images/select_bg.jpg);
	background-repeat:no-repeat;
}


div#footer {
	border-top: 1px double #EEE;
	height:100px;
}

div#footer div {
	height:100px;
	color : #ffffff;
	font-size : 11px;
}

div#footer div#logo-small {
	width: 246px;
	float: left;
}

div#footer div#contacts {
	padding-top:13px;
	width: 33%;
	float: left;
}

div#footer div#copy {
	padding-top:13px;
	width: 35%;
	float: right;
}


div.page-news-informer {
    width: 25%;
    padding: 10px;
}
div.page-news-informer p.title{
    background-color: #0B036F;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
}

/* 7 pages */


.sealtable {
    width: 100%;
}

.sealtitle {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 4px solid #FFFFFF;
}

.sealimage {
    width:30%;
}


.sealdescr {
    width: 70%;
}

table.seven-pages td {
    padding: 10px; 
    margin: 10px;
    text-align: left;
}

table.seven-pages td.image-holder {
    text-align: right;
    width:200px;
    background-color: #FFF;
}

table.seven-pages td{
    border: 1px solid #FFF;
}

table.seven-pages {
    border: 1px solid #FFF;
    width:800px;
    align:center;
    margin: 0 auto;
}

.x-large {font-size: x-large}

table.seven-pages-requirements {
    align:center;
    margin: 0 auto;
    border: 1px solid #FFF;
}

table.seven-pages-requirements td.bg-white {
    background-color: #FFF;
}

table.seven-pages-requirements td.seven-pages-description {
    vertical-align: top;
}
table.seven-pages-requirements td {
    text-align: center;
    padding: 10px;
    border: 1px solid #FFF;
}


table.seven-pages-application {
    border: 1px solid #FFF;
    width:800px;
    margin: 0 auto;
}

table.seven-pages-application caption {
    font-weight: bold;
    color: #FFF;
}

table.seven-pages-application td {
    border: 1px solid #FFF;
    margin:0px;
    padding:10px;
}

table.seven-pages-application td.left-column {
    width: 200px;
}
table.seven-pages-application td.right-column {
    width: 600px;
}

div.application-pumps {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

div.certificates-images {
    text-align: center;
    /*width: 550px;*/
    margin: 0 auto;
}


p.footer-warning {
    color: #FFF;
    font-size:80%;
    margin-bottom: 10px;
    text-align: center;
}

div.diplomas_list {
    width: 720px;
    margin: 0 auto;
}