/*
Theme Name: Site Name
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection
{
	background: #51A201 none repeat scroll 0 0;
	color: #FFF;
}
/*HTML and BODY*/
HTML, BODY
{
}
HTML
{
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
BODY
{
	background: #FFF;
	font: 14px/24px Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
	text-align: center;
}
/*Links*/
A
{
}
A:link
{
}
A:visited
{
}
A:focus, A:hover, A:active
{
}
/*Headers*/
H1, H2, H3
{
}
H1
{
	color: #CB0101;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
H2
{
	font-size: 24px;
	margin-bottom: 22px;
}
H2 SPAN.big-red
{
	color: #CB0101;
	font-size: 30px;
}
H3
{
}
H4, H5, H6
{
}
H4
{
}
H5
{
}
H6
{
}
/*Text blocks, Content*/
ADDRESS
{
}
BLOCKQUOTE
{
}
CITE
{
}
EM
{
	font-style: italic;
}
P
{
	margin: 0 0 1em;
}
PRE
{
}
SMALL
{
	font-size: 0.8em;
}
SPAN
{
}
STRONG
{
	font-weight: bold;
}
/*Misc*/
ABBR, ACRONYM
{
	border-bottom: 1px dashed #999;
	cursor: help;
}
DEL
{
	color: #8B0000;
	text-decoration: line-through;
}
HR
{
	display: none;
}
INS
{
	color: #006400;
	text-decoration: none;
}
SUB, SUP
{
	font-size: 0.7em;
}
SUP
{
	vertical-align: sub;
}
SUP
{
	vertical-align: super;
}
/*Tables*/
TABLE
{
}
CAPTION
{
}
THEAD
{
}
TFOOT
{
}
TBODY
{
}
TR
{
}
TR.alt
{
}
TH
{
}
TD
{
}
/*Froms*/
FORM
{
}
FIELDSET
{
}
LEGEND
{
}
LABEL
{
}
INPUT
{
	vertical-align: middle;
}
INPUT.button
{
}
INPUT.primary-button
{
}
INPUT.secondary-button
{
}
TEXTAREA
{
}
SELECT
{
}
.checkboxes
{
}
/*Lists*/
UL, OL
{
}
UL
{
}
OL
{
}
LI
{
}
/*Defition Lists*/
DL
{
}
DD
{
}
DT
{
}
/*STRUCTURE
------------------------------------------------------------------
Use #bgwrap if centered column has drop shadow background that is centered*/
#header, #main, #footer
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header
{
	height: 509px;
	background: url(images/background_header_gradient.jpg) repeat-x 0px 0px;
	border-bottom: 1px solid #666666;
	position: relative;
}
#main
{
}
#container
{
	float: right;
	margin: 0 0 0 -410px;
	width: 100%;
}
#content
{
	margin: 0 0 0 410px;
	padding: 16px 0 0;
}
#sidebar
{
	float: left;
	padding: 16px 20px 20px 0px;
	width: 390px;
}
DIV#footer
{
	border-top: 1px solid #666666;
	padding-top: 15px;
}
/*HEADER
--------------------------------------------------------------------*/
DL#branding DT.logo
{
	display: block;
	width: 388px;
	height: 509px;
	background: url(images/header_woman.jpg) no-repeat 0px 0px;
}
DL#branding DT.logo A
{
	position: absolute;
	display: block;
	width: 230px;
	height: 110px;
	background: url(images/logo.gif) no-repeat 0px 0px;
}
DL#branding DD.description
{
	position: absolute;
	top: 25px;
	left: 410px;
}
DL#branding DD.description H1
{
	font-style: italic;
	font-size: 22px;
	line-height: 28px;
}
DL#branding DD.description H1 SPAN.big-red
{
	font-size: 32px;
	color: #CB0000;
}
DL#branding DD.fast-shipping
{
	position: absolute;
	width: 126px;
	height: 86px;
	right: 9px;
	top: 0px;
}
DL#branding DD.fast-shipping A
{
	display: block;
	width: 126px;
	height: 86px;
	background: url(images/header_fast_free_shipping.png) no-repeat 0px 0px;
}
DIV#video
{
	position: absolute;
	left: 410px;
	top: 190px;
	width: 540px;
	height: 295px;
	border: 1px solid #666666;
}
DIV#video .ngg-galleryoverview
{
	width: 540px;
	height: 295px;
	overflow: hidden;
}
DIV#video .ngg-galleryoverview .ngg-gallery-thumbnail-box
{
}
DIV#video .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail
{
}
DIV#video .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail IMG
{
	width: 540px;
}
DIV#video OBJECT EMBED, DIV#video OBJECT
{
	width: 540px !important;
	height: 295px !important;
}
/*MENU
------------------------------------------------------------------*/
#nav
{
	position: absolute;
	left: 410px;
	top: 115px;
}
UL#menu
{
}
#menu LI
{
	display: block;
	float: left;
	margin-right: 3px;
}
#menu A
{
	display: block;
	float: left;
	height: 32px;
	background: url(images/nav_stack.gif) repeat-x left top;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}
#menu A SPAN
{
	display: block;
	float: left;
	background: url(images/nav_stack.gif) no-repeat 0 -32px;
	height: 32px;
}
#menu A SPAN SPAN
{
	background: url(images/nav_stack.gif) no-repeat 100% -96px;
	padding: 5px 18px 0px 17px;
	height: 27px;
}
#menu A:hover, #menu LI.current_page_item A
{
	background: url(images/nav_stack.gif) repeat-x left bottom;
	color: #FFFFFF;
}
#menu A:hover SPAN, #menu LI.current_page_item A SPAN
{
	background: url(images/nav_stack.gif) no-repeat 0 -64px;
}
#menu A:hover SPAN SPAN, #menu LI.current_page_item A SPAN SPAN
{
	background: url(images/nav_stack.gif) no-repeat 100% -128px;
}
#nav DIV.red-bar
{
	height: 12px;
	background: #CB0000;
	margin-right: 3px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
/*SIDEBAR
-----------------------------------------------------------------------*/
UL.cta-button-list
{
	margin-bottom: 25px;
}
UL.cta-button-list LI
{
	float: left;
	width: 189px;
	height: 81px;
}
UL.cta-button-list LI.button-1
{
	margin-right: 12px;
}
UL.cta-button-list LI.button-1 A
{
	display: block;
	width: 189px;
	height: 81px;
	background: url(images/button_1.gif) no-repeat 0px 0px;
}
UL.cta-button-list LI.button-2 A
{
	display: block;
	width: 189px;
	height: 81px;
	background: url(images/button_2.gif) no-repeat 0px 0px;
}
DIV.sidebar-content
{
	background: #F2F2F2;
	padding: 15px 10px 37px;
}
DIV.sidebar-content OL, DIV.sidebar-content OL LI
{
	list-style: decimal;
}
DIV.sidebar-content UL, DIV.sidebar-content UL LI
{
	list-style: disc;
}
DIV.sidebar-content OL, DIV.sidebar-content UL
{
	margin-left: 30px;
}
DIV.sidebar-content OL LI, DIV.sidebar-content UL LI
{
	color: #CB0000;
	font-weight: bold;
	font-size: 18px;
}
DIV.sidebar-content OL LI SPAN, DIV.sidebar-content UL LI SPAN
{
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}
/*FOOTER
--------------------------------------------------------------------*/
#footer P
{
	margin-bottom: 5px;
}
SPAN.red-text
{
	color: #CB0000;
	font-weight: bold;
}
UL.footer-nav LI
{
	float: left;
	margin-right: 5px;
}
UL.footer-nav LI:last-child
{
	display: none;
}
/*Main Pages Styles
-------------------------------------------------------------------*/
IMG.payment-icons
{
	margin-right: 35px;
}
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter IMG, .aligncenter P.wp-caption-text
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
IMG.alignleft
{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
IMG.alignright
{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
.entry DIV.alignleft
{
	float: left;
	margin: 0 8px 7px 0;
}
/*Resizes the image to the maximum width of the content area*/
.entry IMG
{
	max-width: 576px;
/*smooth image resizement in IE7+*/
	-ms-interpolation-mode: bicubic;
}
.wp-caption
{
	background-color: #F0F0F0;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 3px;
}
.wp-caption IMG
{
	border: 0 none #000000;
	margin: 0;
	padding: 0;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.more-link
{
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	font-size: 11px;
	padding: 5px 6px 3px;
	text-shadow: 0 1px 0 #fff;
}
.more-link:hover
{
	background-color: #E6F0F2;
	border-bottom-color: #B3CDD8;
	color: #000;
}
/*Tables and #wp-calendar*/
TABLE
{
	color: #3E5867;
	width: 100%;
}
CAPTION
{
	background-color: #E6F0F2;
	border-top: 1px solid #E6F0F2;
	text-align: center;
}
THEAD
{
	background-color: #F4F8F9;
	text-align: center;
}
TBODY
{
	background-color: #F7F7F7;
	text-align: center;
}
TFOOT
{
	background-color: #FFF;
	text-align: left;
}
TD#next
{
	text-align: right;
}
/*GENERIC CLASSES
------------------------------------------------------------------
Beautified ampersands*/
.amp
{
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps
{
	font-size: 110%;
	font-variant: small-caps;
}
.hidden
{
	display: none;
}
.hidden
{
	position: absolute;
	left: -9999em;
}
/*CLEARFIX
------------------------------------------------------------------*/
HTML .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix:after
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
/*TINYMCE EDITOR
------------------------------------------------------------------*/
BODY#tinyMCE
{
	text-align: left;
	font: 14px/22px Arial, sans-serif;
	width: 480px;
	padding: 20px;
}
BODY#tinyMCE UL
{
	list-style-type: disc;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 22px;
}
BODY#tinyMCE UL LI
{
	padding: 0;
	line-height: 20px;
}
BODY#tinyMCE OL
{
	list-style-type: decimal;
	padding: 0;
	margin-left: 26px;
	margin-bottom: 22px;
}
BODY#tinyMCE OL LI
{
	padding: 0;
	line-height: 20px;
}

