@charset "utf-8";
html {
	height: 100%;
	width: 100%;
	background-color: #DF371A;
}
body {
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#background {
	background-image: url(images/Om%20Sweets%20bg%201.png);
	background-repeat: no-repeat;
	height: auto;
	width: 1350px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666;
	text-align: left;
	display: block;
	height: 1000px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#background #container #left {
	display: block;
	float: left;
	height: auto;
	width: 250px;
}
#background #container #right {
	display: block;
	float: left;
	height: auto;
	width: 710px;
	margin-left: 20px;
}

#background #container #left #krishna {
	display: block;
	height: 150px;
	width: 250px;
	text-align: center;
	padding-top: 20px;
}
#background #container #left #menu {
	display: block;
	height: 500px;
	width: 250px;
	padding-top: 50px;
}
#background #container #left #menu #navbar {
	display: block;
	height: 330px;
	width: 230px;
	border: medium solid #FFF500;
	border-radius: 15px;
	font-family: "Exotc350 Bd BT", "Exotc350 DmBd BT";
	font-size: 30px;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	font-weight: bold;
}
#background #container #left #menu #navbar a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}
#background #container #left #menu #navbar a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}
#background #container #left #menu #navbar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 10px #000;
}
#background #container #right #company {
	display: block;
	height: 80px;
	width: 710px;
	margin-top: 20px;
}
#background #container #right #welcome {
	background-color: #F19C0D;
	display: block;
	height: 40px;
	width: 690px;
	font-size: 24px;
	padding-top: 10px;
	font-weight: bold;
	color: #FFF500;
	font-family: OptimusPrincepsSemiBold;
	padding-left: 20px;
}
.companyName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #900;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin-top: 20px;
	padding-top: 20px;
}
#background #container #right #main {
	display: block;
	height: 430px;
	width: 710px;
	margin-top: 10px;
}
#background #container #right #fadeshow1 {
	display: block;
	height: 430px;
	width: 710px;
	margin-top: 10px;
}

#background #container #right #about {
	display: block;
	height: 800px;
	width: 690px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-align: justify;
	padding-right: 20px;
	vertical-align: top;
	overflow: auto;
}
.imageLeft {
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.imageRight {
	float: right;
	padding-left: 20px;
}

.bold1 {
	font-size: 18px;
	font-weight: bold;
	color: #E03919;
	background-color: #FF0;
	text-align: center;
}
.bold1Left {
	font-size: 18px;
	font-weight: bold;
	color: #E03919;
	background-color: #FFF;
	text-align: left;
}

.justifytop {
	text-align: justify;
	vertical-align: top;
}



#background #footer {
	background-color: #900;
	height: 50px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCC;
	display: block;
}
#background #footer a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999;
	text-decoration: none;
}
#background #footer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999;
	text-decoration: none;
}
#background #footer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F93;
	text-decoration: none;
}
#background #footer #footerbox {
	display: block;
	height: 50px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#background #footer #footerbox #copyright {
	display: block;
	float: left;
	height: 30px;
	width: 400px;
	text-align: left;
	padding-top: 15px;
}
#background #footer #footerbox #developedby {
	display: block;
	float: right;
	height: 30px;
	width: 400px;
	text-align: right;
	padding-top: 15px;
}
