@charset "utf-8";
/* novakovics.com */
body {
	font: 12px 'Open Sans','Montserrat', Arial, Helvetica, sans-serif;
	font-weight:400;
	background: #88746a;
	background-image: url(images/Divya-background.png);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full */
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 	
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
}

/* title */
h1 {font-size:32px;
color:#c41130;
	margin: 0; 
	padding: 10px 0; 
	position: relative;
	text-align:center;
	text-transform:uppercase;
	z-index:1;
}

/* title line */
h1  {display:none;}
/* h1:before {border-top: 2px solid #88746a;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 30px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;}
	
 title line part 2 
h1 span {background: #fff; padding: 0 10px; } */

/* other font sizes */
h2 {font-size:24px;margin:0 50px 10px 50px;}

h3 {font-size:18px;margin:0 50px 10px 50px;}

h4 {font-size:10px;margin:0 50px 10px 50px;}

p {font-size: 14px; margin:0 50px 10px 50px;}
.redtext {color:#c41130;}
.redcircle-left {float:left;z-index:1;margin-left:-80px;margin-right:-20px; border:0;}
.redcircle-right {float:right;position: relative;border:0;margin-right:-40px;padding-top:20px;}
.contactcircle {float:left;padding-right:20px;margin-top:-10px;}

/* table */
.colortable {font-size: 14px; font-weight: bold; margin:0 50px 10px 50px; text-align:center;}
.colortable tr {background:#c41130;color:#ffffff;}
.colortable tr:nth-child(odd) {background:#c41130;color:#fff;}
.colortable tr:nth-child(even) {background:#ccc;color:#88746a;}


.oneColFixCtrHdr #mainContent {
	padding: 0 50px 10px 50px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; 
	background:#FFFFFF;
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size:10px; font-weight:bold;
}

/* navigation */
#preload {display:none;}
#button1 {display:block;width:184px;height:40px;border:0;background-image:url(images/menu_01.png);float:left;}
#button2 {display:block;width:184px;height:40px;border:0;background-image:url(images/menu_02.png);float:left;}
#button3 {display:block;width:184px;height:40px;border:0;background-image:url(images/menu_03.png);float:left;}
#button4 {display:block;width:185px;height:40px;border:0;background-image:url(images/menu_04.png);float:left;}
#button5 {display:block;width:184px;height:40px;border:0;background-image:url(images/menu-select_03.png);float:left;}
#button1:hover {background-image:url(images/menu-select_01.png)}
#button2:hover {background-image:url(images/menu-select_02.png)}
#button3:hover {background-image:url(images/menu-select_03.png)}
#button4:hover {background-image:url(images/menu-select_04.png)}
#button5:hover {background-image:url(images/menu_03.png)}
#button1select {display:block;width:184px;height:40px;border:0;background-image:url(images/menu-select_01.png);float:left;}
#button2select {display:block;width:184px;height:40px;border:0;background-image:url(images/menu-select_02.png);float:left;}
#button3select {display:block;width:184px;height:40px;border:0;background-image:url(images/menu-select_03.png);float:left;}
#button4select {display:block;width:185px;height:40px;border:0;background-image:url(images/menu-select_04.png);float:left;}
#button5select {display:block;width:184px;height:40px;border:0;background-image:url(images/menu-select_03.png);float:left;}
/*links */
a:link {color:#c41130; font-weight:bold; text-decoration:none;}
a:hover {color:#88746a;}


.graybox {background:#ccc;padding:20px auto;margin:0 50px 10px 50px;}
ul {font-size:14px; margin:0 50px 10px 50px;}

/* circle text */
.circle-text {
    width:300px;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #c41130; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.circle-text div {
    float:right;
    width:100%;
    padding-top:25%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
}
