@charset "utf-8";
/* CSS Document */

a,
img {
	outline: none;
	border: none;
	color: #000000;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #eadbc6;
	background-image: url(images/bg-main.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

/*.........................................background css............................*/
.bg_main {
	background-image: url(images/main-repeat.jpg);
	width: 1056px;
	background-repeat: repeat-y;
}

.bg_main_content {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
}

.bg_footer {
	background-image: url(images/bg-footer2.jpg);
	background-repeat: no-repeat;
	height: 88px;
	font-size: 12px;
}

.bg_menu {
	background-image: url(images/menu-middle.png);
	height: 43px;
	background-repeat: repeat-x;
}


/*.....................................ul and li shadow / text css...............................*/
.menu {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 20px;
}

.menu li {
	padding-right: 14px;
	padding-bottom: 0px;
	line-height: 0em;
	display: inline;
	list-style: none;
}

.txt_menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

.txt_menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 23px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 1px 0 #999,
		0 2px 0 #808080,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0, 0, 0, .1),
		0 0 5px rgba(0, 0, 0, .1),
		0 1px 3px rgba(0, 0, 0, .3),
		0 3px 5px rgba(0, 0, 0, .2),
		0 5px 10px rgba(0, 0, 0, .25),
		0 10px 10px rgba(0, 0, 0, .2),
		0 20px 20px rgba(0, 0, 0, .15);
}

.txt_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFD700;
	font-size: 23px;
	text-decoration: none;
	font-weight: bold;
}

.txt_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ce2605;
	font-size: 23px;
	text-decoration: none;
	font-weight: bold;
}

/* link */

/* normal link */
a {
	color: rgb(255, 195, 56);
}

/* mouse over link */
a:hover {
	color: blue;
}






.txt_call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.txt_content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
}

.txt_content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
	text-align: left;
}

.txt_hheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #333366;
}

.txt_shadow1 {
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.txt_shadow2 {
	text-shadow: 0 1px 0 #ccc,
		0 2px 0 #c9c9c9,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0, 0, 0, .1),
		0 0 5px rgba(0, 0, 0, .1),
		0 1px 3px rgba(0, 0, 0, .3),
		0 3px 5px rgba(0, 0, 0, .2),
		0 5px 10px rgba(0, 0, 0, .25),
		0 10px 10px rgba(0, 0, 0, .2),
		0 20px 20px rgba(0, 0, 0, .15);

}

/*.........................................ID css............................*/

#videoclip {
	float: left;
	-moz-border-radius: 8px;
	border-radius: 10px;
	-moz-box-shadow: 10px 10px 10px #666;
	-webkit-box-shadow: 10px 10px 10px #666;
	box-shadow: 10px 10px 10px #666;
}

/*.........................................rotate image position............................*/

#rotate1 {
	transform: rotate(180deg);
}

/*.........................................rotate image position............................*/

#rotate2 {
	transform: rotate(90deg);
}

/*........................................Class Shadow.........................................*/
#img {
	width: 500px;
	height: 300px;
	border: 2px solid #fff;
	-moz-box-shadow: 10px 10px 10px #666;
	-webkit-box-shadow: 10px 10px 10px #666;
	box-shadow: 10px 10px 10px #666;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.imgsize {
	width: 500;
	height: 300;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

#imgroundcorner {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

td.c6 {
	padding-left: 79px;
}

td.c5 {
	padding: 0 0 0 138px;
}

td.c4 {
	padding: 0 0 24px 127px;
}

td.c3 {
	padding: 0 0 17px 114px;
}

td.c2 {
	padding: 7px 0 17px 144px;
}

td.c1 {
	padding-right: 50px;
}

#reviewlink {
	background: white;
}