/**************************
*	SITE STYLE CLASSES
**************************/
input
{
	border:1px solid #CCC;
	color:#4D4D4D;
}

textarea
{
	border:1px solid #CCC;
	color:#4D4D4D;
}

input.radio
{
	border:none;
}

input.text
{
	width:200px;
	height:20px;
}

input.textSmall
{
	width:40px;
	height:20px;
}

textarea.text
{
	width:300px;
	height:150px;
}

/**HEADER**/
div.header
{
	height:137px;
	padding:0px;
	margin:0px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	width:774px;
	position:relative;
}

div.logo
{
	position:relative;
	width:213px;
	height:137px;
	background-color:#F7F6F6;
	overflow:hidden;
	float:left;
}

div.logo img
{
	display:block;
	margin-left:12px;
}

div.headerBgLeft, div.headerBgPlane, div.headerBgMiddle, div.headerBgRight
{
	height:137px;
	float:left;
	background-repeat:none;
}

div.headerBgLeft
{
	background-image:url('../img/ip_headerBgLeft.gif');
	background-position:right;
	width:49px;
	background-color:#F7F6F6;
	border-left:1px solid #CCC;
}

div.headerBgPlane
{
	background-image:url('../img/ip_headerBgPlane.gif');
	width:241px;
}

div.headerBgMiddle
{
	background-image:url('../img/ip_headerBgMiddle.gif');
	width:126px;
}

div.headerBgRight
{
	background-image:url('../img/ip_headerBgRight.gif');
	width:144px;
	background-repeat:repeat-x;
}

.text1
{
	position:absolute;
	top:55px;
	right:80px;
	color:#A7B4D7;
	font-size:20px;
	font-family:Verdana;
}

.text2
{
	position:absolute;
	top:80px;
	right:17px;
	color:#D5DDF0;
	font-size:10px;
}

.text3
{
	position:absolute;
	top:8px;
	right:17px;
	color:#FFF;
	font-size:10px;
}

.text3 a
{
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}

.text4
{
	position:absolute;
	top:115px;
	right:17px;
	color:#FFF;
	font-size:10px;
}

.text4 a
{
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}

/**FOOTER**/
div.footer
{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	width:774px;
}

div.footerBgLeft, div.footerBgRight
{
	float:left;
	height:47px;
	background-image:url('../img/ip_footerBg.gif');
	background-repeat:repeat-x;
}

div.footerBgLeft
{
	width:213px;
	position:relative;
	overflow:hidden;
}

div.footerBgRight
{
	width:561px;
	position:relative;
}

img.footerDevider
{
	display:block;
	position:absolute;
	top:8px;
	left:0px;
}

div.content
{
	width:774px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	overflow:hidden;
	background-image:url('../img/ip_preHeaderRight.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
}

div.contentInner
{
	width:774px;
	border:none;
	overflow:hidden;
	background-image:url('../img/ip_preHeaderLeft.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
}

/**left menu styles**/
.leftMenu
{
	float:left;
	border-top:1px solid #CCC;
	width:213px;
	overflow:hidden;
}

.leftMenuBottom
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:213px;
	height:396px;
	background-image:url('../img/ip_leftMenuRoad.jpg');
	background-repeat:no-repeat;
}

.leftMenu ul
{
	margin:0px 0px 0px 9px;
	list-style-type:none;
	list-style-image:none;
}

.leftMenu ul li
{
	text-align:left;
	height:29px;
	list-style-type:none;
	list-style-image:none;
	border-bottom:1px solid #CCC;
	width:194px;
	position:relative;
}

.leftMenu ul li img.pointer
{
	display:block;
	position:absolute;
	top:9px;
	left:3px;
	width:10px;
	height:14px;
	background-color:transparent;
}

.leftMenu ul li div.item
{
	position:absolute;
	top:8px;
	left:16px;
	color:#00579A;
	font-size:12px;
}

.leftMenu ul li a.item
{
	position:absolute;
	top:8px;
	left:16px;
	color:#4D4D4D;
	font-size:12px;
	text-decoration:none;
}

.leftMenu ul li a.item:hover
{
	text-decoration:underline;
}


/**MAIN**/
.main
{
	float:left;
	border-left:1px solid #CCC;
	width:557px;
}

/**registration form**/
.registrationForm
{
}


div.interpostLtd
{
	position:relative;
	font-size:14px;
	margin-top:15px;
	text-align:center;
}

div.copyright
{
	position:absolute;
	font-size:10px;
	left:183px;
	top:18px;
}

div.interpostLtd .first, div.copyright .first
{
	color:#00579A;
}

div.interpostLtd .second, div.copyright .second
{
	color:#4D4D4D;
}

/**BREAD CRUMBS**/
div.breadCrumbs
{
	background-image:url('../img/ip_breadCrumbs.gif');
	background-repeat:repeat-x;
	height:29px;
	width:560px;
	position:relative;
	overflow:hidden;
}

.breadCrumbs a
{
	color:#00579A;
}

div.breadCrumbs div.word
{
	color:#00579A;
	font-size:12px;
	margin-left:24px;
	padding-top:7px;
}

img.breadCrumbsArrow
{
	display:block;
	height:10px;
	width:10px;
	position:absolute;
	top:10px;
	left:9px;
}

.mainContent
{
	position:relative;
	padding:9px;
	color:#4D4D4D;
	text-align:justify;
	font-size:14px;
	line-height:20px;
}

div.preFooter
{
	position:relative;
}

div.preFooter img.left
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:212px;
	height:487px;
}

div.preFooter img.right
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:209px;
	height:162px;
}

ul.servicesList
{
	padding-left:20px;
}

ul.servicesList li
{
	margin-top:10px;
}

ul.servicesList div.title
{
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}


ul.orderForm
{
	list-style-type:none;
	margin-left:10px;
}

ul.orderForm li.label
{
	width:220px;
	padding-right:20px;
	float:left;
	height:50px;
}

ul.orderForm li.field
{
	height:50px;
}


ul.orderForm li.labelLong
{
	width:450px;
	padding-right:20px;
	padding-bottom:20px;
}

ul.orderForm li.fieldLong textarea
{
	background-color:transparent;
	width:450px;
}

.btnNormal
{
	background-image:url('../img/ip_btnNormal.gif');
	width:150px;
	height:28px;
	color:#FFF;
	font-weight:bold;
	background-color:transparent;
}

.somethingDone
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#00579A;
}


div.innerMenu
{
	position:relative;
	height:200px;
}

ul.innerMenu
{
	position:absolute;
	right:20px;
	top:5px;
	text-align:left;
	list-style-type:none;
	list-style-image:none;
	width:230px;
}

ul.innerMenu li
{
	list-style-type:none;
	list-style-image:none;
	height:30px;
}

ul.innerMenu li a
{
	font-size:13px;
	font-weight:normal;
	color:#00579A;
}

img.photo
{
	display:block;
	position:absolute;
	top:10px;
}

img.photoMain
{
	margin-top:5px;
	margin-left:15px;
	margin-right:-20px;
	float:right;
}

img.photoSub
{
	margin-top:5px;
	margin-right:15px;
	float:left;
}

div.contacts
{
	position:absolute;
	right:20px;
	top:5px;
	text-align:left;
	width:260px;
}

img.galImgRight
{
	display:block;
	position:absolute;
	top:10px;
	right:20px;
}

ul.horizontalList
{
	list-style-type:none;
	list-style-image:none;
}

ul.horizontalList li
{
	list-style-type:none;
	list-style-image:none;
	float:left;
	width:80px;
	text-align:center;
}


/*ADMIN*/
.adminHead
{
	background-color:#CCC;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	height:30px;
	padding:20px 20px 20px 0px;
}

.adminHead a
{
	color:#00579A;
}

.adminTable
{
	font-size:12px;
}

.adminTable input.chk
{
	border:none;
}

.adminTable h3
{
	color:#00579A;
}

.editPage
{
	position:relative;
}

.editPage .lists
{
	position:absolute;
	width:200px;
	height:200px;
	top:30px;
	right:0px;
}

table.ratesTable
{
	border:1px solid #CCC;
	border-right:none;
	border-bottom:none;
}

table.ratesTable td
{
	border:1px solid #CCC;
	border-left:none;
	border-top:none;
}

table.ratesTable tr
{
	border:none;
}
