/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* MAIN STUFF */
body
{
	background-color:#bcbcbc;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.1;
}

h1
{
	color:#b70002;
	font-size:24px;
	margin-top:5px;
	margin-bottom:20px;
}
h2
{
	color:#b70002;
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
	
}

p
{
	line-height:1.2;
	margin-bottom:10px;
}

.clear
{
	clear:both;	
}
#container
{
	background-color:#ffffff;
	width:800px;
	margin-top:20px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}

a
{
	color:#b70002;
}

#sidebar
{
	
	width:200px;
	float:left;
}

#main
{
	width:580px;
	float:right;
}

#header
{
	width:800px;
	height:206px;
	background-image:url("/assets/images/kirmizigul/header.png");
}

.flags
{
	padding-top:150px;
	text-align:right;
	margin-right:15px;
	float:right;
}

#navigation
{
	font-weight:bold;
	color:#ffffff;
}

#navigation a
{
	color:#ffffff;
	text-decoration:none;
}
#navigation a:hover
{
	text-decoration:underline;	
}

#navigation ul
{
	display:block;
	padding-top:178px;
	margin-left:20px;
}

#navigation ul li
{
	display:inline;
	float:left;
	padding-left:5px;
	padding-right:5px;
}

#content
{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:10px;
}

.product
{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #999;
}

.product h2
{
	margin-top:0px;
	padding:0px;
	margin-bottom:10px;
}
.product h2 a:hover
{
	text-decoration:underline;
}

.product .product_image
{
	float:left;	
	margin-right:10px;
	margin-bottom:10px;
}

#sidebar
{
	font-size:12px;
}
#sidebar a
{
	color:#b70002;
	text-decoration:none;
}
#sidebar a:hover
{
	text-decoration:underline;
}

.nav_sidebar
{
	
}

.sidebar_list
{
	/* display:block; */
	float:none;
	color:#000000;
}
.sidebar_list li
{
	/* display:block; */
	float:none;
	padding:2px;
}

.sidebar_list li ul
{
	/* display:block; */
	float:none;
	margin-left:20px;
	padding:2px;
}
.sidebar_list li ul
{
	/* display:block; */
	float:none;
}

.active_category
{
	list-style-type:disc;
	list-style-position:inside;
	font-weight:bold;
}

.active_category ul
{
	font-weight:normal;
}


#main
{
	position:relative;
}

#ajax_loader
{
	display:none;
	position:absolute;
	top:100px;
	width:100%;
	text-align:center;
}
#ajax_loader img
{
	margin-left:auto;
	margin-right:auto;	
}

#map_canvas
{
	width:350px;
	height:300px;
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}

#contact_us_form
{
	border:1px solid #CCC;
	background-color:#F0F0F0;
	padding:10px;
}

#contact_us_form .form
{
	float:left;
	width:320px;
	margin-right:30px;
}

#contact_us_form .info
{
	margin-top:20px;
}

#contact_us_form ul
{
	list-style-type:disc;
	list-style-position:inside;
	line-height:2;
}

.contact_form
{
	/* width:320px; */
	/* background-color:#F0F0F0; */
	/* border:1px solid red; */
}
.contact_form fieldset
{
	/* border:1px solid #CCC; */
}
.contact_form label
{
	display:block;
	font-size:12px;
	margin-bottom:5px;
	margin-top:10px;
	color:#b70002;
}
.contact_form input
{
	display:block;
}
.contact_form input.text_field
{
	width:300px;
}
.contact_form input.submit_button
{
	width:300px;
	height:30px;
}

.contact_form textarea
{
	display:block;	
	width:300px;
	height:200px;
}

.error
{
	color:#F00;	
}
.success
{
	color:#0C0;	
}

.photo
{
	padding:5px;
	border:1px solid #999;
	margin-right:10px;
	margin-bottom:10px;
}

.float_left
{
	float:left;	
}

.float_right
{
	float:right;	
}

.divider
{
	border-top:1px solid #CCC;
	margin-top:5px;
	margin-bottom:10px;
}


#footer
{
	background-color:#F0F0F0;
	padding-top:10px;
}
#footer a
{
	color:#b70002;
}
#footer ul
{
	text-align:center;
}
#footer ul li
{
	display:inline;
	font-size:12px;
}
#footer .info
{
	font-size:11px;
	text-align:right;
	padding:5px;
}


/* SUBHEAD */

.subhead
{
	background-color:#cccccc;
	width:100%;
	height:200px;
	
}

/* s3 slider */ 

#s3slider {
   width: 780px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 780px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left:0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 200px;
   height:200px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.s3sliderImage span.right {
	/* right:0; */
}

.s3sliderImage span.left {
	/* left:0; */
}

.clear {
   clear: both;
} 


.left_home
{
	width:226px;
	float:left;
}
.right_home
{
	width:545px;
	float:right;
	padding-left:5px;
}
.contact_small
{
	padding-top:10px;
	padding-bottom:10px;
}
.gray_bg
{
	background-color:#cccccc;	
}
.center
{
	text-align:center;	
}

#simplemodal-overlay {
	/* background-color:#000; */
}

#simplemodal-container {
	background-color:#333;
	border:8px solid #444;
	padding:12px;
	padding-bottom:20px;
	color:#ffffff;
}

