/* Global */

body {
    padding:0px;
    margin:0px 0px 0px 5px;
    color:#333333;
    font-family:Arial, sans-serif;
    font-size:13px;
}

#wrapper {
    width:995px;
}

.phantom {
    position:relative;
    left:-1000px;
    overflow:hidden;
}

.small {
    font-size:11px;
    line-height:1.2;
}

.red {
    color:#D10000;
}
.green {
    color:#00D100;
}

a:link,
a:visited {
    color:#666666;
    text-decoration:none;
}
a:hover {
    color:#D10000;
    text-decoration:underline;
}

p a:link,
p a:visited {
    color:#601818;
    font-style:italic;
}

p a:hover {
    color:#D10000;
}

/* Header */

#header {
    height:96px;
    position:relative;
    background-image:url(../imgs/header_background.jpg);
    background-repeat:no-repeat;
}

#header a#logo:link,
#header a#logo:visited {
    display:block;
    width:190px;
    height:96px;
    position:absolute;
    z-index:1;
    top:0px;
    left:15px;
    background-image:url(../imgs/header_logo.png);
    background-repeat:no-repeat;
    text-decoration:none;
}

#header #hotline {
    width:136px;
    height:62px;
    position:absolute;
    z-index:2;
    top:18px;
    left:268px;
    background-image:url(../imgs/hotline_info.png);
    background-repeat:no-repeat;
}

#header #quicknav {
    width:540px;
    position:absolute;
    z-index:4;
    top:25px;
    left:440px;
    text-align:right;
}

#header #quicknav a:link,
#header #quicknav a:visited {
    color:inherit;
    text-decoration:none;
    margin-left:35px;
}
#header #quicknav a:hover {
    color:#666666;
    text-decoration:underline;
}
#header #quicknav a:active {
    position:relative;
    top:1px;
}

#header #infoline {
    width:550px;
    position:absolute;
    z-index:3;
    top:70px;
    left:440px;
    font-size:9px;
}

/* Navigation */

#navigation {
    height:28px;
    padding-top:7px;
    background-image:url(../imgs/navi_background.png);
    background-repeat:repeat-x;
}

#navigation a:link,
#navigation a:visited {
    color:inherit;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    padding:4px 10px;
    border-left:solid 1px #999999;
}
#navigation a:hover {
    color:#D10000;
}
#navigation a:active {
    position:relative;
    top:1px;
}

#navigation a#navstart:link,
#navigation a#navstart:visited {
    border:none;
    padding-left:30px;
    background-image:url(../imgs/navi_starticon.png);
    background-repeat:no-repeat;
    background-position:5px 2px;
}
#navigation a#navstart:hover {
    background-position:5px -26px;
}

/* Breadcrumbs */

#breadcrumbs {
    font-size:11px;
    padding:5px;
    margin-bottom:5px;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
    color:#666666;
    text-decoration:none;
}
#breadcrumbs a:hover {
    color:#D10000;
    text-decoration:underline;
}

/* Sidebar & Content */

#sidebar {
    float:left;
    width:185px;
}

#content {
    float:right;
    width:800px;
}

#searchform form {
    padding:0px;
    margin:0px;
}

#searchfield {
    width:115px;
    padding:4px 4px 4px 26px;
    color:#666666;
    border:solid 1px #CCCCCC;
    background-image:url(../imgs/search_input_background.png);
    background-repeat:no-repeat;
}
#searchfield:hover,
#searchfield:focus {
    color:#333333;
    border-color:#666666;
}

#searchbtn {
    position:relative;
    top:3px;
    left:3px;
}

.sidebox {
    margin-bottom:15px;
    background-color:#F6F6F6;
    border:solid 1px #DDDDDD;
    font-size:12px;
}

.sidebox .title {
    height:20px;
    font-weight:bold;
    color:#666666;
    padding:5px 0px 0px 6px;
    border-bottom:solid 1px #CCCCCC;
    background-color:#EEEEEE;
}

.sidebox .content {
    padding:5px;
    line-height:1.5;
    overflow:hidden;
}

.sidebox .content ul {
    margin:3px 0px;
    padding-left:20px;
    list-style-type:disc;
}

.appendix p {
    color:#999999;
    font-size:11px;
    line-height:1.4;
}

/* Content Specific */

#content {
    line-height:1.5;
    text-align:justify;
}

.intro_img {
    margin-bottom:15px;
}

h1 {
    margin:0px 0px 10px 0px;
    font-size:22px;
    font-weight:normal;
}

h2 {
    margin:10px 0px;
    font-size:17px;
    font-weight:normal;
}

p {
    padding:0px;
    margin:10px 0px;
}

.txt_support_box {
    float:right;
    border-left:solid 1px #CCCCCC;
    padding-left:10px;
    margin-left:15px;
}
.txt_support_box div {
    margin-top:5px;
    color:#666666;
    font-size:11px;
}

.product_box {
    float:left;
    width:210px;
    height:255px;
    padding:5px;
    overflow:hidden;
    text-align:left;
    margin:0px 30px 30px 0px;
    border:solid 1px #CCCCCC;
}
.product_box:hover {
    border-color:#666666;
}

#product_detail_img {
    float:right;
    padding:5px;
    margin:0px 0px 0px 5px;
    color:#666666;
    border:solid 1px #CCCCCC;
    text-align:center;
}

a.shop_button:link,
a.shop_button:visited {
    display:block;
    color:#EEEEEE;
    padding:10px 20px;
    text-decoration:none;
    width:550px;
    text-align:center;
    background-color:#8C0000;
    border-bottom:5px solid #C40C0C;
}
a.shop_button:hover {
    background-color:#C40C0C;
    border-color:#FF0000;
    text-decoration:underline;
}

/* Contact Form */

.fieldset  {
	border:1px solid #ABABAB;
	margin:28px 15px;
	padding:22px 25px 12px 33px;
	}

.fieldset ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

.buttons-set {
	border-top:1px solid #ADADAD;
	clear:both;
	padding:8px 0 0;
	text-align:right;
	}

.fieldset .legend {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #ABABAB;
	color:#000000;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin:-33px 0 0 -10px;
	padding:0 8px;
	position:relative;
	}

.form-list li {
	margin:0 0 8px;
	}
.form-list .field {
	float:left;
	width:275px;
	}

.form-list label {
	color:#666666;
	float:left;
	font-weight:bold;
	position:relative;
	z-index:0;
	}

.form-list .input-box {
	clear:both;
	display:block;
	width:260px;
	}

.form-list input.input-text {
	width:254px;
	}

.form-list label.required em {
	color:#EB340A;
	float:right;
	font-style:normal;
	position:absolute;
	right:-8px;
	top:0;
	}

input.input-text, select, textarea {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #B6B6B6;
	padding:2px;
	}

.form-list li.wide textarea {
	width:529px;
	}

.form-list textarea {
	height:10em;
	width:254px;
	}

textarea {
	overflow:auto;
	}

.buttons-set p.required {
	margin:0 0 10px;
	}

p.required {
	color:#EB340A;
	font-size:11px;
	text-align:right;
	}

/* Footer */

#footer {
    float:none;
    clear:both;
    margin-top:10px;
    padding:15px 0px;
    text-align:center;
    line-height:1.5;
    border-top:solid 1px #CCCCCC;
}

