@charset "utf-8";

/* 
CARDY.CO.NZ stylesheet - - - Hand crafted by www.sabrecreative.com, you nosey so and so.
*/


/* MENU:

1. Layout styles.

2. Menu styles.

3. Text styles.

4. Image styles.

5. Page Styles.

*/



/*=======================================
	1.	LAYOUT STYLES
=========================================*/
body {
	font: 100% Calibri, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#444;
	color:#333;
}


#container {
	width: 840px;  
	margin: 10px auto 0px; 
	text-align:justify;
}
#header { 
	height: 100px;
} 

#content_container {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-image:url(images/contents_bg.png);
	background-repeat: repeat-y;
	overflow: auto;
}

#mainContent {
	background: #FFFFFF;
	width:750px;
	margin: 0 auto;
	overflow: auto;
}

#mainContent p {
	padding: 0 10px;
}

#footer { 
	padding: 0 10px;
	height: 60px;
	background-image:url(images/footer_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top: -10px;
	clear: both;
} 

#footer p {
	margin: 0 auto; 
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 14px;
	color:#666;
	border-top: 1px #E20A16 solid;
	width: 798px;
}

/*#freephone {
	width: 245px;
	height: 41px;
	margin: 0 auto;
	position:relative;
	left: -284px;
}
*/

/*=======================================
	2.	MENU STYLES
=========================================*/
#menu {
	width: 480px;
	margin: 0px auto 20px;
	padding-top: 10px;
}


/*=======================================
	3.	TEXT STYLES
=========================================*/

p {
}

h1 {
	text-align:center;
	margin: 0 0 20px 0;
	color: #333;
	font-size: 24px;
	font-weight:normal;
}

h2 {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 20px;
	font-weight:normal;
}

h3 {
	margin: 0;
	color: #333;
	font-size: 19px;
	font-weight:normal;
}

h4 {
	margin: 0;
	color: #333;
	font-size: 18px;
	font-weight:normal;
	text-align:left;
}

.text_red_emphasis {
	color: #F00;
	font-size: 16px;
}
.bold{
	font-weight:bold;
}
  
.ital{
	  font-style: italic;
	  font-size: 18px;
}
  
.title {
	font-size: 25px;
	font-style: italic;
	margin: 0px;
}

blockquote {
	margin-left:0px;
	padding: 0 20px;
	background: transparent url(images/quoleft.jpg) left top no-repeat;
}

blockquote span {
  padding: 0 20px 0 0;
  background: transparent url(images/quoright.jpg) right top no-repeat;
}



/*=======================================
	4.	IMAGE STYLES
=========================================*/

a img {
	border: 0;
}

/*=======================================
	5.	PAGE STYLES
=========================================*/

/* --------------------------------------
	- INDEX
---------------------------------------*/	

#index_p_left {
	width: 530px;
	float: left;
}
#index_images_right {
	float: right;
	width: 200px;
}
#index_images_left {
	float: left;
	width: 125px;
}

#index_quote {
	float: left;
	width: 420px;
}

/* --------------------------------------
	- ABOUT
---------------------------------------*/

/* :::::: Testimonials :::::*/
.testimonials_img {
	float:left;
	width: 140px;
	margin-left: 0px;
	margin-right: 20px;
}

.testimonials_container {
	width:720px;
	margin: 0 auto;
	clear:both;
}

.testimonials_container p {
	margin-left: 10px;
}

.testimonials_left {
	float:left;
	width: 360px;
	margin-bottom: 10px;
}

.testimonials_right {
	float:right;
	width: 360px;
}

/* :::::: Mission :::::*/
#mission_quote {
	width: 510px;
	margin: 0 auto;
}



/* --------------------------------------
	- PRODUCTS
---------------------------------------*/	

/* :::::: Photocopiers :::::*/

#copiers_brands {
	width: 520px;
	margin: 10px auto;
	clear:both;
}

#copiers_brands img {
	padding-right: 20px;
	vertical-align: top;
}

/* :::::: Printers :::::*/

#printers_brands {
	width: 320px;
	margin: 10px auto;
	clear:both;
}

#printers_brands img {
	padding-right: 20px;
	vertical-align: top;
}

/* :::::: Phones :::::*/

.products_left {
	float:left;
	width: 420px;
	text-align:left;
}

.products_left p {
	margin-top: 0px;
}

.products_right{
	float:left;
	width: 200px;
	margin-left: 30px;
	padding-top: 0;
}


/* --------------------------------------
	- CONTACT US
---------------------------------------*/	

#contact_branches {
	width: 550px;
	margin: 0 auto;
}

#contact_auckland {
	width: 250px;
	float: left;
}

#contact_branches p {
	margin-left:0;
}

#contact_queenstown {
	width: 300px;
	float: right;
}
