@charset "utf-8";
/* CSS by Bobby Satheesh | Xtreme Technologies */

/****************************************** BODY PARTS *****************************************/
@import url(http://fonts.googleapis.com/css?family=Junge);
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	font-size:12px;
	color:#000000;
}
img {
	border:none;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	font-family: 'Junge', serif;
}
h2 {
	font-family: 'Junge', serif;
}
p {
	margin:0;
	padding:0;
	font-size:11px;
	color:#000000;
	line-height:20px;
	text-align:justify;
}
.reset {
	clear:both
}
a {
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #666;
}
/****************************************** HEADER PARTS *****************************************/
.header {
	height: 142px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
.logo {
	float: left;
	height: 62px;
	position: relative;
	top: 36px;
	width: 369px;
}
.topmenu {
	background-image: url("images/topmenu.gif");
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	height: 44px;
	left: 210px;
	padding-top: 7px;
	position: relative;
	width: 247px;
}
.topmenu a {
	color:#000;
	font-size:10px;
}
.topmenu a:hover {
	color:#333;
}
/****************************************** INTRO / FLASH / JQUREY PARTS *****************************************/
.intro {
	width:980px;
	height:358px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	background-image:url(images/flash.jpg);
	background-position:center top;
}

.intro2 {
	width:980px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
}

.call {
	float: right;
	height: 65px;
	position: relative;
	top: 51px;
	width: 213px;
}

.line {
	width:100%;
	border-bottom:solid 1px #ccc;
	margin-top:10px;
	margin-bottom:10px;
}

/****************************************** SITE CONTENTS *****************************************/
.wrapper {
	width:980px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}
.content {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
}
.colR {
	width:300px;
	float:right;
}
.colL {
	width:600px;
	float:left;
	margin-right: 20px;
}
.col {
	width:940px;
	float:left;
}
.box1 {
	width:297px;
	height:147px;
	float:left;
	background-image:url(images/boxbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.box2 {
	width:297px;
	height:147px;
	float:left;
	background-image:url(images/boxbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:22px;
	margin-top:20px;
	margin-bottom:20px;
}
.box3 {
	width:297px;
	height:147px;
	float:right;
	background-image:url(images/boxbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
}
/****************************************** FOOTER PARTS *****************************************/
.footer {
	width:100%;
	font-size:10px;
	color:#333;
	height:105%;
	text-align:center;
	background-color:#bbbbbb;
	background-image:url(images/ftbg.gif);
	background-repeat:repeat-x;
}
.footer a {
	font-size:10px;
	color:#333;
	text-decoration:none;
	outline:none;
}
.footer a:hover {
	font-size:10px;
	color:#000;
}
.footer-median {
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	color: #55a4db;
}
.footer div {
	width:980px;
	margin:0 auto 0 auto;
	position:relative;
	text-align:right;
	top:8px;
}
/****************************************** MENU *****************************************/
.menu {
	width:980px;
	margin:0 auto 0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	height:49px;
}

.menu a {
    border-left: 1px solid #9A999A;
    border-right: 1px solid #EDEDED;
    color: #000000;
    display: block;
    float: right;
    font-size: 14px;
    padding: 14px 52px 16px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.menu a:hover {
	display:block;
    padding: 14px 52px 16px 50px;
	text-decoration:none;
	font-size:14px;
	color:#e5332d;
}
.menu a.sel {
    padding: 14px 52px 16px 50px;
	text-decoration:none;
	font-size:14px;
	color:#e5332d;

}
.productcont {
	margin-bottom:0;
	padding:15px 0 0 0;
	float:right
}
.imageborder {
	width:175px;
	height:175px;
	overflow:hidden;
	-moz-box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 3px 5px #ccc;
	box-shadow: 0px 3px 5px #ccc;
	background:-moz-linear-gradient(4% 79% 97deg, #FFFFFF, #CCCCCC 100%);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:15px;
	text-align:center;
	border:1px solid #ccc;
}
.imageborder:hover {
	border:1px solid #A3A3A3;
}
.imageborder h3 {
	text-align:center;
}
/* ######### Default class for drop down menus ######### */

.anylinkmenu {
	position:absolute;
	left: 0;
	top: 0;
	visibility:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 18px;
	overflow:hidden;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background:#bbbbbb;
	width: 200px; /* default width for menu */
}
.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkmenu ul li {
	height:30px;
}
.anylinkmenu ul li a {
	width: 100%;
	color:#000;
	padding:8px 0 8px 8px;
	display: block;
	text-indent:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	outline:none;
}
.anylinkmenu a:hover { /*hover background color*/
	color:#000;
}
.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background:none;
	visibility: hidden;
}
/*............................TABLE CSS....................................*/


.mytableWrap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	background-color:#f4f4f4;
	border:1px solid #dbdbdb;
	margin:10px 0 10px 0;
}
.mytableTitle {
	height:45px;
	top:7px;
	position:relative;
}
.mytableTitle h2 {
	color:#5c5c5c;
	float:left;
}
.mytable thead {
}
.mytable table {
	background-color:#fff;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}
.mytable thead th {
	border-bottom:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	padding:10px;
	background-color:#e1e1e1;
	color:#767676;
	width:10%;
	text-align:left;
}
.mytable td {
	border-top:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	padding:6px;
	color:#666666;
	width:5%;
	text-align:left;
}
 .mytable tr:nth-child(2n) {
 background:#f4f4f4;
}
.mytable tr:hover {
	background:#ebebeb;
}
.mytable .floR {
	text-align:right;
}
.mytable .smallTD {
	width:1%;
}
.mytable .mediumTD {
	width:6%;
}


.gallery{
	width:160px;
	height:120px;
	padding:5px;
	margin:auto;
	border:4px solid #E5E5E5;
  
	margin:10px;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	text-align:center;
	overflow:hidden;
}

.gallery:hover{
	
	border:4px solid #abe3f0
}

/****************************************** EXTRA CSS *****************************************/

.mylist {
	margin:0;
	padding:0;
}
.mylist li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:30px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:center left;
	border-bottom:1px solid #CCC;
	padding-bottom:2px;
	color:#333;
	text-align:left;
	padding-left:25px;
}
.mylist {
	margin:0;
	padding:0;
}
.mylist a {
	color:#333;
}
.mylist a:hover {
	color:#333;
}
.news1 img{float:left;
padding:3px 12px 5px 0;
width: inherit;
}
.news-details{
	float:left;
padding:3px 12px 5px 0;
}
.news1 h1{
	margin:10px 0;
}
.news1 h2{
	margin-bottom:10px;
	font-size:17px;
    color: #E5332D;
}
.img-container{
text-align:center;
float:left;
width:182px;
height:220px;
overflow:hidden;
margin:9px;	
}
.img-container h2{
	margin:10px;
	
}
.back{
	float:right;
margin-top:4px;
}	
.img-container1{
	  background-color: #F7FBFC;
    border: 1px solid #BAB9B7;
    height: 172px;
    padding: 8px 11px 0 10px;
    text-align: center;
    width: 157px;
}

/****************************************** PAGINATION CSS *****************************************/

#page_navigation a{
	padding:3px;
	border:1px solid gray;
	margin:2px;
	color:black;
	text-decoration:none
}
.active_page{
	background:#1166A9;
	color:white !important;
}
