* {
	margin:0;
	padding:0;
	outline:0;
}
body {
	font-size:13px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#000;
	
}

.body_2 {
	position:relative;
	height:10px;
	background...:url(images/header-bg.gif) repeat-x 0 0;
	background:#FFFFFF;
	z-index:5;
	width:1140px;
	border-radius:10px;
	margin:30px auto;
}
a {
	color:#0252aa;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
input, textarea, select {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	overflow:auto;
}
.cl {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	clear:both;
}
.notext {
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.left, .alignleft {
	float:left;
	display:inline;
}
.right, .alignright {
	float:right;
	display:inline;
}
.shell {
	width:1140px;
	margin:0 auto;
}
.last {
	margin-right:0 !important;
}
#header {
	position:relative;
	height:110px;
	background:url(images/bg.gif) repeat-x 0 0;
	margin-bottom:26px;
	z-index:5;
	width:1140px;
	margin:auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-bottom:5px;
	}
#logo {
	float:left;
	display:inline;
	width:210px;
	height:56px;
	margin:15px 0 0 12px;
}
#logo a {
	display:block;
	height:56px;
	
}
/*
#navigation {
	position:relative;
	display:inline;
	margin-top:32px;
	margin-bottom:32px;
	z-index:5;
}
#navigation ul {
	list-style:none outside none;
	
}
#navigation ul li {
	position:relative;
	float:left;
	display:inline;
	margin-right:22px;
}
#navigation ul li a {
	width:84px;
	height:44px;
	display:block;
	color:#000;
	font-size:13px;
	text-align:center;
	line-height:43px;
	padding-right:2px;
}
#navigation ul li a:hover, #navigation ul li a.active, #navigation ul li a.hover {
	background:#CCCCCC;
	text-decoration:none;
	z-index:1000;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#navigation ul li .dd-holder {
	position:absolute;
	top:33px;
	left:0;
	display:none;
	width:200px;
	height:100%;
	z-index:5;
	
	border-bottom-left-radius:5px;
}

#navigation ul li a:hover .dd-holder {
  display: block;
}

#navigation ul li .dd {
	background:#CCCCCC;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	
}
#navigation ul li .dd-t {
	width:200px;
	height:7px;
	background:#CCCCCC;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}

#navigation ul li .dd ul {
	padding-top:5px;
	padding-left:17px;
}
#navigation ul li .dd ul li {
	float:none;
	display:block;
	height:12px;
	padding-bottom:10px;
	background:url(images/pink-arrow.gif) no-repeat 0 4px;
	padding-left:10px;
	margin:0;
}
#navigation ul li .dd ul li a {
	height:12px;
	font-size:12px;
	line-height:12px;
	width:auto;
	height:auto;
	height:100%;
	color:#000000;
	text-align:left;
}
#navigation ul li .dd ul li a:hover {
	background:none;
	color:#c40083;
}
*/

nav {    
    display: block;
    text-align: center;
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav a {
    display:block; 
    background: #e5e5e5; 
    color:#000; 
    text-decoration: none;
    padding: .5em 2em;
    font-weight: 700;
    position: relative;
  }

.navhn a {
    padding: .5em 2.4em;
}

  .nav{  
    vertical-align: top; 
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius:6px;
  }
  .nav li{position: relative;}
  .nav > li { 
    float:left; 
    border-bottom: 4px #aaa solid; 
    margin-right: 1px; 
  } 
  .nav > li > a { 
    margin-bottom:1px;
    
  }
  .nav > li:hover , .nav > li:hover >a{  border-bottom-color:orange; color:orange;}
  .nav li:hover > a { color:orange; }
  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav > li:last-child >a{border-radius: 0 4px 0 0; }
  .nav li li a { margin-top:1px}
  
  
  
    .nav li a:first-child:nth-last-child(2):before { 
     content:""; 
     position: absolute; 
     height:0; 
     width: 0; 
     border: 5px solid transparent; 
     top: 50% ;
     right:5px;  
   }
   
   
   
   
   
   /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid  orange;
  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.nav > li li ul {  border-left:1px solid #fff;}


.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}



#slider {
	position:relative;
	z-index:1;
	height:225px;
	border-radius:10px;
	padding:10px 12px;
	margin-bottom:5px;
	background:#A6CAF0;
	
}
#slider .shell {
	position:relative;
	height:225px;
}
.slider-left {
	float:left;
	display:inline;
	width:340px;
	height:207px;
	background:#fff;
	color:#000;
	padding:18px 15px 0 15px;
	margin:0px 20px 0px 10px;
	border-radius:5px;
}
.slider-left h2 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:13px;
}
.slider-left p {
	font-size:13px;
	line-height:18px;
	font-family:Arial;
	text-align:justify;
}
.slider-left .order-now {
	display:block;
	width:134px;
	height:38px;
	background:url(images/ordernow.gif) no-repeat 0 0;
	font-size:16px;
	color:#fff;
	line-height:37px;
	text-align:center;
	margin:41px 0 0 69px;
}
.slider-left .order-now:hover {
	background-position:0 bottom;
	text-decoration:none;
}
.slider-right {
	position:relative;
	float:left;
	display:inline;
	width:720px;
	height:225px;
}
.slider-content {
	position:relative;
	width:720px;
	height:225px;
	overflow:hidden;
}
.slider-content ul {
	list-style:none outside none;
	height:100%;
	overflow:hidden;
}
.slider-content ul li, .jcarousel-clip {
	position:relative;
	width:710px;
	height:225px;
	z-index:1;
	border-radius:8px;
}
.slider-nav {
	position:absolute;
	bottom:14px;
	right:19px;
	display:block;
	z-index:10;
}
.slider-nav ul {
	list-style:none outside none;
}
.slider-nav ul li {
	float:left;
	display:inline;
	width:20px;
	height:20px;
	margin-right:4px;
}
.slider-nav ul li a {
	width:20px;
	height:20px;
	display:block;
	background:url(images/slider-nav.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.slider-nav ul li a:hover, .slider-nav ul li a.active {
	background:url(images/slider-nav-hover.png) no-repeat 0 0;
}
#main {
	background:#FFFFFF;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#main h2 {
	font-size:20px;
	font-weight:normal;
	color:#4c4c4c;
}
#sidebar {
	float:right;
	display:inline;
	width:350px;
	padding:0px 0px 0px 0px;
	margin:15px 20px 0px 15px;
}

#sidebar_2 , #sidebar_3 {
	width:348px;	
	-webkit-box-shadow: 8px 7px 7px -5px #777;
       -moz-box-shadow: 8px 7px 7px -5px #777;
            box-shadow: 8px 7px 7px -5px #777;
			border-radius:10px;
			border:#CCC 1px solid;
			margin-bottom:20px;
			
			border:1px solid #d1dcdf;
 background-color: #f2f5f6; background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc));
 background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
}

#sidebar_foot {
	width:348px;	
	-webkit-box-shadow: 8px 7px 7px -5px #777;
       -moz-box-shadow: 8px 7px 7px -5px #777;
            box-shadow: 8px 7px 7px -5px #777;
			border-radius:10px;
			border:#CCC 1px solid;
			margin-bottom:20px;
}
#sidebar_foot h2 {
	margin-bottom:6px;
	height:25px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:5px 10px;
 background: -moz-linear-gradient(top, #a6caf0, #f0cca6); background: -webkit-linear-gradient(top, #a6caf0, #f0cca6); background: -o-linear-gradient(top, #a6caf0, #f0cca6); background: -ms-linear-gradient(top, #a6caf0, #f0cca6); background: linear-gradient(top, #a6caf0, #f0cca6);
}

#sidebar .text-container {
	width:285px;
	padding:0px 15px 0px 15px;
	min-height:150px;
	text-align:justify;
	
}
#sidebar_3 .text-container ul {
list-style-image: url(images/red_tangle.png);
padding:0px 0px 0px 10px;
}
#sidebar_2 .text-container ul {
	padding:0px 0px 0px 10px;
list-style-image: url(images/green_tangle.jpg);
}


#sidebar_3 .text-container ul {
list-style-image: url(images/red_tangle.png);
padding:0px 0px 0px 10px;
}
.foote_2 #sidebar_2 .text-container ul , .foote_2 #sidebar_3 .text-container ul{
	padding:0px 0px 0px 10px;
list-style:none;
}

#sidebar_2 h2 {
	margin-bottom:6px;
	height:25px;
	color:#000;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:5px 10px;
background: -moz-linear-gradient(top, #a6caf0, #f0cca6); background: -webkit-linear-gradient(top, #a6caf0, #f0cca6); background: -o-linear-gradient(top, #a6caf0, #f0cca6); background: -ms-linear-gradient(top, #a6caf0, #f0cca6); background: linear-gradient(top, #a6caf0, #f0cca6);

/* 
background: rgba(109,0,25,1);
background: -moz-linear-gradient(left, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(109,0,25,1)), color-stop(56%, rgba(143,2,34,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(left, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(left, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(left, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
background: linear-gradient(to right, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329', GradientType=1 );
 */

}

#sidebar_3 h2 {
	margin-bottom:6px;
	height:25px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:5px 10px;
	color:#000;
background: -moz-linear-gradient(top, #a6caf0, #f0cca6); background: -webkit-linear-gradient(top, #a6caf0, #f0cca6); background: -o-linear-gradient(top, #a6caf0, #f0cca6); background: -ms-linear-gradient(top, #a6caf0, #f0cca6); background: linear-gradient(top, #a6caf0, #f0cca6);
}
.post {
	margin-top:20px;
}

.post p {
	text-align:justify;
}
.post h2 {
	border-bottom:4px solid #008000;
	padding-bottom:5px;
	margin-bottom:11px;
	text-align:center;
	color:#000;
}
.post .more {
	display:block;
	background:url(images/pink-arrow.gif) no-repeat 0 4px;
	color:#c40083;
	font-size:11px;
	line-height:12px;
	padding-left:10px;
	margin-top:10px;
}
.post .more:hover {
	color:#000;
	text-decoration:none;
}
#sidebar .post {
	padding:0 18px 0 14px;
}

.post ul , .post ol {	
	padding-left:40px;
}
#sidebar .post .more {
	margin-top:17px;
}
#content {
	float:left;
	display:inline;
	width:707px;
	margin-left:20px;
}
.nav-col { margin-left:20px; padding-top:10px;}
.col {
	margin-bottom:25px;
}
.cols-2 {
	float:left;
	display:inline;
	width:332px;
	margin-right:40px;
}
#footer_2 {
	height:17px;
	background:url(images/footer-bg.gif) repeat-x 0 0;
	margin-bottom:20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#footer_3 {
	height:20px;
	background:url(images/footer-bg.gif) repeat-x 0 0;
	padding:10px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.foote_2 {
	height:160px;
	background:#FFFFFF;
	font-size:12px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#footer {
	height:37px;
	margin-bottom:50px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

#footer .shell {
	padding:26px 0 0 0;
}
#footer, #footer a {
	color:#000000;
}
#footer a:hover {
	text-decoration:none;
}
#footer p {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:normal;
	white-space:nowrap;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
#footer .lf {
	padding-right:20px;
}
#footer .rf {
	
}

.top-nav , .top-nav2 {
	float:right;
}

ul.nav1 , ul.nav2{
  padding: 0;
  list-style: none;
  
}

.nav1 > li , .nav2 > li{
	  display: inline-block;
  float: left;
  margin: 0px;  
}
.nav li .active a, .nav li a:hover {
	color:#000000 !important;
}
.nav1 li .active a, .nav1 li a:hover {
	color:#000000 !important;
}


.nav1 > li > a {
    padding: 0px 20px 0 15px;
  display: block;
  color: #000000;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration:none;
}

input[type="submit"] {
    background:none!important;
     border:1px #FFFFFF  solid;
     
    
    /*optional*/
     font-family: 'Open Sans', sans-serif;
     color:#000;
     font-size: 12px;
	 padding: 0px 15px;
     cursor:pointer;
}

#newsletter{
	float:right;
	padding:0px;
	color:#000000;
	margin-right:20px;
	margin-top:10px;
	
	}
#newsletter input[type="submit"] {
	border:1px solid #333;
	padding:2px;
	color:#000000;
	background:#666;
	border-radius:5px;
	
	}
#newsletter input[type="text"] {
	border:1px solid #333;
	padding:3px;
	color:#000000;
	border-radius:5px;
	width:200px;
	
	}			
.flt_right { float:right; margin-top:2px;}
	
#newsletter p{
	margin:0 0 8px 0;
	font-family:Arial, Helvetica, sans-serif; 
	}

input#login_go{
	width:58px;
	height:62px;
	margin:0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	cursor:pointer;
	}
.fl_left{float:left; text-align: justify;
    text-justify: inter-word;}
.fl_right{float:right; text-align: justify;
    text-justify: inter-word;}
#login form{
	display:block;
	width:300px;
	margin:0 12px;
	padding:10px 0 0 0;
	border:none;
	}

#quick_usr , #quick_pass{
	display:block;
	width:218px;
	margin:0 0 10px 0;
	padding:5px;
	color:#FFFFFF;
	background-color:#000;
	border:1px solid #1C5E82;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
/*-------------------------------------form-------------------------------------*/
.form {
	width:470px;
	float:left;
	clear:both;
	padding:0 0 40px 0px;
}
.form_row {
	width:470px;
	float:left;
	clear:both;
	margin:20px 0 0 0;
}
.form_row label {
	width:120px;
	float:left;
	padding:5px 10px 0 0;
	font-size:14px;
	color:#000;
	text-align:right;	
}
.form_input {
	width:320px;
	height:35px;
	float:left;
	padding:0 0 0 10px;
	background-color:#E7E5DE;
	border:#999 1px solid;
	color:#000;
}
.form_textarea {
	width:320px;
	height:70px;
	float:left;
	padding:10px 0 30px 10px;
	background-color:#E7E5DE;
	border:#999 1px solid;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.form_submit {
	float:right;
	clear:both;
	margin:20px 30px 0 0;
	width:149px;
	height:34px;
	text-align:center;
	color:#000;
	font-size:16px;
	background:#960;
	border:#666666 1px solid;
	font-weight:bold;
	padding:0;
	cursor:pointer;
}
.mainbox{
	background-color:#6C5B7B;
	padding:5px;
	font-weight:bold;
	color:#FFF;
	font-size:13px;
	width:590px;
	float:left;
	}
.onl {
	float:left; 
	width:156px; 
	background-color:#6C5B7B;
	color:#FFF;
	font-size:13px; 
	padding:5px;
	height:20px;
	font-weight:bold;
	text-align:center;
}
.onl a{
	color:#FFF;
}
.obnm {
	float:left; 
	width:164px; 
	background-color:#6C5B7B;
	color:#FFF;
	font-size:13px; 
	padding:5px;
	height:20px;
	font-weight:bold;
	text-align:center;
	}
.obnm a{
	color:#FFF;
	}


.conc_rg {
	margin:auto;
	width:350px;
	height:200px;
	padding:5px;
	border-bottom:#000 1px dotted;
	margin-bottom:35px;
}						





.form-4 {
    /* Size and position */
    width: 300px;
    margin: 10px auto 30px;
    padding: 10px;
    position: relative;

    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color:#333;
    text-shadow: 0 2px 1px rgba(0,0,0,0.3);
}

.form-4 h1 {
    font-size: 22px;
    padding-bottom: 20px;
}

.form-4 input[type=text],
.form-4 input[type=password] {
    /* Size and position */
    width: 100%;
    padding: 8px 4px 8px 10px;
    margin-bottom: 15px;

    /* Styles */
    border: 1px solid #4e3043; /* Fallback */
    border: 1px solid rgba(78,48,67, 0.8);
    background: rgba(0,0,0,0.15);
    border-radius: 2px;
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color:#000;
    font-size: 13px;
}

/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */

.form-4 input::-webkit-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input:-moz-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input:-ms-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input[type=text]:hover,
.form-4 input[type=password]:hover {
    border-color: #333;
}

.form-4 input[type=text]:focus,
.form-4 input[type=password]:focus,
.form-4 input[type=button]:focus {
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1),
        0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}

/* Fallback */
.no-boxshadow .form-4 input[type=text]:focus,
.no-boxshadow .form-4 input[type=password]:focus {
    outline: 1px solid white;
}

.form-4 input[type=button] {
    /* Size and position */
    width: 320px;
    padding: 8px 5px;
    
    /* Styles */
    background: #634056;
    background: -moz-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
    background: -ms-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
    background: -o-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(99,64,86,0.5)), to(rgba(76,49,65,0.7)));
    background: -webkit-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
    background: linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));    
    border-radius: 5px;
    border: 1px solid #4e3043;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
}

.form-4 input[type=button]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(99,64,86,0.5);
}

/* Fallback */
.no-boxshadow .form-4 input[type=button]:hover {
    background: #594642;
}

.form-4 label {
    display: none;
    padding: 0 0 5px 2px;
    cursor: pointer;
}

.form-4 label:hover ~ input {
    border-color: #333;
}

.no-placeholder .form-4 label {
    display: block;
}