﻿body
{	
	font-family: 'Open Sans Condensed' ,Helvetica,Arial,sans-serif;
	color: #333;
	font-size: 75%;	
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

 #sticky_navigation
{
	width: 100%;
	
}
.gradiant
{
	 background: -webkit-gradient(linear, left top, left bottom, from(#fa4175), to(#Fa4177)); /* for webkit browsers */
     background: -moz-linear-gradient(top,  #Fa4175,  #Fa4177); /* for firefox 3.6+ */-webkit-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.50);
-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.50);
box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.50);
border: 1px solid #FFFFFF;
}
       
.headerbtn
{
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
	margin-right: 22px;
	margin-left: 22px;
	
}
.head_lb
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFC166;
}
.roundCOR
        {
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
           background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255, 255, 255)),
	color-stop(1, rgb(253, 250, 235))
);
background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
        }
        .ddl
        {
            border: 1px solid #D7D3D3;
           font-size: 12px;
            padding: 2px;
            -webkit-appearance: none;
            
            background-position: 100%;
            font-family: arial, helvetica, sans-serif;
            text-decoration: none;
            
            color: #666666;
            background-repeat: no-repeat;
            text-indent: 0.01px; /*In Firefox*/
            text-overflow: ''; /*In Firefox*/
        }
        .buttonSearch
        {
            box-shadow: inset 0 1px 0 #ffffff;
            border: 1px solid #91b41a;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            font-family: arial, helvetica, sans-serif;
            text-decoration: none;
            color: #FFFFFF;
            background-color: #fa4175;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fa4175), to(#abdc28));
            background-image: -webkit-linear-gradient(top, #fa4175, #abdc28);
            background-image: -moz-linear-gradient(top, #fa4175, #abdc28);
            background-image: -ms-linear-gradient(top, #fa4175, #abdc28);
            background-image: -o-linear-gradient(top, #fa4175, #abdc28);
            background-image: linear-gradient(to bottom, #fa4175, #abdc28);
        }
        .buttonSearch:hover
        {
            box-shadow: inset 0 1px 0 #ffffff;
            border: 1px solid #718c14;
            background-color: #95b91a;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#95b91a), to(#8bb41d));
            background-image: -webkit-linear-gradient(top, #95b91a, #8bb41d);
            background-image: -moz-linear-gradient(top, #95b91a, #8bb41d);
            background-image: -ms-linear-gradient(top, #95b91a, #8bb41d);
            background-image: -o-linear-gradient(top, #95b91a, #8bb41d);
            background-image: linear-gradient(to bottom, #95b91a, #8bb41d);
        }
        
        .bgGradiant
        {
        	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255, 255, 255)),
	color-stop(1, rgb(253, 250, 235))
);
background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
}

.buttonMainSerch {
	
	background-color:#fa4175;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #fb084c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	
}
.buttonMainSerch:hover {
	
	background-color:#fb1d5c;
}
.buttonMainSerch:active {
	position:relative;
	top:1px;
}
.bottomrounded
        {background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255, 255, 255)),
	color-stop(1, rgb(253, 250, 235))
);
background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(253, 250, 235) 100%);
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }
        
        .go {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	
	
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.go:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.go:active {
	position:relative;
	top:1px;
}

.textbox
        {
            background: white;
            border: 1px solid #B4D349;
            
            
            color: #666;
            
           
            outline: none;
        }
.yellowGradiant
{

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFE888 0%, #FFBC00 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFE888 0%, #FFBC00 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFE888 0%, #FFBC00 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFE888), color-stop(1, #FFBC00));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFE888 0%, #FFBC00 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFE888 0%, #FFBC00 100%);	

-webkit-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.50);
-moz-box-shadow:    0px 0px 2px 1px rgba(50, 50, 50, 0.50);
box-shadow:         0px 0px 2px 1px rgba(50, 50, 50, 0.50);
border: 1px solid #FFFFFF;
-moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
}



a
        { font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            
            color: #000000;
            text-decoration: none;
        }
        
        .sub-Menu
{
	border: 1px solid #ccc;
	position: absolute;
	top: 15px;
	margin-left: -60px;
	border-radius: 10px;
	padding: 10px 10px;
	text-align: center;
	width: auto;
	white-space: nowrap;
	z-index: 1000;
	display: none;
	background-color: #F3F3F3;
}
        
       
        .showOnMouseOver
        {
            position: relative;
            clear: both;
            line-height: 1;
           
            
        }
        
        .showOnMouseOver:hover span
        {
            display: inline;
        }
       

.ah
{
	margin-right: 5px;
	margin-left: 5px;
	color: #0F9BD0;
	font-size: 13px;
}
	.boderLeft
	{border-left-style: solid; 
border-left-width: 1px; 
border-left-color: #333333;}



.fb
{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/fb.png');
    background-repeat: no-repeat;
}
        .fb:hover
        {
            background-image: url('../images/fbhover.png');
            background-repeat: no-repeat;
        }
        .in
{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/in.png');
    background-repeat: no-repeat;
}
        .in:hover
        {
            background-image: url('../images/inhover.png');
            background-repeat: no-repeat;
        }
.gplus
{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/gplus.png');
    background-repeat: no-repeat;
}
        .gplus:hover
        {
            background-image: url('../images/gplushover.png');
            background-repeat: no-repeat;
        }
.rss
{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/rss.png');
    background-repeat: no-repeat;
}
        .rss:hover
        {
            background-image: url('../images/rsshover.png');
            background-repeat: no-repeat;
        }











.element {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.element:before {
    content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.btnPhoto {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #75), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #fa4175 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #fa4175 5%, #77a809 100%);
	background:-o-linear-gradient(top, #fa4175 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #fa4175 5%, #77a809 100%);
	background:linear-gradient(to bottom, #fa4175 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa4175', endColorstr='#77a809',GradientType=0);
	background-color:#fa4175;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	
}
.btnPhoto:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #fa4175));
	background:-moz-linear-gradient(top, #77a809 5%, #fa4175 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #fa4175 100%);
	background:-o-linear-gradient(top, #77a809 5%, #fa4175 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #fa4175 100%);
	background:linear-gradient(to bottom, #77a809 5%, #fa4175 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#fa4175',Gr',GradientType=0);
	background-color:#77a809;
}
.btnPhoto:active {
	position:relative;
	top:1px;
}


