﻿
/* standard elements */
body
{
	font-family: Tahoma, Helvetica, sans-serif;
	background: url(../../images/common/background.jpg) repeat-x left top;
	background-color: #F1C6DA;
	font-family: Calibri;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	color: #5C5C5C;
	margin: 0px;
	padding: 0px;
}

/* Default links */
A:link, A:visited { color:#E93988; text-decoration: underline; }
A:active, A:hover { color:#FB5EA4; text-decoration: underline; }

/* Menu bar links 
A:link.menulink, A:visited.menulink { color: #73738a; text-decoration: none; }
A:active.menulink, A:hover.menulink { color: #73738a; text-decoration: underline; }
*/

h1
{
	font-size: 16px;
	line-height: 15px;
	font-weight: normal;
	color: #E93988;
	margin: 5px 0px 5px 0px;  
}
h2
{
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #E93988;
	margin: 5px 0px 5px 0px;  
	display: inline;
}
h6
{
	font-size: 12px;
	font-weight: normal;
	color: #E93988;
	margin: 5px 0px 5px 0px;  
}
input, textarea, select
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
    border-right: #C1C1C1 1px solid;
    border-top: #C1C1C1 1px solid;
    border-left: #C1C1C1 1px solid;
    border-bottom: #C1C1C1 1px solid;
	color: #E93988;
    background-color: #ffffff;
}
input.noborder
{
    border: none;
}
input.button
{
    border: none;
    background-color: #ffffff;
	color: #ffffff;
}

/* Custom Tag Classes */
br.titlespacer { line-height: 5px; }
.line{ width: 100%; height: 1px; background-color: #D0D0D0; margin-top: 5px; line-height:1px; }
table.collaspe { border-collapse: collapse; } 
td.collaspe, th.collaspe { padding: 0; } 
.CssForCheckListBox input { border: none; } 
.message { line-height:12px; color:#437abf; }
.content_area { display:block }

/* Main Common css */
#main_container
{
    width:798px;
    height:auto;
    margin: 22px auto;
	background-color: Transparent;
}
#main_topimage
{
	background: url(../../images/common/Main_top.jpg) no-repeat left top;
    height:206px;
}
#main_menu
{
	background: url(../../images/common/Menu_background.jpg) no-repeat left top;
    height: 31px;
}
#main_menuspacer
{
	background: url(../../images/common/Menu_spacer.jpg) no-repeat left top;
    height: 33px;
}
#main_content
{
	background: url(../../images/common/Content_background.jpg) repeat-y left top;
	width: 772px;
	height: auto;
}
#page_content
{
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	width: 730px;
	height: auto;
}
#main_bottombar
{
	background: url(../../images/common/bottombar.jpg) no-repeat left top;
	width: 772px;
	height: 14px;
	margin: 0px;
}
#main_footer
{
	width: 710px;
	height: 20px;
    margin: 5px 5px 5px 30px;
}
#main_footer_menu
{
	width: 710px;
	height: 20px;
    margin: 5px 5px 5px 30px;
    text-align:center;
}

/* Main menu */
#main_menu_container
{
    left: 0px;
    width: 425px; 
    height: 31px;
    padding-left: 15px;
}
#main_menu_container ul
{
    list-style: none;
    margin: 0px;
    width: 450px; 
    height: 31px;
    padding: 0px;
}
#main_menu_container ul li
{
    display: block;
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
#main_menu_container ul li a
{
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 0px;
	height: 31px;
}
#main_menu_container ul li#home
{
    background: transparent url(../../images/menu/home.jpg) no-repeat top left;
    width: 75px;
}
#main_menu_container ul li#home a:hover
{
    background: transparent url(../../images/menu/homeov.jpg) no-repeat top left;
    width: 75px;
}
#main_menu_container ul li#about
{
    background: transparent url(../../images/menu/about.jpg) no-repeat top left;
    width: 94px;
}
#main_menu_container ul li#about a:hover
{
    background: transparent url(../../images/menu/aboutov.jpg) no-repeat top left;
    width: 94px;
}
#main_menu_container ul li#services
{
    background: transparent url(../../images/menu/services.jpg) no-repeat top left;
    width: 82px;
}
#main_menu_container ul li#services a:hover
{
    background: transparent url(../../images/menu/servicesov.jpg) no-repeat top left;
    width: 82px;
}
#main_menu_container ul li#contact
{
    background: transparent url(../../images/menu/contact.jpg) no-repeat top left;
    width: 82px;
}
#main_menu_container ul li#contact a:hover
{
    background: transparent url(../../images/menu/contactov.jpg) no-repeat top left;
    width: 82px;
}
#main_menu_container ul li#gallery
{
    background: transparent url(../../images/menu/gallery.jpg) no-repeat top left;
    width: 72px;
}
#main_menu_container ul li#gallery a:hover
{
    background: transparent url(../../images/menu/galleryov.jpg) no-repeat top left;
    width: 72px;
}


/* Pages */
#page_div
{
    height: auto;
}
#home_leftdiv
{
    width:400px;
    float:left;
    margin-right:20px;
}
#home_rightdiv
{
    width:300px;
    float:left;
    text-align:right;
}
#home_fulldiv
{
    width:600px;
    float:left;
    text-align:right;
}

