body {
	background-color: #000;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover { 
	text-decoration: underline; 
}

p {
	margin: 0;
	padding: 0;
	color: #fff;
}

th {
	background-color: #5B616F;
	color: #fff;
}

h1 span {
	visibility: hidden;
	padding: 0;
	margin: 0;
	font-size: 1px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #F5811E;
	font-size: 16px;
}

h2 span {
	visibility: hidden;
	padding: 0;
	margin: 0;
	font-size: 1px;
}

#container {
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
}

/*///////////// header ////////////////*/
#header {
	width: 100%;
	height: 287px;
}

#logo {
	width: 340px;
	height: 147px;
	float: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

#menu_top {
	width: 660px;
	height: 96px;
	float: left;
	background-image: url(../img/logo_bg.png);
	background-repeat: repeat-x;
}

#logo_img_up {
	width: 660px;
	height: 51px;
	float: left;
	background-image: url(../img/logo_img_up.png);
	background-repeat: no-repeat;
}

#logo_img_bot_l {
	width: 340px;
	height: 140px;
	float: left;
	background-image: url(../img/logo_img_bot_l.png);
	background-repeat: no-repeat;
}

#logo_img_bot_r {
	width: 660px;
	height: 140px;
	float: left;
	background-image: url(../img/logo_img_bot_r.png);
	background-repeat: no-repeat;
}

/*-------------- menu - top ----------------*/

#menu_top_con {
	width: 600px;
	height: 20px;
	float: left;
	padding-left: 20px;
	padding-top: 59px;
}

#menu_top_con a:hover {
	text-decoration: none;
	color: #f28506;
}

#menu_top_con ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_top_con li {
	width: 120px;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
/*/////////////////// content //////////////*/
#content {
	width: 100%;
	float: left;
	background-color: #212121;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-y;
}

/* ----------------- menu left ----------------*/
#menu_left {
	width: 350px;
	float: left;
}

#menu_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 28px;
}

#menu_left li {
	height: 82px;
}

.news_sm {
	width: 220px;
	float: left;
	padding-left: 64px;
	padding-bottom: 10px;
}

.news_sm_title {
	color: #F5811E;
	font-size: 12px;
	font-weight: bold;
}

.news_sm_date {
	color: #4682B4;
}

/*--------------- page content ----------------*/
#page_content {
	width: 650px;
	float: right;
	background-image: url(../img/corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
}

#page_content_left {
	width: 310px;
	float: left;
	padding-left: 30px;
	margin-top: 20px;
	line-height: 150%;
}

#page_content_left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#page_content ul {
	color: #fff;
	list-style-type: square;
}

#page_content_right {
	width: 280px;
	float: right;
	margin: 60px 0 0 0;
	padding: 0 15px 0 0;
}

#page_content_right img {
	width: 280px;
	border: 1px solid #696969;
	top:  0; 
    left: 0 	
}

/*----------------- page tree ----------------*/
#page_tree {
	width: 650px;
	float: right;
	height: 50px;
	color: #373737;
	background-color: #000;
}

#page_tree a {
	font-size: 14px;
	font-weight: bold;
	color: #3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
}

#page_tree h2 {
	padding-top: 20px;
	color: #3D3D3D;
}

/*///////////////// products ///////////////////*/
#prod_line {
	width: 600px;
	float: left;
	padding-left: 20px;
	margin-top: 20px;
}

#prod_line h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}

#prod_line h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 5px;
}

.prod_line_item {
	width: 100px;
	height: 120px;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	display: block;
}

#prod_line td {
	width: 20%;
}

.name_pad {
	padding-bottom: 10px;
	vertical-align: top;
}

.name_pad a {
	color: #F5811E;
}

a.thumb_link {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
}

a.thumb_link:hover {
	border: 1px solid #f90;
}


/*///////////////// contacts /////////////////*/
#contacts {
	float: left;
	padding-left: 30px;
	margin-top: 20px;
}

#contacts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

#contacts h3 {
	color: #fff;
	font-size: 12px;
	padding: 0;
	margin: 5px;
}

#contacts a {
	color: #F5811E;
}

/*///////////////// products_view ///////////////*/
#prod_view_l {
	width: 300px;
        min-height:440px;
	float: left;
}

#prod_img {
    position:relative;
    width:100%;
}

#prod_img img {
    position:absolute;
}

#prod_img #lens {
    z-index:3;
    top:175px;
    left:20px;
}

#prod_img #corner {
    z-index:2;
}

#prod_img #img {
    top:14px;
    left:14px;
}

#prod_view_img {
	padding-left: 15px;
	padding-top: 15px;
}

#prod_price h3 {
	color: #DD0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#prod_price {
	padding: 20px 0 0 30px;
	position: relative;
}

#prod_view_r {
	width: 328px;
	float: right;
	text-align: left;
	margin-top: 15px;
}

.prod_extra {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#prod_view_r h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

#prod_view_r #add_img {
    width:180px;
    float:right;
}

#prod_view_r #desc {
    width:320px;
    margin-top:20px;
}

#prod_view_r #desc * {
    color:#fff !important;
    font-weight:normal !important;
}

#prod_view_r #desc p {
    padding:0;
}

#prod_view_r p {
	color: #696969;
	font-weight: bold;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#prod_title {
	width: 100%;
	border-bottom: 1px solid #696969;
}

#prod_thumb {
	width: 100%;
	border-top: 1px solid #696969;
	margin-top: 20px;
}

#prod_thumb a{
	display: block;
	background: #fff;
	border: 1px solid #696969;
	width: 100px;
	*height: 100px;
	min-height: 100px;
	text-align: center;
	margin-top: 10px;
	float: left;
	margin-right: 7px;
}

#prod_thumb a:hover {
	border: 1px solid #f90;
}

/*//////////////// footer ////////////////////*/
#footer {
	width: 100%;
	height: 50px;
	clear: both;
	background-color: #172031;
	border-top: 1px solid #334053;
}

#footer a {
	color: #343f53;
}

#footer_all {
	float: right;
	padding-right: 10px;
	text-align: left;
	margin-top: 5px;
}

#footer_design  {
	float: left;
	padding-left: 10px;
	margin-top: 22px;
}

#footer p {
	color: #343f53;
}

#footer_logo {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}

#l_line {
	width: 350px;
	height: 2px;
	float: left;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-y;
	font-size: 1px;
}

#r_line {
	width: 650px;
	height: 2px;
	float: left;
	background-color: #212121;
	font-size: 1px;
}

/* /////////////////////// form ////////////////////// */


form p {
	margin-bottom: 0px;
	margin-top: 12px;
	padding: 0;
}

label {
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 1em;
	padding-top: 3px;
	display: block;
}

select {
	color: #06367b;
	background: #ffffff;
	width: 160px;
	background-color: #DEDEDE;
}

input	{
	color: #06367b;
	/*border: 1px solid #428600;*/
}

textarea {
	color: #06367b;
	background: #ffffff;
	/*border: 1px solid #F37A39;*/
}

.submit input	{
	color: #fff;
	background: #6C6D70;
	border: 1px outset #696969;
	margin-left: 7.6em;
	*margin-left: 9.4em;
}

fieldset	{
	border: 1px solid #6C6D70;
	*padding-left: 10px;
	*padding-bottom: 10px;
}

fieldset p {
	margin: 7px auto;
}

legend {
	color: #fff;
	font-weight: bold;
	background: #7F8184;
	border: 1px solid #6C6D70;
	padding: 2px 6px;
}

.legend_field {
	float: right;
	text-align: left;
	width: 29em;
	margin-right: 10px;
	vertical-align: top;
}

/* ----------- end form -----------------*/

/*//////////////////////// admin //////////////////*/
#admin_con {
	padding-left: 30px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.bg_1 {
	background-color:	#c0c0c0;
}

.bg_2 {
	background-color: #EDEDED;
}
