/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


html,body {
	font-family: Arial, Verdana;
	width: 100%;
	text-align: center;	
}

#teaser {
	height: 225px;
	background-image: url('images/frontbackground2.jpg');
	background-position: center;
	background-repeat: no-repeat;	
}

#teaser_1 {
	padding: 40px 0 0 0;
}


#paperedge {
	height: 15px;
	background-image: url('images/paperedge.gif');
	background-repeat: repeat-x;
	margin: -15px 0 0 0;
}

#menu {
	width: 950px;
	margin: 0 auto;
}

#menu .level1 {
	border-bottom: solid #efefef 1px;
	padding: 10px 0 0 0;
}


#menu .level1 ul li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 15px 7px 15px;
	line-height: 100%;
	font-weight: bold;
}

#menu .level1 ul li.act {
	background-color: #efefef;
}

#menu .level1 ul li, #menu .level1 ul li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

#menu .level2 {
	text-align: left;
	background-color: #efefef;
	border-bottom: solid #dedede 1px;
}

#menu .level2 ul {
}

#menu .level2 ul li {
	display: block;
	float: left;
	line-height: 100%;
	margin: 5px 0 5px 10px;
	padding: 2px 10px 2px 0;
	border-right: solid #757575 1px;
}

#menu .level2 ul li,
#menu .level2 ul li a {
	font-size: 11px;
	color: #757575;
	text-decoration: none;
	text-transform: uppercase;
}

#menu .level2 ul li.act,
#menu .level2 ul li.act a {
	text-decoration: underline;
}



#content {
	width: 950px;
	text-align: left;
	margin: 15px auto 0 auto;
	
}

#content ul {
	list-style-position: inside;
	padding: 0 0 0 30px;
}

#content ul li {
	list-style: disc;
}


#footer {
	margin: 20px auto 30px auto;
	padding: 8px 0;
	text-transform: uppercase;
	width: 950px;
	border-top: solid #dedede 1px;
	background-color: #efefef;
}
#footer, #footer a, #footer p {
	font-size: 10px;
	color: #757575;
}

#footer p {
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial;	
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration: none;
}

.clearer { clear: both; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }



h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #444444;
	letter-spacing: -1px;
	font-family: "Times New Roman", Arial;		
	margin: 0 0 5px 0;
	font-weight: bold;
}

h2 {
	color: #444444;
	letter-spacing: 1px;
	font-size: 20px;
	margin: 0 0 8px 0;
	text-decoration: underline;
}


h3 {
	color: #444444;
	letter-spacing: 1px;
	font-size: 18px;
	margin: 0 0 8px 0;	
}


h4 {
	color: #444444;
	font-size: 15px;
	margin: 0 0 8px 0;
	font-weight: normal;

}


h5 {
	color: #444444;
	font-size: 13px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

table tr td,
table tr th,
ul li,
p {
	line-height: 180%;
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #666666;
}

dd {
	font-size: 12px;
	color: #666666;
	padding: 3px 0 0 0;
}
table tr th {
	color: #333333;
}

a {
	color: #444444;
}

a:hover {
	color: #666666;
}


.wide-narrow-left {
	width: 634px;
	float: left;
	margin: 0 35px 0 0;
	border-right: solid #dedede 1px;
}

.wide-narrow-left_1 {
	padding: 0 34px 0 0;
}

.wide-narrow-right {
	width: 280px;
	float: left;
}


.quickstart {
	border: solid #999999 1px;
	padding: 15px;
}
.quickstart h3 {
	text-decoration: underline;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.quickstart h5 {
	margin: 15px 0 0 0;
	border-bottom: solid #dedede 1px;
	background-color: #efefef;
	
	color: #333333;
	padding: 5px 5px;
	font-weight: normal;
}

#content .quickstart ul {
	margin: 3px 0 0 0;
	padding: 0 0 0 25px;
	list-style-position: outside;
	font-size: 13px;	
	line-height: 140%;
	color: #444444;	
}

#content .quickstart ul li {
	padding: 2px 0 2px 0;
	margin: 0;
	list-style: none;
	line-height: 140%;
	list-style: square;
}

.quickstart ul li,
.quickstart ul li a {
	font-size: 13px;
	color: #444444;
}

.quickstart ul li a:hover {
	color: #666666;
}

.searchbox {
	margin: 30px 0 0 0;
}

.searchbox h3 {
	text-decoration: underline;
	font-size: 18px;
}

.searchbox #sword {
	width: 268px;
	padding: 5px;
	color: #999999;
	border: solid #999999 1px;
}

.searchbox #swordsubmitdiv {
	text-align: right;
	padding: 10px 0 0 0;
}


strong {
	font-weight: bold;
}

.two-col-1 {
	width: 290px;
	margin-right: 20px;
	float: left;
}

.two-col-2 {
	width: 290px;
	float: left;
}



#mailform label {
	display: block;
	font-size: 14px;
	color: #666666;
	margin: 10px 0 3px 0;
}

#mailform input, #mailform textarea {
	width: 100%;
	border: solid #999999 1px;
	padding: 3px;
}

#mailform input.csc-mailform-submit {
	margin: 10px;
	width: auto;
}

.csc-frame-frame1 .csc-textpic-image {
	height: 210px;
}

#js-order-summary table tr th,
#js-order-summary table tr td {
	line-height: 130%;
}

#js-order-summary table {
	margin: 10px 0 0 0;
	width: 100%;
}
	
#js-order-summary table tr th {
	font-weight: bold;
	background-color: #efefef;
	font-size: 12px;
	padding: 3px;
}

#js-order-summary table tr td {
	font-size: 12px;
	padding: 3px;
}

#js-order-summary table tr.productrow td {
	border-top: solid #aaaaaa 2px;
}

#js-order-summary table tr th.price,
#js-order-summary table tr td.price {
	text-align: right;
	width: 50px;
}

#js-order-summary table tr.total td {
	border-top: solid #333333 1px;
	border-bottom: 4px double #333333;
	font-weight: bold;
}

#js-order-summary p {
	margin: 0;
}

table.xmastreefeettable td {
	border: solid #ababab 1px;
	padding: 2px 10px;
}
