/***********************************************************
RESET
***********************************************************/

html {
        overflow: auto;
}
 
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;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	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;
}

:focus {
	outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}



/***********************************************************
TEXT, LINKS, MISC
***********************************************************/

/*NON IE Browsers */
@font-face {
    font-family: ; 
    src: url('.woff') format('woff'),
         url('.ttf') format('truetype'),
         url('.svg#ID') format('svg');
}

/*IE Browsers */
@font-face {
    font-family: ;
    src: url('.eot');
}



/*--- LINKS ---*/

#inside_content a {
	color: #b60b11;
}


/*--- LISTS ---*/





/*--- TYPE STRUCTURE ---*/

p {
    padding-bottom: 15px;
}


.txtCenter {
   text-align: center;
}

h1 {
	color: #571d4f;
	font-size: 3em;
}

h2 {
	color: #b60b11;
	font-size: 2.5em;
}




/*--- MISC ---*/

.floatLeft {
   float: left;
}

.floatRight {
   float: right;
}




/***********************************************************
MAIN
***********************************************************/

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body {
	background: #fff url(../images/bg-wide.jpg) no-repeat fixed center top;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	height: 100%;
}

#header {
	background: url(../images/header.png) no-repeat center top;
	height: 451px;
	margin: auto;
	position: relative;
	width: 100%;
}

#banner {
	background: url(../images/calendars3.png) no-repeat center center;
	display: block;
	height: 688px;
	width: 735px;
	position: relative;
}

#body_content {
	background: url(../images/body-bg.png) repeat-y center bottom;
	display: block;
	margin: auto;
	width: 100%;
}

#body_content #inside_content {
	font-size: 1.7em;
	font-style: italic;
	margin: auto;
	padding-top: 10px;
	width: 735px;
}

#footer {
	background: url(../images/footer-bg.png) no-repeat center top;
	height: 229px;
	margin: auto;
	padding-top: 100px;
	width: 100%;
	text-align: center;
}


/***********************************************************
HEADER
***********************************************************/
#header #nav {
	background: url(../images/nav-bg.png) no-repeat center center;
	height: 91px;
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 100%;
}

#header #nav ul {
	height: 50px;
	margin: 15px auto 0px auto;
	width: 863px;
}

#header #nav ul li {
	float: left;
}

#header #nav ul li span {
	background: url(../images/nav-link-separator.png) no-repeat center center;
	display: block;
	float: left;
	height: 50px;
	margin: 0px 21px;
	width: 39px;
}

#header #nav ul li a {
	background: url(../images/nav-links.png) no-repeat;
	display: block;
	float: left;
	height: 50px;
	text-indent: -99999px;
}

#header #nav ul li a#home {
	background-position: -5px top;
	width: 129px;
}

#header #nav ul li a#home:hover {
	background-position: -5px bottom;
}

#header #nav ul li a#shop {
	background-position: -147px top;
	width: 119px;
}

#header #nav ul li a#shop:hover {
	background-position: -147px bottom;
}


#header #nav ul li a#about {
	background-position: -276px top;
	width: 154px;
}

#header #nav ul li a#about:hover {
	background-position: -276px bottom;
}

#header #nav ul li a#contact {
	background-position: -440px top;
	width: 218px;
}

#header #nav ul li a#contact:hover {
	background-position: -440px bottom;
}


/***********************************************************
BANNER
***********************************************************/
/*#banner p {
	position: absolute;
	top: 254px;
	left: 398px;
}*/

#banner #lnkSamples {
	position: absolute;
	top: 245px;
	left: 400px;
}

#banner #lnkBuyiPad {
	position: absolute;
	top: 245px;
	left: 535px;
}

#banner #lnkBuyPC {
	position: absolute;
	top: 190px;
	left: 460px;
}


/***********************************************************
BODY CONTENT
***********************************************************/

.two_column {
	width: 735px;
}

.two_column img {
	float: left;
}


/***********************************************************
FOOTER
***********************************************************/
#footer a {
	color: #000;
}


/***********************************************************
PAGE SPECIFIC
***********************************************************/




/*--- PAGE ---*/
