/*** global reset ***/

* {
	margin:0px;
	padding:0px;
}
body, html, table {
	height:100%;
	width:100%;
	text-align:center;
	background:url(../images/bg_stripes_gray.gif);
}
html {
	overflow:auto;
}

/*** shared styles ***/

#center {
	width:800px;
	margin:20px auto;
	text-align:left;
}
#center .center_inside {
	overflow:visible;
	margin:0 10px 5px 110px;
	padding:13px 15px 3px 15px;
	border:1px solid #BBB;
}
#center .center_inside .center_overflow {
	overflow:auto;
}
#head {
	margin-bottom:10px;
	padding-top:90px;
	background:url(../images/logo_tiny.png) no-repeat left top;
}
#head #main_menu {
	padding-left:25px;
	background:url(../images/main_menu_left.png) no-repeat left;
}
#head #main_menu .main_menu_inside {
	background:url(../images/main_menu_right.png) no-repeat right;
	line-height:50px;
}
#head #main_menu a {
	margin-right:15px;
	font-weight:bold;
	color:#EDEDED;
}

/*** home styles ***/

#home #head,
#home #footer,
#home #products_menu,
#home #flash {
	display:none;
}
#home .center_inside {
	margin:0px !important;
	padding:0px !important;
	border:0 none !important;
}
#home .splash {
	width:700px;
	height:360px;
	margin:0 auto;
	display:block;
	background:url(../images/splash.png) no-repeat top center;
}
#home .home_text {
	margin:0 160px 0 160px;
}
#home .home_text p {
	color:#888;
}

/*** products menu ***/

#products_menu {
	width:110px;
	float:left;
}
#products_menu .products_menu_inside {
	margin-left:10px;
}
.family_button,
.type_button {
	margin-bottom:10px;
}
.family_button {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-topleft:3px;
	padding:5px 10px 4px 10px;
	background:#1A508F;
}
.family_button a,
#products_menu .active a:hover {
	color:#FFF;
}
.family_button a:hover {
	color:#AAA;
}
.type_button a {
	color:#FF000A;
}
.type_button {
	text-align:right;
}
.type_button a {
	margin-right:10px;
}
.active_type a {
	color:#1A508F !important;
}
.active {
	background:#AFAFAF !important;
}

/*** products root ***/

#images {
	overflow:hidden;
	width:648px;
}
#images .images_inside {
	padding-top:3px;
	width:658px;
	overflow:auto;
}
#images .images_inside a {
	float:left;
	height:94px;
	width:94px;
}
#images .images_inside a img {
	border:1px solid #BBB;
}

/** show products **/

#products {
	padding-top:5px;
}
#products .product {
	float:left;
	overflow:hidden;
	width:319px;
	height:210px;
}
#products .odd {
	margin-right:10px;
}
#products .product .thumb {
	float:left;
	overflow:hidden;
}
#products .product .thumb img {
	border:1px solid #BBB;
}
#products .product .info {
	float:right;
	overflow:hidden;
	width:177px;
}

/*** cart ***/

#order #cart {
	overflow:auto;
	margin-bottom:10px;
	border-top:1px solid #BBB;
	border-left:1px solid #BBB;
}
#order #cart .row {
	clear:both;
}
#order #cart .row .field {
	text-align:center;
	overflow:hidden;
	float:left;
	height:25px;
	line-height:25px;
	border-bottom:1px solid #BBB;
	border-right:1px solid #BBB;
}
#order #cart .row .field .form_field {
	margin:0 !important;
}
#order #cart .row .field select {
	text-align:center;
	padding-top:5px !important;
	padding-bottom:5px !important;
	height:26px !important;
	width:80px !important;
	border:0 !important;
	margin:0 !important;
}
#order #cart .code,
#order #cart .options,
#order #cart .amount,
#order #cart .command {
	width:80px;
}
#order #cart .name {
	width:322px;
}
#order #cart .row .command input,
#order #cart .row .command a {
	border:0 none;
	float:left;
	width:30px;
	height:25px;
}
#order #cart .row .command input {
	margin-left:10px;
	background:transparent url(../images/update.png) no-repeat center;
}
#order #cart .row .command a {
	background:transparent url(../images/delete.png) no-repeat center;
}

/* info */

#order .left {
	float:left;
}
#order .right {
	width:330px;
	float:right;
}
#order .center_inside {
	min-height:300px;
}

/** footer **/

#footer {
	margin-right:10px;
	text-align:right;
}

/*** wow styles ***/

/* invisible items */

.puff {
	display:none;
}

/* form styles */

.form_field {
	margin-bottom:10px;
}
.form_field label {
	font-size:11px;
	display:block;
	color:#999;
}
.form_field input,
.form_field textarea,
.form_field select {
	overflow:auto;
	margin-top:3px;
	padding:2px !important;
	border:1px solid #BBB;
}
#contact textarea,
#order textarea {
	width:642px;
	height:150px;
}
#cart_submit {
	width:150px;
}

/* errors */

#errorExplanation {
	margin-bottom:10px;
}
#errorExplanation h2,
#errorExplanation li {
	color:red;
}
#errorExplanation li {
	list-style:none;
}

/***

#sb-container,#sb-wrapper{text-align:left;}#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}body>#sb-container{position:fixed;}#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:1px solid #303030;}#sb-body-inner{position:relative;height:100%;}#sb-content.html{height:100%;overflow:auto;}#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}#sb-body,#sb-loading{background-color:#060606;}#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}#sb-title-inner,#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}#sb-title,#sb-title-inner{height:26px;}#sb-title-inner{font-size:16px;padding:5px 0;color:#fff;}#sb-info,#sb-info-inner{height:20px;}#sb-info-inner{font-size:12px;color:#fff;}#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}#sb-nav-close{background-image:url(../javascripts/shadowboxresources/close.png);background-repeat:no-repeat;}#sb-nav-next{background-image:url(../javascripts/shadowboxresources/next.png);background-repeat:no-repeat;}#sb-nav-previous{background-image:url(../javascripts/shadowboxresources/previous.png);background-repeat:no-repeat;}#sb-nav-play{background-image:url(../javascripts/shadowboxresources/play.png);background-repeat:no-repeat;}#sb-nav-pause{background-image:url(../javascripts/shadowboxresources/pause.png);background-repeat:no-repeat;}#sb-counter{float:left;padding:2px 0;width:45%;}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}#sb-counter a.sb-counter-current{text-decoration:underline;}div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

 shadowbox ***/