@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 12px/1.5 Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
	background: #000;
    height:100%;
}

a {
	outline:none;
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
    color:#c3000b;
}

input { 
	padding:2px; 
	margin:1px;
	font-size: 11px; 
}

select { margin:2px; font-size:10px;}

h1 {display:none;}

h2 {
	font-weight:bold;
	font-size:17px;
}

h3 {
	/*
	color: #8dd8f8;
	font-size:10px;
	text-transform: uppercase;
	margin-bottom:5px; */
}

/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */
/*///// index /////*/
#container_index {
    width:100%;
    height:700px;
    background:url(../images/index_bg.gif) 0 0 repeat-x;
}

#index_bg {
    width: 38%;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
    background:#000;
}

#index {
    width:1000px;
    height:700px;
    margin:0 auto;
    padding:0;
    background:url(../images/logo_bg.gif) 100% 0 no-repeat;
    position:relative;
}

#index_img {
    width:345px;
    float:left;
}

#index_img img {
    float:right;
}
/*
#index_icons {
    float:left;
    margin: 311px 0 0 93px;
    padding:5px 0 0 0;
    height:110px;
}

#index_icons li {
    float:left;
    width:180px;
    height:105px;
}

#index_mirror {
    float:left;
    margin-left:93px;
    padding:0; 
}

#index_mirror li {
    float:left;
    width:180px;
    height:105px;
}

#index_links {
    top:421px;
    left:438px;
    position:absolute;
    z-index:100;
}

#index_links li {
    float:left;
    width:180px;
    height:50px;
}

#index_links li h2 {
    font-size:11px;
}

#index_links li a {
    display:block;
    width:105px;
    height:50px;
    padding-top:20px;
    font-weight:bold;
    text-align:center;
    background:url(../images/blank.gif);
}

#index_links li a:hover {
    color:#fff;
}

*/
#index address {
    color:#fff;
    text-align:right;
    position:absolute;
    top:540px;
    left:770px;
}

#enter {
    float:right;
    margin:190px 95px 0 0;
}

#enter a {
    display:block;
    width:230px;
    height:66px;
}

#red_link {
    margin-top:30px;
}

#red_link a {
    color:#c3000b;
    font-size:13px;
    font-weight:bold;
}
/*//// content page ////*/
#bg {
    width: 40%;
	position: absolute;
	top: 0;
	left: 0;
    background:#000;
    height:147px;
    z-index:90;
}

#header {
    width:100%;
    background:#fff url(../images/header_bg.gif) 0 0 repeat-x;
}

#header_content {
    width:1000px;
    margin:0 auto;
    height:147px;
    background:url(../images/header_img.jpg) 0 0 no-repeat;
    z-index:101;
    position:relative;
}

#menu {
    float:right;
    width:940px;
    height:147px;
    background:url(../images/header_logo.gif) 100% 0 no-repeat;
    color:#fff;
}

#menu li {
    float:left;
    width:94px;
    margin:112px 32px 0 0px;
    display:inline;
    text-align:center;
}

#menu li a {
    font-weight:bold;
    font-size:11px;
}

#menu li a.selected {
    color:#c3000b;
}

#container {
    width:100%;
    background:url(../images/line_bg.gif) 50% 0 repeat-y;
}


#container_content {
    background:url(../images/content_bg.gif) 0 0 repeat-x;
    position: absolute;
	left: 50%;
    width:50%;
    z-index:102;
    height:27px;
}

#content_bg {
    width:1000px;
    margin: 0 auto;
    background:#fff url(../images/content_bg.gif) 0 0 repeat-x;
    position:relative;
    z-index:103;
}

#content {
    width:100%;
    background:url(../images/left_bg.jpg) 0 0 no-repeat;
}

#content a {
    color:#c3000b;
}

#content a:hover {
    text-decoration:underline;
}

/*//// products list /////*/
#products {
    width:980px;
    margin:20px 0 20px 20px;
    float:left;
    display:inline;
}
/*///// tabbed /////*/
#tabbed {
    width:100%;
}

#tabs {
    width:930px;
    padding-left:50px;
    height:40px;
    border-bottom:1px solid #e8e8e8;
}

#tabs li {
    float:left;
}

#tabs li a {
    position: relative;
    top: 1px;
    z-index: 2;
    display:block;
    width:154px;
    height:40px;
    color:#9f9f9f;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    line-height:40px;
    cursor:pointer;
}

#tabs li a:hover {
    text-decoration:none;
    font-size:20px;
}

#tabs li a.tab-current {
    display:block;
    font-size:20px;
    background:url(../images/pagetop_topleft.gif) 0 0 no-repeat;
    border-bottom:1px solid #fff;
    color:#9f9f9f;
    position: relative;
}

#tabs li a.tab-current span.right {
    display:block;
    background:url(../images/pagetop_topright.gif) 100% 0 no-repeat;

}

#tabs li a.tab-current span span {
    width:140px;
    display:block;
    background:url(../images/pagetop_gradient.gif) 0 0 repeat-x;
    margin-left:8px;
    *margin-left:0;
}

#tabbed div {
    width:100%;
    background:#fff;
    float:left;
    padding-top:20px;
}

#tabbed .products_list {
    float:left;
    padding-left:20px;
    list-style:none;
}

#tabbed .products_list li {
    margin-bottom:10px;
}

#tabbed div h2 {
    font-size:13px;
}

#tabbed div h2 a {
    color:#9f9f9f;
}

#tabbed div h2 a:hover {
    color:#c3000b;
    text-decoration:none;
}

.cat_logo {
    float:left;
    padding-left:25px;
}

#products_data {
    width:100%;
    background:#fff;
    padding-top:20px;
    float:left;
}

#products_data h2 {
    color:#9f9f9f;
    font-size:14px;
    margin-bottom:20px;
}

.products_img {
    width:150px;
    height:100px;
    overflow:hidden;
    float:right;
    margin:78px 0 5px 10px;
    border:1px solid #ccc;
    padding:2px;
}

#product {
    width:550px;
    float:right;
}

.product_img {
    float:left;
    margin:0;
}

#product ul {
    margin-left:20px; 
    list-style-type:circle;
}

#dermatology {
    float:right;
    width:530px;
}

#dermatology h2 {
    padding:5px 0 5px 0;
    outline:none;
}

#dermatology h2 a {
    color:#9f9f9f;
    font-size:14px;
    cursor:pointer;
}

#dermatology h2 a:hover {
    text-decoration:none;
    color:#c3000b;
}


/*///// contacts /////*/
#address {
    width:300px;
    float:left;
    margin:20px 0 0 70px;
}

#address h2 {
    font-size:22px;
}

#address p {
    font-size:14px;
}

#address h2 span {
    color:#c3000b;
    font-size:28px;
}

#feedback {
    width:325px;
    height:260px;
    float:right;
    margin-top:75px;
}


#feedback h3 {
    color:#9f9f9f;
    font-size:16px;
    height:44px;
    font-weight:bold;
}

#feedback p {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}


label {
	float: left;
	width: 75px;
}

label span, #output p.error {
	color: #ff0000;
}

label.error {
	display: block;
	width: 220px;
	margin-left: 100px;
	color: #ff0000;
}

input, textarea {
	border: 1px solid #d8d6d3;
}

input[type=text] {
	width: 220px;
	float: right;
}

textarea {
	width: 100%;
	overflow: hidden;
}

input.submit {
	border: 0;
	height: 23px;
	text-align: center;
	font-size: 11px;
	color: #2c3034;
	padding: 0 15px 3px 0;
	background: #fff url(../images/button_bg_right.gif) no-repeat right;
	margin: 0;
	cursor: pointer;

}

.button {
    float: left;
	margin: 0 20px 0 0;
	border: 0;
	padding: 0 0 0 15px;
	background: #fff url(../images/button_bg_left.gif) no-repeat left;
	height: 23px;

}

#map {
    width:400px;
    height:200px;
    margin:20px 0 20px 0;
    border:1px solid #9f9f9f;
}
/*///// price list /////*/
.plist {
    width:100%;
}

.plist th {
    font-weight:bold;
    height:40px;
    font-size:16px;
}

.plist th.title {
    width:700px;
}

.plist th.title2 {
    width:500px;
}

.plist th.price {
    text-align:right;
}

.plist td.name {
    height:30px;
    padding:5px;
    font-size:14px;
}

.plist td.price {
    text-align:right;
    font-weight:bold;
    padding-right:5px;
}

.plist td.price span {
    color:#000;
    font-size:10px;
    font-weight:normal;
}

.plist td {
    padding-left:5px;
    height:25px;
}

.col3 {
    font-weight:bold;
}


/*///// footer /////*/
#footer {
    width:100%;
    height:100px;
    color:#fff;
}

#footer_content {
    width:1000px;
    margin: 0 auto;
}

#footer_content #red_link {
    float:right;
    width:230px;
}

#footer_content #design {
    float:left;
    padding-left:70px;
    margin-top:32px;
}

.hot {
	font-size:14px;
	color:#c00;
}

.big li {
	font-size:18px !important;
	list-style:circle;
	margin-left:15px;
}
